Shades of Snow Flurry #E1F5BE
Tints of Snow Flurry #E1F5BE
RGB
CMYK
RGB Variations
Color information
#E1F5BE (or 0xE1F5BE) is known color: Snow Flurry. HEX triplet: E1, F5 and BE. RGB value is (225,245,190). Sum of RGB (Red+Green+Blue) = 225+245+190=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F5BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F5BE is #1E0A41. Grayscale: #E8E8E8. Windows color (decimal): -1968706 or 12514785. OLE color: 12514785.
HSL color Cylindrical-coordinate representation of color #E1F5BE: hue angle of 81.82º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1F5BE is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 245 | 190 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.04 |
| HSL | 81.82º | 0.73% | 0.85% | - |
| HSV(B) | 81.82º | 0.22% | 0.96% | - |
| XYZ | 73 | 85.03 | 61.28 | - |
| YUV | 232.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 190 | 0.08 | 0 | 0.22 | 0.04 | 81.82 | 0.73 | 0.85 |
| Hex | E1 | F5 | BE | 8 | 0 | 16 | 4 | 52 | 49 | 55 |
| Octal | 341 | 365 | 276 | 10 | 0 | 26 | 4 | 122 | 111 | 125 |
| Binary | 11100001 | 11110101 | 10111110 | 1000 | 0 | 10110 | 100 | 1010010 | 1001001 | 1010101 |
Color Harmonies of #E1F5BE
Complementary color
Monochromatic Colors of #E1F5BE
Black with #E1F5BE
Text Example
Text Example
White with #E1F5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F5BE; }
p { color: rgb(225,245,190); }
H1.HeaderClassName
{
color: #E1F5BE;
}
.AnyTagClassName
{
color: #E1F5BE;
}
</style>
background-color css
<style>
a { background-color: #E1F5BE; }
a { background-color: rgb(225,245,190); }
div.DivClassName
{
background-color: #E1F5BE;
}
.BgClassName
{
background-color: #E1F5BE;
}
</style>
border-color css
<style>
span { border-color: #E1F5BE; }
span { border-color: rgb(225,245,190); }
td.TdClassName
{
border-color: #E1F5BE;
}
.TagClassName
{
border-color: #E1F5BE;
}
</style>