Shades of Snow Flurry #E0FEC5
Tints of Snow Flurry #E0FEC5
RGB
CMYK
RGB Variations
Color information
#E0FEC5 (or 0xE0FEC5) is known color: Snow Flurry. HEX triplet: E0, FE and C5. RGB value is (224,254,197). Sum of RGB (Red+Green+Blue) = 224+254+197=675 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.19% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 197 (77.34% from 255 or 29.19% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FEC5 is #1F013A. Grayscale: #EEEEEE. Windows color (decimal): -2031931 or 12975840. OLE color: 12975840.
HSL color Cylindrical-coordinate representation of color #E0FEC5: hue angle of 91.58º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0FEC5 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 197 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.00 |
| HSL | 91.58º | 0.97% | 0.88% | - |
| HSV(B) | 91.58º | 0.22% | 1% | - |
| XYZ | 76.26 | 90.76 | 66.32 | - |
| YUV | 238.53 | 104.56 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 197 | 0.12 | 0 | 0.22 | 0.00 | 91.58 | 0.97 | 0.88 |
| Hex | E0 | FE | C5 | C | 0 | 16 | 0 | 5C | 61 | 58 |
| Octal | 340 | 376 | 305 | 14 | 0 | 26 | 0 | 134 | 141 | 130 |
| Binary | 11100000 | 11111110 | 11000101 | 1100 | 0 | 10110 | 0 | 1011100 | 1100001 | 1011000 |
Color Harmonies of #E0FEC5
Complementary color
Monochromatic Colors of #E0FEC5
Black with #E0FEC5
Text Example
Text Example
White with #E0FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEC5; }
p { color: rgb(224,254,197); }
H1.HeaderClassName
{
color: #E0FEC5;
}
.AnyTagClassName
{
color: #E0FEC5;
}
</style>
background-color css
<style>
a { background-color: #E0FEC5; }
a { background-color: rgb(224,254,197); }
div.DivClassName
{
background-color: #E0FEC5;
}
.BgClassName
{
background-color: #E0FEC5;
}
</style>
border-color css
<style>
span { border-color: #E0FEC5; }
span { border-color: rgb(224,254,197); }
td.TdClassName
{
border-color: #E0FEC5;
}
.TagClassName
{
border-color: #E0FEC5;
}
</style>