Shades of Snow Drift #E9E9E0
Tints of Snow Drift #E9E9E0
RGB
CMYK
RGB Variations
Color information
#E9E9E0 (or 0xE9E9E0) is known color: Snow Drift. HEX triplet: E9, E9 and E0. RGB value is (233,233,224). Sum of RGB (Red+Green+Blue) = 233+233+224=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 233 - color contains mainly: red, green. Hex color #E9E9E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E9E0 is #16161F. Grayscale: #E8E8E8. Windows color (decimal): -1447456 or 14739945. OLE color: 14739945.
HSL color Cylindrical-coordinate representation of color #E9E9E0: hue angle of 60º degrees, saturation: 0.17, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E9E9E0 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 233 | 224 | - |
CMYK | 0 | 0 | 0.04 | 0.09 |
HSL | 60º | 0.17% | 0.9% | - |
HSV(B) | 60º | 0.04% | 0.91% | - |
XYZ | 76.2 | 80.98 | 82.14 | - |
YUV | 231.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 233 | 224 | 0 | 0 | 0.04 | 0.09 | 60 | 0.17 | 0.9 |
Hex | E9 | E9 | E0 | 0 | 0 | 4 | 9 | 3C | 11 | 5A |
Octal | 351 | 351 | 340 | 0 | 0 | 4 | 11 | 74 | 21 | 132 |
Binary | 11101001 | 11101001 | 11100000 | 0 | 0 | 100 | 1001 | 111100 | 10001 | 1011010 |
Color Harmonies of #E9E9E0
Complementary color
Monochromatic Colors of #E9E9E0
Black with #E9E9E0
Text Example
Text Example
White with #E9E9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E9E0; }
p { color: rgb(233,233,224); }
H1.HeaderClassName
{
color: #E9E9E0;
}
.AnyTagClassName
{
color: #E9E9E0;
}
</style>
background-color css
<style>
a { background-color: #E9E9E0; }
a { background-color: rgb(233,233,224); }
div.DivClassName
{
background-color: #E9E9E0;
}
.BgClassName
{
background-color: #E9E9E0;
}
</style>
border-color css
<style>
span { border-color: #E9E9E0; }
span { border-color: rgb(233,233,224); }
td.TdClassName
{
border-color: #E9E9E0;
}
.TagClassName
{
border-color: #E9E9E0;
}
</style>