Shades of Snow Drift #E0E0DB
Tints of Snow Drift #E0E0DB
RGB
CMYK
RGB Variations
Color information
#E0E0DB (or 0xE0E0DB) is known color: Snow Drift. HEX triplet: E0, E0 and DB. RGB value is (224,224,219). Sum of RGB (Red+Green+Blue) = 224+224+219=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E0DB is #1F1F24. Grayscale: #DFDFDF. Windows color (decimal): -2039589 or 14409952. OLE color: 14409952.
HSL color Cylindrical-coordinate representation of color #E0E0DB: hue angle of 60º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E0E0DB is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 219 | - |
| CMYK | 0 | 0 | 0.02 | 0.12 |
| HSL | 60º | 0.07% | 0.87% | - |
| HSV(B) | 60º | 0.02% | 0.88% | - |
| XYZ | 70.18 | 74.27 | 77.65 | - |
| YUV | 223.43 | 125.5 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 219 | 0 | 0 | 0.02 | 0.12 | 60 | 0.07 | 0.87 |
| Hex | E0 | E0 | DB | 0 | 0 | 2 | C | 3C | 7 | 57 |
| Octal | 340 | 340 | 333 | 0 | 0 | 2 | 14 | 74 | 7 | 127 |
| Binary | 11100000 | 11100000 | 11011011 | 0 | 0 | 10 | 1100 | 111100 | 111 | 1010111 |
Color Harmonies of #E0E0DB
Complementary color
Monochromatic Colors of #E0E0DB
Black with #E0E0DB
Text Example
Text Example
White with #E0E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E0DB; }
p { color: rgb(224,224,219); }
H1.HeaderClassName
{
color: #E0E0DB;
}
.AnyTagClassName
{
color: #E0E0DB;
}
</style>
background-color css
<style>
a { background-color: #E0E0DB; }
a { background-color: rgb(224,224,219); }
div.DivClassName
{
background-color: #E0E0DB;
}
.BgClassName
{
background-color: #E0E0DB;
}
</style>
border-color css
<style>
span { border-color: #E0E0DB; }
span { border-color: rgb(224,224,219); }
td.TdClassName
{
border-color: #E0E0DB;
}
.TagClassName
{
border-color: #E0E0DB;
}
</style>