Shades of Snow Flurry #EAF5CF
Tints of Snow Flurry #EAF5CF
RGB
CMYK
RGB Variations
Color information
#EAF5CF (or 0xEAF5CF) is known color: Snow Flurry. HEX triplet: EA, F5 and CF. RGB value is (234,245,207). Sum of RGB (Red+Green+Blue) = 234+245+207=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5CF is #150A30. Grayscale: #EDEDED. Windows color (decimal): -1378865 or 13628906. OLE color: 13628906.
HSL color Cylindrical-coordinate representation of color #EAF5CF: hue angle of 77.37º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAF5CF is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 207 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.04 |
| HSL | 77.37º | 0.66% | 0.89% | - |
| HSV(B) | 77.37º | 0.16% | 0.96% | - |
| XYZ | 77.85 | 87.3 | 71.78 | - |
| YUV | 237.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 207 | 0.04 | 0 | 0.16 | 0.04 | 77.37 | 0.66 | 0.89 |
| Hex | EA | F5 | CF | 4 | 0 | 10 | 4 | 4D | 42 | 59 |
| Octal | 352 | 365 | 317 | 4 | 0 | 20 | 4 | 115 | 102 | 131 |
| Binary | 11101010 | 11110101 | 11001111 | 100 | 0 | 10000 | 100 | 1001101 | 1000010 | 1011001 |
Color Harmonies of #EAF5CF
Complementary color
Monochromatic Colors of #EAF5CF
Black with #EAF5CF
Text Example
Text Example
White with #EAF5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF5CF; }
p { color: rgb(234,245,207); }
H1.HeaderClassName
{
color: #EAF5CF;
}
.AnyTagClassName
{
color: #EAF5CF;
}
</style>
background-color css
<style>
a { background-color: #EAF5CF; }
a { background-color: rgb(234,245,207); }
div.DivClassName
{
background-color: #EAF5CF;
}
.BgClassName
{
background-color: #EAF5CF;
}
</style>
border-color css
<style>
span { border-color: #EAF5CF; }
span { border-color: rgb(234,245,207); }
td.TdClassName
{
border-color: #EAF5CF;
}
.TagClassName
{
border-color: #EAF5CF;
}
</style>