If I try to apply this color to a HTML element:
background-color: #COFFEE; /* Should work, has 6 characters */
The color gets ignored and white (#FFF) is shown instead.
If I do:
background-color: #C0FFEE;
The color changes to something like green.
And:
background-color: #CFE;
Is probably the same color. I tested this in FF only.