Shades of Snow Drift #E1E2D5
Tints of Snow Drift #E1E2D5
RGB
CMYK
RGB Variations
Color information
#E1E2D5 (or 0xE1E2D5) is known color: Snow Drift. HEX triplet: E1, E2 and D5. RGB value is (225,226,213). Sum of RGB (Red+Green+Blue) = 225+226+213=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E2D5 is #1E1D2A. Grayscale: #E0E0E0. Windows color (decimal): -1973547 or 14017249. OLE color: 14017249.
HSL color Cylindrical-coordinate representation of color #E1E2D5: hue angle of 64.62º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1E2D5 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 226 | 213 | - |
| CMYK | 0.00 | 0 | 0.06 | 0.11 |
| HSL | 64.62º | 0.18% | 0.86% | - |
| HSV(B) | 64.62º | 0.06% | 0.89% | - |
| XYZ | 70.26 | 75.2 | 73.76 | - |
| YUV | 224.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 213 | 0.00 | 0 | 0.06 | 0.11 | 64.62 | 0.18 | 0.86 |
| Hex | E1 | E2 | D5 | 0 | 0 | 6 | B | 41 | 12 | 56 |
| Octal | 341 | 342 | 325 | 0 | 0 | 6 | 13 | 101 | 22 | 126 |
| Binary | 11100001 | 11100010 | 11010101 | 0 | 0 | 110 | 1011 | 1000001 | 10010 | 1010110 |
Color Harmonies of #E1E2D5
Complementary color
Monochromatic Colors of #E1E2D5
Black with #E1E2D5
Text Example
Text Example
White with #E1E2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E2D5; }
p { color: rgb(225,226,213); }
H1.HeaderClassName
{
color: #E1E2D5;
}
.AnyTagClassName
{
color: #E1E2D5;
}
</style>
background-color css
<style>
a { background-color: #E1E2D5; }
a { background-color: rgb(225,226,213); }
div.DivClassName
{
background-color: #E1E2D5;
}
.BgClassName
{
background-color: #E1E2D5;
}
</style>
border-color css
<style>
span { border-color: #E1E2D5; }
span { border-color: rgb(225,226,213); }
td.TdClassName
{
border-color: #E1E2D5;
}
.TagClassName
{
border-color: #E1E2D5;
}
</style>