Shades of Snow Flurry #E0FCC5
Tints of Snow Flurry #E0FCC5
RGB
CMYK
RGB Variations
Color information
#E0FCC5 (or 0xE0FCC5) is known color: Snow Flurry. HEX triplet: E0, FC and C5. RGB value is (224,252,197). Sum of RGB (Red+Green+Blue) = 224+252+197=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 197 (77.34% from 255 or 29.27% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FCC5 is #1F033A. Grayscale: #EDEDED. Windows color (decimal): -2032443 or 12975328. OLE color: 12975328.
HSL color Cylindrical-coordinate representation of color #E0FCC5: hue angle of 90.55º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0FCC5 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 252 | 197 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.01 |
| HSL | 90.55º | 0.9% | 0.88% | - |
| HSV(B) | 90.55º | 0.22% | 0.99% | - |
| XYZ | 75.63 | 89.5 | 66.11 | - |
| YUV | 237.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 252 | 197 | 0.11 | 0 | 0.22 | 0.01 | 90.55 | 0.9 | 0.88 |
| Hex | E0 | FC | C5 | B | 0 | 16 | 1 | 5B | 5A | 58 |
| Octal | 340 | 374 | 305 | 13 | 0 | 26 | 1 | 133 | 132 | 130 |
| Binary | 11100000 | 11111100 | 11000101 | 1011 | 0 | 10110 | 1 | 1011011 | 1011010 | 1011000 |
Color Harmonies of #E0FCC5
Complementary color
Monochromatic Colors of #E0FCC5
Black with #E0FCC5
Text Example
Text Example
White with #E0FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FCC5; }
p { color: rgb(224,252,197); }
H1.HeaderClassName
{
color: #E0FCC5;
}
.AnyTagClassName
{
color: #E0FCC5;
}
</style>
background-color css
<style>
a { background-color: #E0FCC5; }
a { background-color: rgb(224,252,197); }
div.DivClassName
{
background-color: #E0FCC5;
}
.BgClassName
{
background-color: #E0FCC5;
}
</style>
border-color css
<style>
span { border-color: #E0FCC5; }
span { border-color: rgb(224,252,197); }
td.TdClassName
{
border-color: #E0FCC5;
}
.TagClassName
{
border-color: #E0FCC5;
}
</style>