When Does 3 = 6?

In 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

Leave a Reply

You must be logged in to post a comment.