Shades of Snow Flurry #E1F6BC
Tints of Snow Flurry #E1F6BC
RGB
CMYK
RGB Variations
Color information
#E1F6BC (or 0xE1F6BC) is known color: Snow Flurry. HEX triplet: E1, F6 and BC. RGB value is (225,246,188). Sum of RGB (Red+Green+Blue) = 225+246+188=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 246 (96.48% from 255 or 37.33% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 246 - color contains mainly: green. Hex color #E1F6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F6BC is #1E0943. Grayscale: #E9E9E9. Windows color (decimal): -1968452 or 12383969. OLE color: 12383969.
HSL color Cylindrical-coordinate representation of color #E1F6BC: hue angle of 81.72º 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 #E1F6BC is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 246 | 188 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.04 |
| HSL | 81.72º | 0.76% | 0.85% | - |
| HSV(B) | 81.72º | 0.24% | 0.96% | - |
| XYZ | 73.08 | 85.55 | 60.24 | - |
| YUV | 233.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 246 | 188 | 0.09 | 0 | 0.24 | 0.04 | 81.72 | 0.76 | 0.85 |
| Hex | E1 | F6 | BC | 9 | 0 | 18 | 4 | 52 | 4C | 55 |
| Octal | 341 | 366 | 274 | 11 | 0 | 30 | 4 | 122 | 114 | 125 |
| Binary | 11100001 | 11110110 | 10111100 | 1001 | 0 | 11000 | 100 | 1010010 | 1001100 | 1010101 |
Color Harmonies of #E1F6BC
Complementary color
Monochromatic Colors of #E1F6BC
Black with #E1F6BC
Text Example
Text Example
White with #E1F6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F6BC; }
p { color: rgb(225,246,188); }
H1.HeaderClassName
{
color: #E1F6BC;
}
.AnyTagClassName
{
color: #E1F6BC;
}
</style>
background-color css
<style>
a { background-color: #E1F6BC; }
a { background-color: rgb(225,246,188); }
div.DivClassName
{
background-color: #E1F6BC;
}
.BgClassName
{
background-color: #E1F6BC;
}
</style>
border-color css
<style>
span { border-color: #E1F6BC; }
span { border-color: rgb(225,246,188); }
td.TdClassName
{
border-color: #E1F6BC;
}
.TagClassName
{
border-color: #E1F6BC;
}
</style>