Shades of Snow Flurry #E1F5BC
Tints of Snow Flurry #E1F5BC
RGB
CMYK
RGB Variations
Color information
#E1F5BC (or 0xE1F5BC) is known color: Snow Flurry. HEX triplet: E1, F5 and BC. RGB value is (225,245,188). Sum of RGB (Red+Green+Blue) = 225+245+188=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F5BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F5BC is #1E0A43. Grayscale: #E8E8E8. Windows color (decimal): -1968708 or 12383713. OLE color: 12383713.
HSL color Cylindrical-coordinate representation of color #E1F5BC: hue angle of 81.05º degrees, saturation: 0.74, 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 #E1F5BC is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 245 | 188 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.04 |
| HSL | 81.05º | 0.74% | 0.85% | - |
| HSV(B) | 81.05º | 0.23% | 0.96% | - |
| XYZ | 72.78 | 84.94 | 60.14 | - |
| YUV | 232.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 188 | 0.08 | 0 | 0.23 | 0.04 | 81.05 | 0.74 | 0.85 |
| Hex | E1 | F5 | BC | 8 | 0 | 17 | 4 | 51 | 4A | 55 |
| Octal | 341 | 365 | 274 | 10 | 0 | 27 | 4 | 121 | 112 | 125 |
| Binary | 11100001 | 11110101 | 10111100 | 1000 | 0 | 10111 | 100 | 1010001 | 1001010 | 1010101 |
Color Harmonies of #E1F5BC
Complementary color
Monochromatic Colors of #E1F5BC
Black with #E1F5BC
Text Example
Text Example
White with #E1F5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F5BC; }
p { color: rgb(225,245,188); }
H1.HeaderClassName
{
color: #E1F5BC;
}
.AnyTagClassName
{
color: #E1F5BC;
}
</style>
background-color css
<style>
a { background-color: #E1F5BC; }
a { background-color: rgb(225,245,188); }
div.DivClassName
{
background-color: #E1F5BC;
}
.BgClassName
{
background-color: #E1F5BC;
}
</style>
border-color css
<style>
span { border-color: #E1F5BC; }
span { border-color: rgb(225,245,188); }
td.TdClassName
{
border-color: #E1F5BC;
}
.TagClassName
{
border-color: #E1F5BC;
}
</style>