Shades of Snow Flurry #EAFEC0
Tints of Snow Flurry #EAFEC0
RGB
CMYK
RGB Variations
Color information
#EAFEC0 (or 0xEAFEC0) is known color: Snow Flurry. HEX triplet: EA, FE and C0. RGB value is (234,254,192). Sum of RGB (Red+Green+Blue) = 234+254+192=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEC0 is #15013F. Grayscale: #F1F1F1. Windows color (decimal): -1376576 or 12648170. OLE color: 12648170.
HSL color Cylindrical-coordinate representation of color #EAFEC0: hue angle of 79.35º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAFEC0 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 192 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.00 |
| HSL | 79.35º | 0.97% | 0.87% | - |
| HSV(B) | 79.35º | 0.24% | 1% | - |
| XYZ | 78.89 | 92.18 | 63.5 | - |
| YUV | 240.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 192 | 0.08 | 0 | 0.24 | 0.00 | 79.35 | 0.97 | 0.87 |
| Hex | EA | FE | C0 | 8 | 0 | 18 | 0 | 4F | 61 | 57 |
| Octal | 352 | 376 | 300 | 10 | 0 | 30 | 0 | 117 | 141 | 127 |
| Binary | 11101010 | 11111110 | 11000000 | 1000 | 0 | 11000 | 0 | 1001111 | 1100001 | 1010111 |
Color Harmonies of #EAFEC0
Complementary color
Monochromatic Colors of #EAFEC0
Black with #EAFEC0
Text Example
Text Example
White with #EAFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFEC0; }
p { color: rgb(234,254,192); }
H1.HeaderClassName
{
color: #EAFEC0;
}
.AnyTagClassName
{
color: #EAFEC0;
}
</style>
background-color css
<style>
a { background-color: #EAFEC0; }
a { background-color: rgb(234,254,192); }
div.DivClassName
{
background-color: #EAFEC0;
}
.BgClassName
{
background-color: #EAFEC0;
}
</style>
border-color css
<style>
span { border-color: #EAFEC0; }
span { border-color: rgb(234,254,192); }
td.TdClassName
{
border-color: #EAFEC0;
}
.TagClassName
{
border-color: #EAFEC0;
}
</style>