Shades of Snow Flurry #E1F3BC
Tints of Snow Flurry #E1F3BC
RGB
CMYK
RGB Variations
Color information
#E1F3BC (or 0xE1F3BC) is known color: Snow Flurry. HEX triplet: E1, F3 and BC. RGB value is (225,243,188). Sum of RGB (Red+Green+Blue) = 225+243+188=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F3BC is #1E0C43. Grayscale: #E7E7E7. Windows color (decimal): -1969220 or 12383201. OLE color: 12383201.
HSL color Cylindrical-coordinate representation of color #E1F3BC: hue angle of 79.64º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1F3BC is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 243 | 188 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.05 |
| HSL | 79.64º | 0.7% | 0.85% | - |
| HSV(B) | 79.64º | 0.23% | 0.95% | - |
| XYZ | 72.18 | 83.74 | 59.94 | - |
| YUV | 231.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 243 | 188 | 0.07 | 0 | 0.23 | 0.05 | 79.64 | 0.7 | 0.85 |
| Hex | E1 | F3 | BC | 7 | 0 | 17 | 5 | 50 | 46 | 55 |
| Octal | 341 | 363 | 274 | 7 | 0 | 27 | 5 | 120 | 106 | 125 |
| Binary | 11100001 | 11110011 | 10111100 | 111 | 0 | 10111 | 101 | 1010000 | 1000110 | 1010101 |
Color Harmonies of #E1F3BC
Complementary color
Monochromatic Colors of #E1F3BC
Black with #E1F3BC
Text Example
Text Example
White with #E1F3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F3BC; }
p { color: rgb(225,243,188); }
H1.HeaderClassName
{
color: #E1F3BC;
}
.AnyTagClassName
{
color: #E1F3BC;
}
</style>
background-color css
<style>
a { background-color: #E1F3BC; }
a { background-color: rgb(225,243,188); }
div.DivClassName
{
background-color: #E1F3BC;
}
.BgClassName
{
background-color: #E1F3BC;
}
</style>
border-color css
<style>
span { border-color: #E1F3BC; }
span { border-color: rgb(225,243,188); }
td.TdClassName
{
border-color: #E1F3BC;
}
.TagClassName
{
border-color: #E1F3BC;
}
</style>