Shades of Snow Flurry #EAFCC0
Tints of Snow Flurry #EAFCC0
RGB
CMYK
RGB Variations
Color information
#EAFCC0 (or 0xEAFCC0) is known color: Snow Flurry. HEX triplet: EA, FC and C0. RGB value is (234,252,192). Sum of RGB (Red+Green+Blue) = 234+252+192=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 192 (75.39% from 255 or 28.32% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCC0 is #15033F. Grayscale: #F0F0F0. Windows color (decimal): -1377088 or 12647658. OLE color: 12647658.
HSL color Cylindrical-coordinate representation of color #EAFCC0: hue angle of 78º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAFCC0 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 192 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.01 |
| HSL | 78º | 0.91% | 0.87% | - |
| HSV(B) | 78º | 0.24% | 0.99% | - |
| XYZ | 78.26 | 90.92 | 63.29 | - |
| YUV | 239.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 192 | 0.07 | 0 | 0.24 | 0.01 | 78 | 0.91 | 0.87 |
| Hex | EA | FC | C0 | 7 | 0 | 18 | 1 | 4E | 5B | 57 |
| Octal | 352 | 374 | 300 | 7 | 0 | 30 | 1 | 116 | 133 | 127 |
| Binary | 11101010 | 11111100 | 11000000 | 111 | 0 | 11000 | 1 | 1001110 | 1011011 | 1010111 |
Color Harmonies of #EAFCC0
Complementary color
Monochromatic Colors of #EAFCC0
Black with #EAFCC0
Text Example
Text Example
White with #EAFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFCC0; }
p { color: rgb(234,252,192); }
H1.HeaderClassName
{
color: #EAFCC0;
}
.AnyTagClassName
{
color: #EAFCC0;
}
</style>
background-color css
<style>
a { background-color: #EAFCC0; }
a { background-color: rgb(234,252,192); }
div.DivClassName
{
background-color: #EAFCC0;
}
.BgClassName
{
background-color: #EAFCC0;
}
</style>
border-color css
<style>
span { border-color: #EAFCC0; }
span { border-color: rgb(234,252,192); }
td.TdClassName
{
border-color: #EAFCC0;
}
.TagClassName
{
border-color: #EAFCC0;
}
</style>