Shades of Snow Drift #EAEAD6
Tints of Snow Drift #EAEAD6
RGB
CMYK
RGB Variations
Color information
#EAEAD6 (or 0xEAEAD6) is known color: Snow Drift. HEX triplet: EA, EA and D6. RGB value is (234,234,214). Sum of RGB (Red+Green+Blue) = 234+234+214=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 214 (83.98% from 255 or 31.38% from 682); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEAD6 is #151529. Grayscale: #E7E7E7. Windows color (decimal): -1381674 or 14084842. OLE color: 14084842.
HSL color Cylindrical-coordinate representation of color #EAEAD6: hue angle of 60º degrees, saturation: 0.32, 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 #EAEAD6 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 214 | - |
| CMYK | 0 | 0 | 0.09 | 0.08 |
| HSL | 60º | 0.32% | 0.88% | - |
| HSV(B) | 60º | 0.09% | 0.92% | - |
| XYZ | 75.49 | 81.19 | 75.31 | - |
| YUV | 231.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 214 | 0 | 0 | 0.09 | 0.08 | 60 | 0.32 | 0.88 |
| Hex | EA | EA | D6 | 0 | 0 | 9 | 8 | 3C | 20 | 58 |
| Octal | 352 | 352 | 326 | 0 | 0 | 11 | 10 | 74 | 40 | 130 |
| Binary | 11101010 | 11101010 | 11010110 | 0 | 0 | 1001 | 1000 | 111100 | 100000 | 1011000 |
Color Harmonies of #EAEAD6
Complementary color
Monochromatic Colors of #EAEAD6
Black with #EAEAD6
Text Example
Text Example
White with #EAEAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAD6; }
p { color: rgb(234,234,214); }
H1.HeaderClassName
{
color: #EAEAD6;
}
.AnyTagClassName
{
color: #EAEAD6;
}
</style>
background-color css
<style>
a { background-color: #EAEAD6; }
a { background-color: rgb(234,234,214); }
div.DivClassName
{
background-color: #EAEAD6;
}
.BgClassName
{
background-color: #EAEAD6;
}
</style>
border-color css
<style>
span { border-color: #EAEAD6; }
span { border-color: rgb(234,234,214); }
td.TdClassName
{
border-color: #EAEAD6;
}
.TagClassName
{
border-color: #EAEAD6;
}
</style>