Shades of Snow Drift #EAEAD2
Tints of Snow Drift #EAEAD2
RGB
CMYK
RGB Variations
Color information
#EAEAD2 (or 0xEAEAD2) is known color: Snow Drift. HEX triplet: EA, EA and D2. RGB value is (234,234,210). Sum of RGB (Red+Green+Blue) = 234+234+210=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 210 (82.42% from 255 or 30.97% from 678); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEAD2 is #15152D. Grayscale: #E7E7E7. Windows color (decimal): -1381678 or 13822698. OLE color: 13822698.
HSL color Cylindrical-coordinate representation of color #EAEAD2: hue angle of 60º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAEAD2 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 234 | 210 | - |
CMYK | 0 | 0 | 0.10 | 0.08 |
HSL | 60º | 0.36% | 0.87% | - |
HSV(B) | 60º | 0.1% | 0.92% | - |
XYZ | 74.99 | 80.99 | 72.65 | - |
YUV | 231.26 | 116 | 129.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 234 | 210 | 0 | 0 | 0.10 | 0.08 | 60 | 0.36 | 0.87 |
Hex | EA | EA | D2 | 0 | 0 | A | 8 | 3C | 24 | 57 |
Octal | 352 | 352 | 322 | 0 | 0 | 12 | 10 | 74 | 44 | 127 |
Binary | 11101010 | 11101010 | 11010010 | 0 | 0 | 1010 | 1000 | 111100 | 100100 | 1010111 |
Color Harmonies of #EAEAD2
Complementary color
Monochromatic Colors of #EAEAD2
Black with #EAEAD2
Text Example
Text Example
White with #EAEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAD2; }
p { color: rgb(234,234,210); }
H1.HeaderClassName
{
color: #EAEAD2;
}
.AnyTagClassName
{
color: #EAEAD2;
}
</style>
background-color css
<style>
a { background-color: #EAEAD2; }
a { background-color: rgb(234,234,210); }
div.DivClassName
{
background-color: #EAEAD2;
}
.BgClassName
{
background-color: #EAEAD2;
}
</style>
border-color css
<style>
span { border-color: #EAEAD2; }
span { border-color: rgb(234,234,210); }
td.TdClassName
{
border-color: #EAEAD2;
}
.TagClassName
{
border-color: #EAEAD2;
}
</style>