Shades of White Linen #EEE8DE
Tints of White Linen #EEE8DE
RGB
CMYK
RGB Variations
Color information
#EEE8DE (or 0xEEE8DE) is known color: White Linen. HEX triplet: EE, E8 and DE. RGB value is (238,232,222). Sum of RGB (Red+Green+Blue) = 238+232+222=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8DE is #111721. Grayscale: #E8E8E8. Windows color (decimal): -1120034 or 14608622. OLE color: 14608622.
HSL color Cylindrical-coordinate representation of color #EEE8DE: hue angle of 37.5º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEE8DE is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 222 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.07 |
| HSL | 37.5º | 0.32% | 0.9% | - |
| HSV(B) | 37.5º | 0.07% | 0.93% | - |
| XYZ | 77.3 | 81.16 | 80.7 | - |
| YUV | 232.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 222 | 0 | 0.03 | 0.07 | 0.07 | 37.5 | 0.32 | 0.9 |
| Hex | EE | E8 | DE | 0 | 3 | 7 | 7 | 26 | 20 | 5A |
| Octal | 356 | 350 | 336 | 0 | 3 | 7 | 7 | 46 | 40 | 132 |
| Binary | 11101110 | 11101000 | 11011110 | 0 | 11 | 111 | 111 | 100110 | 100000 | 1011010 |
Color Harmonies of #EEE8DE
Complementary color
Monochromatic Colors of #EEE8DE
Black with #EEE8DE
Text Example
Text Example
White with #EEE8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8DE; }
p { color: rgb(238,232,222); }
H1.HeaderClassName
{
color: #EEE8DE;
}
.AnyTagClassName
{
color: #EEE8DE;
}
</style>
background-color css
<style>
a { background-color: #EEE8DE; }
a { background-color: rgb(238,232,222); }
div.DivClassName
{
background-color: #EEE8DE;
}
.BgClassName
{
background-color: #EEE8DE;
}
</style>
border-color css
<style>
span { border-color: #EEE8DE; }
span { border-color: rgb(238,232,222); }
td.TdClassName
{
border-color: #EEE8DE;
}
.TagClassName
{
border-color: #EEE8DE;
}
</style>