When Does 3 = 6?
Sunday, October 29th, 2006In the old days, we had the following:
background-color: #cdf;
The new days require six hex characters, not three. The new conversion is:
background-color: #ccddff;
In the three-hex representation, duplicate each hex character to create six-hex.
Doug









