Shades of Snow Drift #E0E0DD
Tints of Snow Drift #E0E0DD
RGB
CMYK
RGB Variations
Color information
#E0E0DD (or 0xE0E0DD) is known color: Snow Drift. HEX triplet: E0, E0 and DD. RGB value is (224,224,221). Sum of RGB (Red+Green+Blue) = 224+224+221=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E0DD is #1F1F22. Grayscale: #DFDFDF. Windows color (decimal): -2039587 or 14541024. OLE color: 14541024.
HSL color Cylindrical-coordinate representation of color #E0E0DD: hue angle of 60º degrees, saturation: 0.05, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E0E0DD is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 221 | - |
| CMYK | 0 | 0 | 0.01 | 0.12 |
| HSL | 60º | 0.05% | 0.87% | - |
| HSV(B) | 60º | 0.01% | 0.88% | - |
| XYZ | 70.45 | 74.38 | 79.05 | - |
| YUV | 223.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 221 | 0 | 0 | 0.01 | 0.12 | 60 | 0.05 | 0.87 |
| Hex | E0 | E0 | DD | 0 | 0 | 1 | C | 3C | 5 | 57 |
| Octal | 340 | 340 | 335 | 0 | 0 | 1 | 14 | 74 | 5 | 127 |
| Binary | 11100000 | 11100000 | 11011101 | 0 | 0 | 1 | 1100 | 111100 | 101 | 1010111 |
Color Harmonies of #E0E0DD
Complementary color
Monochromatic Colors of #E0E0DD
Black with #E0E0DD
Text Example
Text Example
White with #E0E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E0DD; }
p { color: rgb(224,224,221); }
H1.HeaderClassName
{
color: #E0E0DD;
}
.AnyTagClassName
{
color: #E0E0DD;
}
</style>
background-color css
<style>
a { background-color: #E0E0DD; }
a { background-color: rgb(224,224,221); }
div.DivClassName
{
background-color: #E0E0DD;
}
.BgClassName
{
background-color: #E0E0DD;
}
</style>
border-color css
<style>
span { border-color: #E0E0DD; }
span { border-color: rgb(224,224,221); }
td.TdClassName
{
border-color: #E0E0DD;
}
.TagClassName
{
border-color: #E0E0DD;
}
</style>