Shades of Snow Flurry #EAFCC1
Tints of Snow Flurry #EAFCC1
RGB
CMYK
RGB Variations
Color information
#EAFCC1 (or 0xEAFCC1) is known color: Snow Flurry. HEX triplet: EA, FC and C1. RGB value is (234,252,193). Sum of RGB (Red+Green+Blue) = 234+252+193=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 193 (75.78% from 255 or 28.42% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCC1 is #15033E. Grayscale: #F0F0F0. Windows color (decimal): -1377087 or 12713194. OLE color: 12713194.
HSL color Cylindrical-coordinate representation of color #EAFCC1: hue angle of 78.31º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAFCC1 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 193 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.01 |
| HSL | 78.31º | 0.91% | 0.87% | - |
| HSV(B) | 78.31º | 0.23% | 0.99% | - |
| XYZ | 78.37 | 90.96 | 63.88 | - |
| YUV | 239.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 193 | 0.07 | 0 | 0.23 | 0.01 | 78.31 | 0.91 | 0.87 |
| Hex | EA | FC | C1 | 7 | 0 | 17 | 1 | 4E | 5B | 57 |
| Octal | 352 | 374 | 301 | 7 | 0 | 27 | 1 | 116 | 133 | 127 |
| Binary | 11101010 | 11111100 | 11000001 | 111 | 0 | 10111 | 1 | 1001110 | 1011011 | 1010111 |
Color Harmonies of #EAFCC1
Complementary color
Monochromatic Colors of #EAFCC1
Black with #EAFCC1
Text Example
Text Example
White with #EAFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFCC1; }
p { color: rgb(234,252,193); }
H1.HeaderClassName
{
color: #EAFCC1;
}
.AnyTagClassName
{
color: #EAFCC1;
}
</style>
background-color css
<style>
a { background-color: #EAFCC1; }
a { background-color: rgb(234,252,193); }
div.DivClassName
{
background-color: #EAFCC1;
}
.BgClassName
{
background-color: #EAFCC1;
}
</style>
border-color css
<style>
span { border-color: #EAFCC1; }
span { border-color: rgb(234,252,193); }
td.TdClassName
{
border-color: #EAFCC1;
}
.TagClassName
{
border-color: #EAFCC1;
}
</style>