Shades of Snow Drift #E9E9DD
Tints of Snow Drift #E9E9DD
RGB
CMYK
RGB Variations
Color information
#E9E9DD (or 0xE9E9DD) is known color: Snow Drift. HEX triplet: E9, E9 and DD. RGB value is (233,233,221). Sum of RGB (Red+Green+Blue) = 233+233+221=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 233 - color contains mainly: red, green. Hex color #E9E9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E9DD is #161622. Grayscale: #E7E7E7. Windows color (decimal): -1447459 or 14543337. OLE color: 14543337.
HSL color Cylindrical-coordinate representation of color #E9E9DD: hue angle of 60º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9E9DD is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 233 | 221 | - |
CMYK | 0 | 0 | 0.05 | 0.09 |
HSL | 60º | 0.21% | 0.89% | - |
HSV(B) | 60º | 0.05% | 0.91% | - |
XYZ | 75.79 | 80.82 | 80.01 | - |
YUV | 231.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 233 | 221 | 0 | 0 | 0.05 | 0.09 | 60 | 0.21 | 0.89 |
Hex | E9 | E9 | DD | 0 | 0 | 5 | 9 | 3C | 15 | 59 |
Octal | 351 | 351 | 335 | 0 | 0 | 5 | 11 | 74 | 25 | 131 |
Binary | 11101001 | 11101001 | 11011101 | 0 | 0 | 101 | 1001 | 111100 | 10101 | 1011001 |
Color Harmonies of #E9E9DD
Complementary color
Monochromatic Colors of #E9E9DD
Black with #E9E9DD
Text Example
Text Example
White with #E9E9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E9DD; }
p { color: rgb(233,233,221); }
H1.HeaderClassName
{
color: #E9E9DD;
}
.AnyTagClassName
{
color: #E9E9DD;
}
</style>
background-color css
<style>
a { background-color: #E9E9DD; }
a { background-color: rgb(233,233,221); }
div.DivClassName
{
background-color: #E9E9DD;
}
.BgClassName
{
background-color: #E9E9DD;
}
</style>
border-color css
<style>
span { border-color: #E9E9DD; }
span { border-color: rgb(233,233,221); }
td.TdClassName
{
border-color: #E9E9DD;
}
.TagClassName
{
border-color: #E9E9DD;
}
</style>