Shades of Snow Flurry #E0F6BE
Tints of Snow Flurry #E0F6BE
RGB
CMYK
RGB Variations
Color information
#E0F6BE (or 0xE0F6BE) is known color: Snow Flurry. HEX triplet: E0, F6 and BE. RGB value is (224,246,190). Sum of RGB (Red+Green+Blue) = 224+246+190=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 246 - color contains mainly: green. Hex color #E0F6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F6BE is #1F0941. Grayscale: #E9E9E9. Windows color (decimal): -2033986 or 12515040. OLE color: 12515040.
HSL color Cylindrical-coordinate representation of color #E0F6BE: hue angle of 83.57º degrees, saturation: 0.76, 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 #E0F6BE is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 246 | 190 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.04 |
| HSL | 83.57º | 0.76% | 0.85% | - |
| HSV(B) | 83.57º | 0.23% | 0.96% | - |
| XYZ | 72.99 | 85.48 | 61.37 | - |
| YUV | 233.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 246 | 190 | 0.09 | 0 | 0.23 | 0.04 | 83.57 | 0.76 | 0.85 |
| Hex | E0 | F6 | BE | 9 | 0 | 17 | 4 | 54 | 4C | 55 |
| Octal | 340 | 366 | 276 | 11 | 0 | 27 | 4 | 124 | 114 | 125 |
| Binary | 11100000 | 11110110 | 10111110 | 1001 | 0 | 10111 | 100 | 1010100 | 1001100 | 1010101 |
Color Harmonies of #E0F6BE
Complementary color
Monochromatic Colors of #E0F6BE
Black with #E0F6BE
Text Example
Text Example
White with #E0F6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F6BE; }
p { color: rgb(224,246,190); }
H1.HeaderClassName
{
color: #E0F6BE;
}
.AnyTagClassName
{
color: #E0F6BE;
}
</style>
background-color css
<style>
a { background-color: #E0F6BE; }
a { background-color: rgb(224,246,190); }
div.DivClassName
{
background-color: #E0F6BE;
}
.BgClassName
{
background-color: #E0F6BE;
}
</style>
border-color css
<style>
span { border-color: #E0F6BE; }
span { border-color: rgb(224,246,190); }
td.TdClassName
{
border-color: #E0F6BE;
}
.TagClassName
{
border-color: #E0F6BE;
}
</style>