Shades of Snow Drift #E7E7DD
Tints of Snow Drift #E7E7DD
RGB
CMYK
RGB Variations
Color information
#E7E7DD (or 0xE7E7DD) is known color: Snow Drift. HEX triplet: E7, E7 and DD. RGB value is (231,231,221). Sum of RGB (Red+Green+Blue) = 231+231+221=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E7DD is #181822. Grayscale: #E5E5E5. Windows color (decimal): -1579043 or 14542823. OLE color: 14542823.
HSL color Cylindrical-coordinate representation of color #E7E7DD: hue angle of 60º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7E7DD is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 231 | 221 | - |
CMYK | 0 | 0 | 0.04 | 0.09 |
HSL | 60º | 0.17% | 0.89% | - |
HSV(B) | 60º | 0.04% | 0.91% | - |
XYZ | 74.58 | 79.36 | 79.79 | - |
YUV | 229.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 231 | 221 | 0 | 0 | 0.04 | 0.09 | 60 | 0.17 | 0.89 |
Hex | E7 | E7 | DD | 0 | 0 | 4 | 9 | 3C | 11 | 59 |
Octal | 347 | 347 | 335 | 0 | 0 | 4 | 11 | 74 | 21 | 131 |
Binary | 11100111 | 11100111 | 11011101 | 0 | 0 | 100 | 1001 | 111100 | 10001 | 1011001 |
Color Harmonies of #E7E7DD
Complementary color
Monochromatic Colors of #E7E7DD
Black with #E7E7DD
Text Example
Text Example
White with #E7E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E7DD; }
p { color: rgb(231,231,221); }
H1.HeaderClassName
{
color: #E7E7DD;
}
.AnyTagClassName
{
color: #E7E7DD;
}
</style>
background-color css
<style>
a { background-color: #E7E7DD; }
a { background-color: rgb(231,231,221); }
div.DivClassName
{
background-color: #E7E7DD;
}
.BgClassName
{
background-color: #E7E7DD;
}
</style>
border-color css
<style>
span { border-color: #E7E7DD; }
span { border-color: rgb(231,231,221); }
td.TdClassName
{
border-color: #E7E7DD;
}
.TagClassName
{
border-color: #E7E7DD;
}
</style>