Shades of White Linen #EEE6DB
Tints of White Linen #EEE6DB
RGB
CMYK
RGB Variations
Color information
#EEE6DB (or 0xEEE6DB) is known color: White Linen. HEX triplet: EE, E6 and DB. RGB value is (238,230,219). Sum of RGB (Red+Green+Blue) = 238+230+219=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6DB is #111924. Grayscale: #E7E7E7. Windows color (decimal): -1120549 or 14411502. OLE color: 14411502.
HSL color Cylindrical-coordinate representation of color #EEE6DB: hue angle of 34.74º 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 #EEE6DB is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 230 | 219 | - |
CMYK | 0 | 0.03 | 0.08 | 0.07 |
HSL | 34.74º | 0.36% | 0.9% | - |
HSV(B) | 34.74º | 0.08% | 0.93% | - |
XYZ | 76.34 | 79.89 | 78.41 | - |
YUV | 231.14 | 121.15 | 132.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 230 | 219 | 0 | 0.03 | 0.08 | 0.07 | 34.74 | 0.36 | 0.9 |
Hex | EE | E6 | DB | 0 | 3 | 8 | 7 | 23 | 24 | 5A |
Octal | 356 | 346 | 333 | 0 | 3 | 10 | 7 | 43 | 44 | 132 |
Binary | 11101110 | 11100110 | 11011011 | 0 | 11 | 1000 | 111 | 100011 | 100100 | 1011010 |
Color Harmonies of #EEE6DB
Complementary color
Monochromatic Colors of #EEE6DB
Black with #EEE6DB
Text Example
Text Example
White with #EEE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE6DB; }
p { color: rgb(238,230,219); }
H1.HeaderClassName
{
color: #EEE6DB;
}
.AnyTagClassName
{
color: #EEE6DB;
}
</style>
background-color css
<style>
a { background-color: #EEE6DB; }
a { background-color: rgb(238,230,219); }
div.DivClassName
{
background-color: #EEE6DB;
}
.BgClassName
{
background-color: #EEE6DB;
}
</style>
border-color css
<style>
span { border-color: #EEE6DB; }
span { border-color: rgb(238,230,219); }
td.TdClassName
{
border-color: #EEE6DB;
}
.TagClassName
{
border-color: #EEE6DB;
}
</style>