Shades of Snow Drift #E7E7DA
Tints of Snow Drift #E7E7DA
RGB
CMYK
RGB Variations
Color information
#E7E7DA (or 0xE7E7DA) is known color: Snow Drift. HEX triplet: E7, E7 and DA. RGB value is (231,231,218). Sum of RGB (Red+Green+Blue) = 231+231+218=680 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.97% from 680); Green value is 231 (90.62% from 255 or 33.97% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E7DA is #181825. Grayscale: #E5E5E5. Windows color (decimal): -1579046 or 14346215. OLE color: 14346215.
HSL color Cylindrical-coordinate representation of color #E7E7DA: hue angle of 60º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7E7DA is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 231 | 218 | - |
CMYK | 0 | 0 | 0.06 | 0.09 |
HSL | 60º | 0.21% | 0.88% | - |
HSV(B) | 60º | 0.06% | 0.91% | - |
XYZ | 74.19 | 79.2 | 77.71 | - |
YUV | 229.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 231 | 218 | 0 | 0 | 0.06 | 0.09 | 60 | 0.21 | 0.88 |
Hex | E7 | E7 | DA | 0 | 0 | 6 | 9 | 3C | 15 | 58 |
Octal | 347 | 347 | 332 | 0 | 0 | 6 | 11 | 74 | 25 | 130 |
Binary | 11100111 | 11100111 | 11011010 | 0 | 0 | 110 | 1001 | 111100 | 10101 | 1011000 |
Color Harmonies of #E7E7DA
Complementary color
Monochromatic Colors of #E7E7DA
Black with #E7E7DA
Text Example
Text Example
White with #E7E7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E7DA; }
p { color: rgb(231,231,218); }
H1.HeaderClassName
{
color: #E7E7DA;
}
.AnyTagClassName
{
color: #E7E7DA;
}
</style>
background-color css
<style>
a { background-color: #E7E7DA; }
a { background-color: rgb(231,231,218); }
div.DivClassName
{
background-color: #E7E7DA;
}
.BgClassName
{
background-color: #E7E7DA;
}
</style>
border-color css
<style>
span { border-color: #E7E7DA; }
span { border-color: rgb(231,231,218); }
td.TdClassName
{
border-color: #E7E7DA;
}
.TagClassName
{
border-color: #E7E7DA;
}
</style>