Last Updated:  

Visual Reference: Colors

Table of Contents

Overview
  1. The Beginning
  2. Learning HTML
  3. Expanding Your HTML
  4. Better by Design
  5. "Color Me Happy!"
  6. CSS Enterprise
  7. Roll Over, CSS
  8. Domain Registration and Hosting
  9. Fire Up, FireFTP!  (Loading Files)
  10. "Video Only," Please
  11. Tools
  12. Portfolio: Bringing It All Together
  13. Visual Reference:
    1. HTML
    2. Images and Links
    3. HTML Template
    4. IE Specific CSS
    5. Meta Tags
    6. Special Characters
    7. HTML Lists
    8. CSS
    9. CSS Shorthand
    10. Colors

Colors by Name


Color Shorthand

Colors using hexidecimal can sometimes be written in shorthand. If your colors adhere to the following rule, then the shorthand can be applied.

Rule:
00CCFF can be written as 0CF, meaning that each set of twos can be represented by one character, i.e, 00 is the same as 0. This rule works due to the fact that RGB, or red green blue, is represented in the six-digit hexidecimal code, as follows: RRGGBB, where RR is shades of red, GG is shades of green, and BB is shades of blue. In other words, RRGGBB can be written as "RGB."

Note: The purpose of this shorthand is sometimes given as "a means to decrease file size." But, in reality, we're only talking a matter of bytes. For me, the reason to use it is, as a way to simplify the creation process. In short, it saves time.


Other Colors


VR-Meta Tags > VR-Special Characters > VR-HTML Lists