Shades of Snow Flurry #E1F1BE
Tints of Snow Flurry #E1F1BE
RGB
CMYK
RGB Variations
Color information
#E1F1BE (or 0xE1F1BE) is known color: Snow Flurry. HEX triplet: E1, F1 and BE. RGB value is (225,241,190). Sum of RGB (Red+Green+Blue) = 225+241+190=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F1BE is #1E0E41. Grayscale: #E6E6E6. Windows color (decimal): -1969730 or 12513761. OLE color: 12513761.
HSL color Cylindrical-coordinate representation of color #E1F1BE: hue angle of 78.82º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1F1BE is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 190 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.05 |
| HSL | 78.82º | 0.65% | 0.85% | - |
| HSV(B) | 78.82º | 0.21% | 0.95% | - |
| XYZ | 71.8 | 82.64 | 60.88 | - |
| YUV | 230.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 190 | 0.07 | 0 | 0.21 | 0.05 | 78.82 | 0.65 | 0.85 |
| Hex | E1 | F1 | BE | 7 | 0 | 15 | 5 | 4F | 41 | 55 |
| Octal | 341 | 361 | 276 | 7 | 0 | 25 | 5 | 117 | 101 | 125 |
| Binary | 11100001 | 11110001 | 10111110 | 111 | 0 | 10101 | 101 | 1001111 | 1000001 | 1010101 |
Color Harmonies of #E1F1BE
Complementary color
Monochromatic Colors of #E1F1BE
Black with #E1F1BE
Text Example
Text Example
White with #E1F1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F1BE; }
p { color: rgb(225,241,190); }
H1.HeaderClassName
{
color: #E1F1BE;
}
.AnyTagClassName
{
color: #E1F1BE;
}
</style>
background-color css
<style>
a { background-color: #E1F1BE; }
a { background-color: rgb(225,241,190); }
div.DivClassName
{
background-color: #E1F1BE;
}
.BgClassName
{
background-color: #E1F1BE;
}
</style>
border-color css
<style>
span { border-color: #E1F1BE; }
span { border-color: rgb(225,241,190); }
td.TdClassName
{
border-color: #E1F1BE;
}
.TagClassName
{
border-color: #E1F1BE;
}
</style>