Shades of Snow Flurry #EAF2CA
Tints of Snow Flurry #EAF2CA
RGB
CMYK
RGB Variations
Color information
#EAF2CA (or 0xEAF2CA) is known color: Snow Flurry. HEX triplet: EA, F2 and CA. RGB value is (234,242,202). Sum of RGB (Red+Green+Blue) = 234+242+202=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2CA is #150D35. Grayscale: #EBEBEB. Windows color (decimal): -1379638 or 13300458. OLE color: 13300458.
HSL color Cylindrical-coordinate representation of color #EAF2CA: hue angle of 72º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAF2CA is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 202 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.05 |
| HSL | 72º | 0.61% | 0.87% | - |
| HSV(B) | 72º | 0.17% | 0.95% | - |
| XYZ | 76.34 | 85.26 | 68.31 | - |
| YUV | 235.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 202 | 0.03 | 0 | 0.17 | 0.05 | 72 | 0.61 | 0.87 |
| Hex | EA | F2 | CA | 3 | 0 | 11 | 5 | 48 | 3D | 57 |
| Octal | 352 | 362 | 312 | 3 | 0 | 21 | 5 | 110 | 75 | 127 |
| Binary | 11101010 | 11110010 | 11001010 | 11 | 0 | 10001 | 101 | 1001000 | 111101 | 1010111 |
Color Harmonies of #EAF2CA
Complementary color
Monochromatic Colors of #EAF2CA
Black with #EAF2CA
Text Example
Text Example
White with #EAF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2CA; }
p { color: rgb(234,242,202); }
H1.HeaderClassName
{
color: #EAF2CA;
}
.AnyTagClassName
{
color: #EAF2CA;
}
</style>
background-color css
<style>
a { background-color: #EAF2CA; }
a { background-color: rgb(234,242,202); }
div.DivClassName
{
background-color: #EAF2CA;
}
.BgClassName
{
background-color: #EAF2CA;
}
</style>
border-color css
<style>
span { border-color: #EAF2CA; }
span { border-color: rgb(234,242,202); }
td.TdClassName
{
border-color: #EAF2CA;
}
.TagClassName
{
border-color: #EAF2CA;
}
</style>