Shades of Snow Flurry #E0F6BC
Tints of Snow Flurry #E0F6BC
RGB
CMYK
RGB Variations
Color information
#E0F6BC (or 0xE0F6BC) is known color: Snow Flurry. HEX triplet: E0, F6 and BC. RGB value is (224,246,188). Sum of RGB (Red+Green+Blue) = 224+246+188=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 246 - color contains mainly: green. Hex color #E0F6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F6BC is #1F0943. Grayscale: #E9E9E9. Windows color (decimal): -2033988 or 12383968. OLE color: 12383968.
HSL color Cylindrical-coordinate representation of color #E0F6BC: hue angle of 82.76º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0F6BC is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 246 | 188 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.04 |
| HSL | 82.76º | 0.76% | 0.85% | - |
| HSV(B) | 82.76º | 0.24% | 0.96% | - |
| XYZ | 72.77 | 85.39 | 60.22 | - |
| YUV | 232.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 246 | 188 | 0.09 | 0 | 0.24 | 0.04 | 82.76 | 0.76 | 0.85 |
| Hex | E0 | F6 | BC | 9 | 0 | 18 | 4 | 53 | 4C | 55 |
| Octal | 340 | 366 | 274 | 11 | 0 | 30 | 4 | 123 | 114 | 125 |
| Binary | 11100000 | 11110110 | 10111100 | 1001 | 0 | 11000 | 100 | 1010011 | 1001100 | 1010101 |
Color Harmonies of #E0F6BC
Complementary color
Monochromatic Colors of #E0F6BC
Black with #E0F6BC
Text Example
Text Example
White with #E0F6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F6BC; }
p { color: rgb(224,246,188); }
H1.HeaderClassName
{
color: #E0F6BC;
}
.AnyTagClassName
{
color: #E0F6BC;
}
</style>
background-color css
<style>
a { background-color: #E0F6BC; }
a { background-color: rgb(224,246,188); }
div.DivClassName
{
background-color: #E0F6BC;
}
.BgClassName
{
background-color: #E0F6BC;
}
</style>
border-color css
<style>
span { border-color: #E0F6BC; }
span { border-color: rgb(224,246,188); }
td.TdClassName
{
border-color: #E0F6BC;
}
.TagClassName
{
border-color: #E0F6BC;
}
</style>