Shades of White Linen #EEE8DB
Tints of White Linen #EEE8DB
RGB
CMYK
RGB Variations
Color information
#EEE8DB (or 0xEEE8DB) is known color: White Linen. HEX triplet: EE, E8 and DB. RGB value is (238,232,219). Sum of RGB (Red+Green+Blue) = 238+232+219=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8DB is #111724. Grayscale: #E8E8E8. Windows color (decimal): -1120037 or 14412014. OLE color: 14412014.
HSL color Cylindrical-coordinate representation of color #EEE8DB: hue angle of 41.05º degrees, saturation: 0.36, 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 #EEE8DB is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 219 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.07 |
| HSL | 41.05º | 0.36% | 0.9% | - |
| HSV(B) | 41.05º | 0.08% | 0.93% | - |
| XYZ | 76.9 | 81 | 78.6 | - |
| YUV | 232.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 219 | 0 | 0.03 | 0.08 | 0.07 | 41.05 | 0.36 | 0.9 |
| Hex | EE | E8 | DB | 0 | 3 | 8 | 7 | 29 | 24 | 5A |
| Octal | 356 | 350 | 333 | 0 | 3 | 10 | 7 | 51 | 44 | 132 |
| Binary | 11101110 | 11101000 | 11011011 | 0 | 11 | 1000 | 111 | 101001 | 100100 | 1011010 |
Color Harmonies of #EEE8DB
Complementary color
Monochromatic Colors of #EEE8DB
Black with #EEE8DB
Text Example
Text Example
White with #EEE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8DB; }
p { color: rgb(238,232,219); }
H1.HeaderClassName
{
color: #EEE8DB;
}
.AnyTagClassName
{
color: #EEE8DB;
}
</style>
background-color css
<style>
a { background-color: #EEE8DB; }
a { background-color: rgb(238,232,219); }
div.DivClassName
{
background-color: #EEE8DB;
}
.BgClassName
{
background-color: #EEE8DB;
}
</style>
border-color css
<style>
span { border-color: #EEE8DB; }
span { border-color: rgb(238,232,219); }
td.TdClassName
{
border-color: #EEE8DB;
}
.TagClassName
{
border-color: #EEE8DB;
}
</style>