Shades of White Linen #EEE8DC
Tints of White Linen #EEE8DC
RGB
CMYK
RGB Variations
Color information
#EEE8DC (or 0xEEE8DC) is known color: White Linen. HEX triplet: EE, E8 and DC. RGB value is (238,232,220). Sum of RGB (Red+Green+Blue) = 238+232+220=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8DC is #111723. Grayscale: #E8E8E8. Windows color (decimal): -1120036 or 14477550. OLE color: 14477550.
HSL color Cylindrical-coordinate representation of color #EEE8DC: hue angle of 40º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEE8DC is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 220 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.07 |
| HSL | 40º | 0.35% | 0.9% | - |
| HSV(B) | 40º | 0.08% | 0.93% | - |
| XYZ | 77.03 | 81.06 | 79.3 | - |
| YUV | 232.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 220 | 0 | 0.03 | 0.08 | 0.07 | 40 | 0.35 | 0.9 |
| Hex | EE | E8 | DC | 0 | 3 | 8 | 7 | 28 | 23 | 5A |
| Octal | 356 | 350 | 334 | 0 | 3 | 10 | 7 | 50 | 43 | 132 |
| Binary | 11101110 | 11101000 | 11011100 | 0 | 11 | 1000 | 111 | 101000 | 100011 | 1011010 |
Color Harmonies of #EEE8DC
Complementary color
Monochromatic Colors of #EEE8DC
Black with #EEE8DC
Text Example
Text Example
White with #EEE8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8DC; }
p { color: rgb(238,232,220); }
H1.HeaderClassName
{
color: #EEE8DC;
}
.AnyTagClassName
{
color: #EEE8DC;
}
</style>
background-color css
<style>
a { background-color: #EEE8DC; }
a { background-color: rgb(238,232,220); }
div.DivClassName
{
background-color: #EEE8DC;
}
.BgClassName
{
background-color: #EEE8DC;
}
</style>
border-color css
<style>
span { border-color: #EEE8DC; }
span { border-color: rgb(238,232,220); }
td.TdClassName
{
border-color: #EEE8DC;
}
.TagClassName
{
border-color: #EEE8DC;
}
</style>