Shades of Snow Drift #E9E9DE
Tints of Snow Drift #E9E9DE
RGB
CMYK
RGB Variations
Color information
#E9E9DE (or 0xE9E9DE) is known color: Snow Drift. HEX triplet: E9, E9 and DE. RGB value is (233,233,222). Sum of RGB (Red+Green+Blue) = 233+233+222=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 233 - color contains mainly: red, green. Hex color #E9E9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E9DE is #161621. Grayscale: #E7E7E7. Windows color (decimal): -1447458 or 14608873. OLE color: 14608873.
HSL color Cylindrical-coordinate representation of color #E9E9DE: hue angle of 60º degrees, saturation: 0.2, 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 #E9E9DE is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 233 | 222 | - |
| CMYK | 0 | 0 | 0.05 | 0.09 |
| HSL | 60º | 0.2% | 0.89% | - |
| HSV(B) | 60º | 0.05% | 0.91% | - |
| XYZ | 75.93 | 80.88 | 80.72 | - |
| YUV | 231.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 233 | 222 | 0 | 0 | 0.05 | 0.09 | 60 | 0.2 | 0.89 |
| Hex | E9 | E9 | DE | 0 | 0 | 5 | 9 | 3C | 14 | 59 |
| Octal | 351 | 351 | 336 | 0 | 0 | 5 | 11 | 74 | 24 | 131 |
| Binary | 11101001 | 11101001 | 11011110 | 0 | 0 | 101 | 1001 | 111100 | 10100 | 1011001 |
Color Harmonies of #E9E9DE
Complementary color
Monochromatic Colors of #E9E9DE
Black with #E9E9DE
Text Example
Text Example
White with #E9E9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E9DE; }
p { color: rgb(233,233,222); }
H1.HeaderClassName
{
color: #E9E9DE;
}
.AnyTagClassName
{
color: #E9E9DE;
}
</style>
background-color css
<style>
a { background-color: #E9E9DE; }
a { background-color: rgb(233,233,222); }
div.DivClassName
{
background-color: #E9E9DE;
}
.BgClassName
{
background-color: #E9E9DE;
}
</style>
border-color css
<style>
span { border-color: #E9E9DE; }
span { border-color: rgb(233,233,222); }
td.TdClassName
{
border-color: #E9E9DE;
}
.TagClassName
{
border-color: #E9E9DE;
}
</style>