Shades of Snow Flurry #E0F7C8
Tints of Snow Flurry #E0F7C8
RGB
CMYK
RGB Variations
Color information
#E0F7C8 (or 0xE0F7C8) is known color: Snow Flurry. HEX triplet: E0, F7 and C8. RGB value is (224,247,200). Sum of RGB (Red+Green+Blue) = 224+247+200=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 200 (78.52% from 255 or 29.81% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F7C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F7C8 is #1F0837. Grayscale: #EAEAEA. Windows color (decimal): -2033720 or 13170656. OLE color: 13170656.
HSL color Cylindrical-coordinate representation of color #E0F7C8: hue angle of 89.36º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0F7C8 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 247 | 200 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.03 |
| HSL | 89.36º | 0.75% | 0.88% | - |
| HSV(B) | 89.36º | 0.19% | 0.97% | - |
| XYZ | 74.43 | 86.54 | 67.42 | - |
| YUV | 234.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 247 | 200 | 0.09 | 0 | 0.19 | 0.03 | 89.36 | 0.75 | 0.88 |
| Hex | E0 | F7 | C8 | 9 | 0 | 13 | 3 | 59 | 4B | 58 |
| Octal | 340 | 367 | 310 | 11 | 0 | 23 | 3 | 131 | 113 | 130 |
| Binary | 11100000 | 11110111 | 11001000 | 1001 | 0 | 10011 | 11 | 1011001 | 1001011 | 1011000 |
Color Harmonies of #E0F7C8
Complementary color
Monochromatic Colors of #E0F7C8
Black with #E0F7C8
Text Example
Text Example
White with #E0F7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F7C8; }
p { color: rgb(224,247,200); }
H1.HeaderClassName
{
color: #E0F7C8;
}
.AnyTagClassName
{
color: #E0F7C8;
}
</style>
background-color css
<style>
a { background-color: #E0F7C8; }
a { background-color: rgb(224,247,200); }
div.DivClassName
{
background-color: #E0F7C8;
}
.BgClassName
{
background-color: #E0F7C8;
}
</style>
border-color css
<style>
span { border-color: #E0F7C8; }
span { border-color: rgb(224,247,200); }
td.TdClassName
{
border-color: #E0F7C8;
}
.TagClassName
{
border-color: #E0F7C8;
}
</style>