Shades of Snow Flurry #E0F4BB
Tints of Snow Flurry #E0F4BB
RGB
CMYK
RGB Variations
Color information
#E0F4BB (or 0xE0F4BB) is known color: Snow Flurry. HEX triplet: E0, F4 and BB. RGB value is (224,244,187). Sum of RGB (Red+Green+Blue) = 224+244+187=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F4BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F4BB is #1F0B44. Grayscale: #E7E7E7. Windows color (decimal): -2034501 or 12317920. OLE color: 12317920.
HSL color Cylindrical-coordinate representation of color #E0F4BB: hue angle of 81.05º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0F4BB is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 244 | 187 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.04 |
| HSL | 81.05º | 0.72% | 0.85% | - |
| HSV(B) | 81.05º | 0.23% | 0.96% | - |
| XYZ | 72.06 | 84.14 | 59.46 | - |
| YUV | 231.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 244 | 187 | 0.08 | 0 | 0.23 | 0.04 | 81.05 | 0.72 | 0.85 |
| Hex | E0 | F4 | BB | 8 | 0 | 17 | 4 | 51 | 48 | 55 |
| Octal | 340 | 364 | 273 | 10 | 0 | 27 | 4 | 121 | 110 | 125 |
| Binary | 11100000 | 11110100 | 10111011 | 1000 | 0 | 10111 | 100 | 1010001 | 1001000 | 1010101 |
Color Harmonies of #E0F4BB
Complementary color
Monochromatic Colors of #E0F4BB
Black with #E0F4BB
Text Example
Text Example
White with #E0F4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F4BB; }
p { color: rgb(224,244,187); }
H1.HeaderClassName
{
color: #E0F4BB;
}
.AnyTagClassName
{
color: #E0F4BB;
}
</style>
background-color css
<style>
a { background-color: #E0F4BB; }
a { background-color: rgb(224,244,187); }
div.DivClassName
{
background-color: #E0F4BB;
}
.BgClassName
{
background-color: #E0F4BB;
}
</style>
border-color css
<style>
span { border-color: #E0F4BB; }
span { border-color: rgb(224,244,187); }
td.TdClassName
{
border-color: #E0F4BB;
}
.TagClassName
{
border-color: #E0F4BB;
}
</style>