Shades of Snow Drift #E9E9D9
Tints of Snow Drift #E9E9D9
RGB
CMYK
RGB Variations
Color information
#E9E9D9 (or 0xE9E9D9) is known color: Snow Drift. HEX triplet: E9, E9 and D9. RGB value is (233,233,217). Sum of RGB (Red+Green+Blue) = 233+233+217=683 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.11% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 217 (85.16% from 255 or 31.77% from 683); Max value from RGB is 233 - color contains mainly: red, green. Hex color #E9E9D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E9D9 is #161626. Grayscale: #E7E7E7. Windows color (decimal): -1447463 or 14281193. OLE color: 14281193.
HSL color Cylindrical-coordinate representation of color #E9E9D9: hue angle of 60º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9E9D9 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 233 | 217 | - |
CMYK | 0 | 0 | 0.07 | 0.09 |
HSL | 60º | 0.27% | 0.88% | - |
HSV(B) | 60º | 0.07% | 0.91% | - |
XYZ | 75.27 | 80.61 | 77.24 | - |
YUV | 231.18 | 120 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 233 | 217 | 0 | 0 | 0.07 | 0.09 | 60 | 0.27 | 0.88 |
Hex | E9 | E9 | D9 | 0 | 0 | 7 | 9 | 3C | 1B | 58 |
Octal | 351 | 351 | 331 | 0 | 0 | 7 | 11 | 74 | 33 | 130 |
Binary | 11101001 | 11101001 | 11011001 | 0 | 0 | 111 | 1001 | 111100 | 11011 | 1011000 |
Color Harmonies of #E9E9D9
Complementary color
Monochromatic Colors of #E9E9D9
Black with #E9E9D9
Text Example
Text Example
White with #E9E9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E9D9; }
p { color: rgb(233,233,217); }
H1.HeaderClassName
{
color: #E9E9D9;
}
.AnyTagClassName
{
color: #E9E9D9;
}
</style>
background-color css
<style>
a { background-color: #E9E9D9; }
a { background-color: rgb(233,233,217); }
div.DivClassName
{
background-color: #E9E9D9;
}
.BgClassName
{
background-color: #E9E9D9;
}
</style>
border-color css
<style>
span { border-color: #E9E9D9; }
span { border-color: rgb(233,233,217); }
td.TdClassName
{
border-color: #E9E9D9;
}
.TagClassName
{
border-color: #E9E9D9;
}
</style>