Shades of Snow Flurry #E0FEC1
Tints of Snow Flurry #E0FEC1
RGB
CMYK
RGB Variations
Color information
#E0FEC1 (or 0xE0FEC1) is known color: Snow Flurry. HEX triplet: E0, FE and C1. RGB value is (224,254,193). Sum of RGB (Red+Green+Blue) = 224+254+193=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 193 (75.78% from 255 or 28.76% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FEC1 is #1F013E. Grayscale: #EEEEEE. Windows color (decimal): -2031935 or 12713696. OLE color: 12713696.
HSL color Cylindrical-coordinate representation of color #E0FEC1: hue angle of 89.51º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0FEC1 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 193 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.00 |
| HSL | 89.51º | 0.97% | 0.88% | - |
| HSV(B) | 89.51º | 0.24% | 1% | - |
| XYZ | 75.81 | 90.58 | 63.94 | - |
| YUV | 238.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 193 | 0.12 | 0 | 0.24 | 0.00 | 89.51 | 0.97 | 0.88 |
| Hex | E0 | FE | C1 | C | 0 | 18 | 0 | 5A | 61 | 58 |
| Octal | 340 | 376 | 301 | 14 | 0 | 30 | 0 | 132 | 141 | 130 |
| Binary | 11100000 | 11111110 | 11000001 | 1100 | 0 | 11000 | 0 | 1011010 | 1100001 | 1011000 |
Color Harmonies of #E0FEC1
Complementary color
Monochromatic Colors of #E0FEC1
Black with #E0FEC1
Text Example
Text Example
White with #E0FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEC1; }
p { color: rgb(224,254,193); }
H1.HeaderClassName
{
color: #E0FEC1;
}
.AnyTagClassName
{
color: #E0FEC1;
}
</style>
background-color css
<style>
a { background-color: #E0FEC1; }
a { background-color: rgb(224,254,193); }
div.DivClassName
{
background-color: #E0FEC1;
}
.BgClassName
{
background-color: #E0FEC1;
}
</style>
border-color css
<style>
span { border-color: #E0FEC1; }
span { border-color: rgb(224,254,193); }
td.TdClassName
{
border-color: #E0FEC1;
}
.TagClassName
{
border-color: #E0FEC1;
}
</style>