Shades of Snow Drift #EAEAD5
Tints of Snow Drift #EAEAD5
RGB
CMYK
RGB Variations
Color information
#EAEAD5 (or 0xEAEAD5) is known color: Snow Drift. HEX triplet: EA, EA and D5. RGB value is (234,234,213). Sum of RGB (Red+Green+Blue) = 234+234+213=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEAD5 is #15152A. Grayscale: #E7E7E7. Windows color (decimal): -1381675 or 14019306. OLE color: 14019306.
HSL color Cylindrical-coordinate representation of color #EAEAD5: hue angle of 60º 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 #EAEAD5 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 234 | 213 | - |
CMYK | 0 | 0 | 0.09 | 0.08 |
HSL | 60º | 0.33% | 0.88% | - |
HSV(B) | 60º | 0.09% | 0.92% | - |
XYZ | 75.36 | 81.14 | 74.64 | - |
YUV | 231.61 | 117.5 | 129.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 234 | 213 | 0 | 0 | 0.09 | 0.08 | 60 | 0.33 | 0.88 |
Hex | EA | EA | D5 | 0 | 0 | 9 | 8 | 3C | 21 | 58 |
Octal | 352 | 352 | 325 | 0 | 0 | 11 | 10 | 74 | 41 | 130 |
Binary | 11101010 | 11101010 | 11010101 | 0 | 0 | 1001 | 1000 | 111100 | 100001 | 1011000 |
Color Harmonies of #EAEAD5
Complementary color
Monochromatic Colors of #EAEAD5
Black with #EAEAD5
Text Example
Text Example
White with #EAEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAD5; }
p { color: rgb(234,234,213); }
H1.HeaderClassName
{
color: #EAEAD5;
}
.AnyTagClassName
{
color: #EAEAD5;
}
</style>
background-color css
<style>
a { background-color: #EAEAD5; }
a { background-color: rgb(234,234,213); }
div.DivClassName
{
background-color: #EAEAD5;
}
.BgClassName
{
background-color: #EAEAD5;
}
</style>
border-color css
<style>
span { border-color: #EAEAD5; }
span { border-color: rgb(234,234,213); }
td.TdClassName
{
border-color: #EAEAD5;
}
.TagClassName
{
border-color: #EAEAD5;
}
</style>