Shades of Snow Drift #E9EAD5
Tints of Snow Drift #E9EAD5
RGB
CMYK
RGB Variations
Color information
#E9EAD5 (or 0xE9EAD5) is known color: Snow Drift. HEX triplet: E9, EA and D5. RGB value is (233,234,213). Sum of RGB (Red+Green+Blue) = 233+234+213=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 234 - color contains mainly: green. Hex color #E9EAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EAD5 is #16152A. Grayscale: #E7E7E7. Windows color (decimal): -1447211 or 14019305. OLE color: 14019305.
HSL color Cylindrical-coordinate representation of color #E9EAD5: hue angle of 62.86º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9EAD5 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 233 | 234 | 213 | - |
CMYK | 0.00 | 0 | 0.09 | 0.08 |
HSL | 62.86º | 0.33% | 0.88% | - |
HSV(B) | 62.86º | 0.09% | 0.92% | - |
XYZ | 75.04 | 80.97 | 74.63 | - |
YUV | 231.31 | 117.67 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 234 | 213 | 0.00 | 0 | 0.09 | 0.08 | 62.86 | 0.33 | 0.88 |
Hex | E9 | EA | D5 | 0 | 0 | 9 | 8 | 3F | 21 | 58 |
Octal | 351 | 352 | 325 | 0 | 0 | 11 | 10 | 77 | 41 | 130 |
Binary | 11101001 | 11101010 | 11010101 | 0 | 0 | 1001 | 1000 | 111111 | 100001 | 1011000 |
Color Harmonies of #E9EAD5
Complementary color
Monochromatic Colors of #E9EAD5
Black with #E9EAD5
Text Example
Text Example
White with #E9EAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EAD5; }
p { color: rgb(233,234,213); }
H1.HeaderClassName
{
color: #E9EAD5;
}
.AnyTagClassName
{
color: #E9EAD5;
}
</style>
background-color css
<style>
a { background-color: #E9EAD5; }
a { background-color: rgb(233,234,213); }
div.DivClassName
{
background-color: #E9EAD5;
}
.BgClassName
{
background-color: #E9EAD5;
}
</style>
border-color css
<style>
span { border-color: #E9EAD5; }
span { border-color: rgb(233,234,213); }
td.TdClassName
{
border-color: #E9EAD5;
}
.TagClassName
{
border-color: #E9EAD5;
}
</style>