Shades of Snow Flurry #E1F2BC
Tints of Snow Flurry #E1F2BC
RGB
CMYK
RGB Variations
Color information
#E1F2BC (or 0xE1F2BC) is known color: Snow Flurry. HEX triplet: E1, F2 and BC. RGB value is (225,242,188). Sum of RGB (Red+Green+Blue) = 225+242+188=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F2BC is #1E0D43. Grayscale: #E6E6E6. Windows color (decimal): -1969476 or 12382945. OLE color: 12382945.
HSL color Cylindrical-coordinate representation of color #E1F2BC: hue angle of 78.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1F2BC is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 188 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.05 |
| HSL | 78.89º | 0.68% | 0.84% | - |
| HSV(B) | 78.89º | 0.22% | 0.95% | - |
| XYZ | 71.88 | 83.14 | 59.84 | - |
| YUV | 230.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 188 | 0.07 | 0 | 0.22 | 0.05 | 78.89 | 0.68 | 0.84 |
| Hex | E1 | F2 | BC | 7 | 0 | 16 | 5 | 4F | 44 | 54 |
| Octal | 341 | 362 | 274 | 7 | 0 | 26 | 5 | 117 | 104 | 124 |
| Binary | 11100001 | 11110010 | 10111100 | 111 | 0 | 10110 | 101 | 1001111 | 1000100 | 1010100 |
Color Harmonies of #E1F2BC
Complementary color
Monochromatic Colors of #E1F2BC
Black with #E1F2BC
Text Example
Text Example
White with #E1F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F2BC; }
p { color: rgb(225,242,188); }
H1.HeaderClassName
{
color: #E1F2BC;
}
.AnyTagClassName
{
color: #E1F2BC;
}
</style>
background-color css
<style>
a { background-color: #E1F2BC; }
a { background-color: rgb(225,242,188); }
div.DivClassName
{
background-color: #E1F2BC;
}
.BgClassName
{
background-color: #E1F2BC;
}
</style>
border-color css
<style>
span { border-color: #E1F2BC; }
span { border-color: rgb(225,242,188); }
td.TdClassName
{
border-color: #E1F2BC;
}
.TagClassName
{
border-color: #E1F2BC;
}
</style>