Shades of Snow Flurry #E1F3BA
Tints of Snow Flurry #E1F3BA
RGB
CMYK
RGB Variations
Color information
#E1F3BA (or 0xE1F3BA) is known color: Snow Flurry. HEX triplet: E1, F3 and BA. RGB value is (225,243,186). Sum of RGB (Red+Green+Blue) = 225+243+186=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F3BA is #1E0C45. Grayscale: #E7E7E7. Windows color (decimal): -1969222 or 12252129. OLE color: 12252129.
HSL color Cylindrical-coordinate representation of color #E1F3BA: hue angle of 78.95º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1F3BA is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 243 | 186 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.05 |
| HSL | 78.95º | 0.7% | 0.84% | - |
| HSV(B) | 78.95º | 0.23% | 0.95% | - |
| XYZ | 71.96 | 83.65 | 58.81 | - |
| YUV | 231.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 243 | 186 | 0.07 | 0 | 0.23 | 0.05 | 78.95 | 0.7 | 0.84 |
| Hex | E1 | F3 | BA | 7 | 0 | 17 | 5 | 4F | 46 | 54 |
| Octal | 341 | 363 | 272 | 7 | 0 | 27 | 5 | 117 | 106 | 124 |
| Binary | 11100001 | 11110011 | 10111010 | 111 | 0 | 10111 | 101 | 1001111 | 1000110 | 1010100 |
Color Harmonies of #E1F3BA
Complementary color
Monochromatic Colors of #E1F3BA
Black with #E1F3BA
Text Example
Text Example
White with #E1F3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F3BA; }
p { color: rgb(225,243,186); }
H1.HeaderClassName
{
color: #E1F3BA;
}
.AnyTagClassName
{
color: #E1F3BA;
}
</style>
background-color css
<style>
a { background-color: #E1F3BA; }
a { background-color: rgb(225,243,186); }
div.DivClassName
{
background-color: #E1F3BA;
}
.BgClassName
{
background-color: #E1F3BA;
}
</style>
border-color css
<style>
span { border-color: #E1F3BA; }
span { border-color: rgb(225,243,186); }
td.TdClassName
{
border-color: #E1F3BA;
}
.TagClassName
{
border-color: #E1F3BA;
}
</style>