Shades of Snow Drift #E2E2DC
Tints of Snow Drift #E2E2DC
RGB
CMYK
RGB Variations
Color information
#E2E2DC (or 0xE2E2DC) is known color: Snow Drift. HEX triplet: E2, E2 and DC. RGB value is (226,226,220). Sum of RGB (Red+Green+Blue) = 226+226+220=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E2DC is #1D1D23. Grayscale: #E1E1E1. Windows color (decimal): -1908004 or 14476002. OLE color: 14476002.
HSL color Cylindrical-coordinate representation of color #E2E2DC: hue angle of 60º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2E2DC is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 226 | 220 | - |
| CMYK | 0 | 0 | 0.03 | 0.11 |
| HSL | 60º | 0.09% | 0.87% | - |
| HSV(B) | 60º | 0.03% | 0.89% | - |
| XYZ | 71.48 | 75.73 | 78.56 | - |
| YUV | 225.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 226 | 220 | 0 | 0 | 0.03 | 0.11 | 60 | 0.09 | 0.87 |
| Hex | E2 | E2 | DC | 0 | 0 | 3 | B | 3C | 9 | 57 |
| Octal | 342 | 342 | 334 | 0 | 0 | 3 | 13 | 74 | 11 | 127 |
| Binary | 11100010 | 11100010 | 11011100 | 0 | 0 | 11 | 1011 | 111100 | 1001 | 1010111 |
Color Harmonies of #E2E2DC
Complementary color
Monochromatic Colors of #E2E2DC
Black with #E2E2DC
Text Example
Text Example
White with #E2E2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E2DC; }
p { color: rgb(226,226,220); }
H1.HeaderClassName
{
color: #E2E2DC;
}
.AnyTagClassName
{
color: #E2E2DC;
}
</style>
background-color css
<style>
a { background-color: #E2E2DC; }
a { background-color: rgb(226,226,220); }
div.DivClassName
{
background-color: #E2E2DC;
}
.BgClassName
{
background-color: #E2E2DC;
}
</style>
border-color css
<style>
span { border-color: #E2E2DC; }
span { border-color: rgb(226,226,220); }
td.TdClassName
{
border-color: #E2E2DC;
}
.TagClassName
{
border-color: #E2E2DC;
}
</style>