Shades of Snow Flurry #EAF5C0
Tints of Snow Flurry #EAF5C0
RGB
CMYK
RGB Variations
Color information
#EAF5C0 (or 0xEAF5C0) is known color: Snow Flurry. HEX triplet: EA, F5 and C0. RGB value is (234,245,192). Sum of RGB (Red+Green+Blue) = 234+245+192=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 192 (75.39% from 255 or 28.61% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5C0 is #150A3F. Grayscale: #EBEBEB. Windows color (decimal): -1378880 or 12645866. OLE color: 12645866.
HSL color Cylindrical-coordinate representation of color #EAF5C0: hue angle of 72.45º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAF5C0 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 245 | 192 | - |
CMYK | 0.04 | 0 | 0.22 | 0.04 |
HSL | 72.45º | 0.73% | 0.86% | - |
HSV(B) | 72.45º | 0.22% | 0.96% | - |
XYZ | 76.1 | 86.6 | 62.57 | - |
YUV | 235.67 | 103.36 | 126.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 245 | 192 | 0.04 | 0 | 0.22 | 0.04 | 72.45 | 0.73 | 0.86 |
Hex | EA | F5 | C0 | 4 | 0 | 16 | 4 | 48 | 49 | 56 |
Octal | 352 | 365 | 300 | 4 | 0 | 26 | 4 | 110 | 111 | 126 |
Binary | 11101010 | 11110101 | 11000000 | 100 | 0 | 10110 | 100 | 1001000 | 1001001 | 1010110 |
Color Harmonies of #EAF5C0
Complementary color
Monochromatic Colors of #EAF5C0
Black with #EAF5C0
Text Example
Text Example
White with #EAF5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF5C0; }
p { color: rgb(234,245,192); }
H1.HeaderClassName
{
color: #EAF5C0;
}
.AnyTagClassName
{
color: #EAF5C0;
}
</style>
background-color css
<style>
a { background-color: #EAF5C0; }
a { background-color: rgb(234,245,192); }
div.DivClassName
{
background-color: #EAF5C0;
}
.BgClassName
{
background-color: #EAF5C0;
}
</style>
border-color css
<style>
span { border-color: #EAF5C0; }
span { border-color: rgb(234,245,192); }
td.TdClassName
{
border-color: #EAF5C0;
}
.TagClassName
{
border-color: #EAF5C0;
}
</style>