Shades of Snow Flurry #EAFCC8
Tints of Snow Flurry #EAFCC8
RGB
CMYK
RGB Variations
Color information
#EAFCC8 (or 0xEAFCC8) is known color: Snow Flurry. HEX triplet: EA, FC and C8. RGB value is (234,252,200). Sum of RGB (Red+Green+Blue) = 234+252+200=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 200 (78.52% from 255 or 29.15% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCC8 is #150337. Grayscale: #F0F0F0. Windows color (decimal): -1377080 or 13171946. OLE color: 13171946.
HSL color Cylindrical-coordinate representation of color #EAFCC8: hue angle of 80.77º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAFCC8 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 200 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.01 |
| HSL | 80.77º | 0.9% | 0.89% | - |
| HSV(B) | 80.77º | 0.21% | 0.99% | - |
| XYZ | 79.17 | 91.28 | 68.09 | - |
| YUV | 240.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 200 | 0.07 | 0 | 0.21 | 0.01 | 80.77 | 0.9 | 0.89 |
| Hex | EA | FC | C8 | 7 | 0 | 15 | 1 | 51 | 5A | 59 |
| Octal | 352 | 374 | 310 | 7 | 0 | 25 | 1 | 121 | 132 | 131 |
| Binary | 11101010 | 11111100 | 11001000 | 111 | 0 | 10101 | 1 | 1010001 | 1011010 | 1011001 |
Color Harmonies of #EAFCC8
Complementary color
Monochromatic Colors of #EAFCC8
Black with #EAFCC8
Text Example
Text Example
White with #EAFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFCC8; }
p { color: rgb(234,252,200); }
H1.HeaderClassName
{
color: #EAFCC8;
}
.AnyTagClassName
{
color: #EAFCC8;
}
</style>
background-color css
<style>
a { background-color: #EAFCC8; }
a { background-color: rgb(234,252,200); }
div.DivClassName
{
background-color: #EAFCC8;
}
.BgClassName
{
background-color: #EAFCC8;
}
</style>
border-color css
<style>
span { border-color: #EAFCC8; }
span { border-color: rgb(234,252,200); }
td.TdClassName
{
border-color: #EAFCC8;
}
.TagClassName
{
border-color: #EAFCC8;
}
</style>