Shades of White Linen #EEE9DF
Tints of White Linen #EEE9DF
RGB
CMYK
RGB Variations
Color information
#EEE9DF (or 0xEEE9DF) is known color: White Linen. HEX triplet: EE, E9 and DF. RGB value is (238,233,223). Sum of RGB (Red+Green+Blue) = 238+233+223=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9DF is #111620. Grayscale: #E9E9E9. Windows color (decimal): -1119777 or 14674414. OLE color: 14674414.
HSL color Cylindrical-coordinate representation of color #EEE9DF: hue angle of 40º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE9DF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 223 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.07 |
| HSL | 40º | 0.31% | 0.9% | - |
| HSV(B) | 40º | 0.06% | 0.93% | - |
| XYZ | 77.72 | 81.78 | 81.5 | - |
| YUV | 233.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 223 | 0 | 0.02 | 0.06 | 0.07 | 40 | 0.31 | 0.9 |
| Hex | EE | E9 | DF | 0 | 2 | 6 | 7 | 28 | 1F | 5A |
| Octal | 356 | 351 | 337 | 0 | 2 | 6 | 7 | 50 | 37 | 132 |
| Binary | 11101110 | 11101001 | 11011111 | 0 | 10 | 110 | 111 | 101000 | 11111 | 1011010 |
Color Harmonies of #EEE9DF
Complementary color
Monochromatic Colors of #EEE9DF
Black with #EEE9DF
Text Example
Text Example
White with #EEE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9DF; }
p { color: rgb(238,233,223); }
H1.HeaderClassName
{
color: #EEE9DF;
}
.AnyTagClassName
{
color: #EEE9DF;
}
</style>
background-color css
<style>
a { background-color: #EEE9DF; }
a { background-color: rgb(238,233,223); }
div.DivClassName
{
background-color: #EEE9DF;
}
.BgClassName
{
background-color: #EEE9DF;
}
</style>
border-color css
<style>
span { border-color: #EEE9DF; }
span { border-color: rgb(238,233,223); }
td.TdClassName
{
border-color: #EEE9DF;
}
.TagClassName
{
border-color: #EEE9DF;
}
</style>