Shades of Snow Flurry #EAFECC
Tints of Snow Flurry #EAFECC
RGB
CMYK
RGB Variations
Color information
#EAFECC (or 0xEAFECC) is known color: Snow Flurry. HEX triplet: EA, FE and CC. RGB value is (234,254,204). Sum of RGB (Red+Green+Blue) = 234+254+204=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 204 (80.08% from 255 or 29.48% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFECC is #150133. Grayscale: #F2F2F2. Windows color (decimal): -1376564 or 13434602. OLE color: 13434602.
HSL color Cylindrical-coordinate representation of color #EAFECC: hue angle of 84º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAFECC is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 204 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.00 |
| HSL | 84º | 0.96% | 0.9% | - |
| HSV(B) | 84º | 0.2% | 1% | - |
| XYZ | 80.27 | 92.74 | 70.8 | - |
| YUV | 242.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 204 | 0.08 | 0 | 0.20 | 0.00 | 84 | 0.96 | 0.9 |
| Hex | EA | FE | CC | 8 | 0 | 14 | 0 | 54 | 60 | 5A |
| Octal | 352 | 376 | 314 | 10 | 0 | 24 | 0 | 124 | 140 | 132 |
| Binary | 11101010 | 11111110 | 11001100 | 1000 | 0 | 10100 | 0 | 1010100 | 1100000 | 1011010 |
Color Harmonies of #EAFECC
Complementary color
Monochromatic Colors of #EAFECC
Black with #EAFECC
Text Example
Text Example
White with #EAFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFECC; }
p { color: rgb(234,254,204); }
H1.HeaderClassName
{
color: #EAFECC;
}
.AnyTagClassName
{
color: #EAFECC;
}
</style>
background-color css
<style>
a { background-color: #EAFECC; }
a { background-color: rgb(234,254,204); }
div.DivClassName
{
background-color: #EAFECC;
}
.BgClassName
{
background-color: #EAFECC;
}
</style>
border-color css
<style>
span { border-color: #EAFECC; }
span { border-color: rgb(234,254,204); }
td.TdClassName
{
border-color: #EAFECC;
}
.TagClassName
{
border-color: #EAFECC;
}
</style>