Shades of Snow Flurry #E1F1BC
Tints of Snow Flurry #E1F1BC
RGB
CMYK
RGB Variations
Color information
#E1F1BC (or 0xE1F1BC) is known color: Snow Flurry. HEX triplet: E1, F1 and BC. RGB value is (225,241,188). Sum of RGB (Red+Green+Blue) = 225+241+188=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F1BC is #1E0E43. Grayscale: #E6E6E6. Windows color (decimal): -1969732 or 12382689. OLE color: 12382689.
HSL color Cylindrical-coordinate representation of color #E1F1BC: hue angle of 78.11º degrees, saturation: 0.65, 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 #E1F1BC is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 188 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.05 |
| HSL | 78.11º | 0.65% | 0.84% | - |
| HSV(B) | 78.11º | 0.22% | 0.95% | - |
| XYZ | 71.58 | 82.55 | 59.74 | - |
| YUV | 230.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 188 | 0.07 | 0 | 0.22 | 0.05 | 78.11 | 0.65 | 0.84 |
| Hex | E1 | F1 | BC | 7 | 0 | 16 | 5 | 4E | 41 | 54 |
| Octal | 341 | 361 | 274 | 7 | 0 | 26 | 5 | 116 | 101 | 124 |
| Binary | 11100001 | 11110001 | 10111100 | 111 | 0 | 10110 | 101 | 1001110 | 1000001 | 1010100 |
Color Harmonies of #E1F1BC
Complementary color
Monochromatic Colors of #E1F1BC
Black with #E1F1BC
Text Example
Text Example
White with #E1F1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F1BC; }
p { color: rgb(225,241,188); }
H1.HeaderClassName
{
color: #E1F1BC;
}
.AnyTagClassName
{
color: #E1F1BC;
}
</style>
background-color css
<style>
a { background-color: #E1F1BC; }
a { background-color: rgb(225,241,188); }
div.DivClassName
{
background-color: #E1F1BC;
}
.BgClassName
{
background-color: #E1F1BC;
}
</style>
border-color css
<style>
span { border-color: #E1F1BC; }
span { border-color: rgb(225,241,188); }
td.TdClassName
{
border-color: #E1F1BC;
}
.TagClassName
{
border-color: #E1F1BC;
}
</style>