Hi

I took this one from the news portal

color: #eee;

background-color: #ddd;

I don't understand what this meens ? which color is this?
usually code are with six digits.

Thanks.

Comments

phuile’s picture

it means all 6 digits are the same, I think. So #eee = #eeeeee.

Dan DG’s picture

That's right - they're red/green/blue colour codes.

So the three digit codes represent values for #rgb
Six digits give more possibilities for fine tuning #rrggbb

As Phuile says #eee is equivalent to #eeeeee