Shades of Snow Flurry #E0F7B9
Tints of Snow Flurry #E0F7B9
RGB
CMYK
RGB Variations
Color information
#E0F7B9 (or 0xE0F7B9) is known color: Snow Flurry. HEX triplet: E0, F7 and B9. RGB value is (224,247,185). Sum of RGB (Red+Green+Blue) = 224+247+185=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 185 (72.66% from 255 or 28.20% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F7B9 is #1F0846. Grayscale: #E9E9E9. Windows color (decimal): -2033735 or 12187616. OLE color: 12187616.
HSL color Cylindrical-coordinate representation of color #E0F7B9: hue angle of 82.26º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0F7B9 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 247 | 185 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.03 |
| HSL | 82.26º | 0.79% | 0.85% | - |
| HSV(B) | 82.26º | 0.25% | 0.97% | - |
| XYZ | 72.76 | 85.87 | 58.64 | - |
| YUV | 233.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 247 | 185 | 0.09 | 0 | 0.25 | 0.03 | 82.26 | 0.79 | 0.85 |
| Hex | E0 | F7 | B9 | 9 | 0 | 19 | 3 | 52 | 4F | 55 |
| Octal | 340 | 367 | 271 | 11 | 0 | 31 | 3 | 122 | 117 | 125 |
| Binary | 11100000 | 11110111 | 10111001 | 1001 | 0 | 11001 | 11 | 1010010 | 1001111 | 1010101 |
Color Harmonies of #E0F7B9
Complementary color
Monochromatic Colors of #E0F7B9
Black with #E0F7B9
Text Example
Text Example
White with #E0F7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F7B9; }
p { color: rgb(224,247,185); }
H1.HeaderClassName
{
color: #E0F7B9;
}
.AnyTagClassName
{
color: #E0F7B9;
}
</style>
background-color css
<style>
a { background-color: #E0F7B9; }
a { background-color: rgb(224,247,185); }
div.DivClassName
{
background-color: #E0F7B9;
}
.BgClassName
{
background-color: #E0F7B9;
}
</style>
border-color css
<style>
span { border-color: #E0F7B9; }
span { border-color: rgb(224,247,185); }
td.TdClassName
{
border-color: #E0F7B9;
}
.TagClassName
{
border-color: #E0F7B9;
}
</style>