Shades of Snow Flurry #E1F2B8
Tints of Snow Flurry #E1F2B8
RGB
CMYK
RGB Variations
Color information
#E1F2B8 (or 0xE1F2B8) is known color: Snow Flurry. HEX triplet: E1, F2 and B8. RGB value is (225,242,184). Sum of RGB (Red+Green+Blue) = 225+242+184=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 184 (72.27% from 255 or 28.26% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F2B8 is #1E0D47. Grayscale: #E6E6E6. Windows color (decimal): -1969480 or 12120801. OLE color: 12120801.
HSL color Cylindrical-coordinate representation of color #E1F2B8: hue angle of 77.59º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1F2B8 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 184 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.05 |
| HSL | 77.59º | 0.69% | 0.84% | - |
| HSV(B) | 77.59º | 0.24% | 0.95% | - |
| XYZ | 71.46 | 82.97 | 57.6 | - |
| YUV | 230.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 184 | 0.07 | 0 | 0.24 | 0.05 | 77.59 | 0.69 | 0.84 |
| Hex | E1 | F2 | B8 | 7 | 0 | 18 | 5 | 4E | 45 | 54 |
| Octal | 341 | 362 | 270 | 7 | 0 | 30 | 5 | 116 | 105 | 124 |
| Binary | 11100001 | 11110010 | 10111000 | 111 | 0 | 11000 | 101 | 1001110 | 1000101 | 1010100 |
Color Harmonies of #E1F2B8
Complementary color
Monochromatic Colors of #E1F2B8
Black with #E1F2B8
Text Example
Text Example
White with #E1F2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F2B8; }
p { color: rgb(225,242,184); }
H1.HeaderClassName
{
color: #E1F2B8;
}
.AnyTagClassName
{
color: #E1F2B8;
}
</style>
background-color css
<style>
a { background-color: #E1F2B8; }
a { background-color: rgb(225,242,184); }
div.DivClassName
{
background-color: #E1F2B8;
}
.BgClassName
{
background-color: #E1F2B8;
}
</style>
border-color css
<style>
span { border-color: #E1F2B8; }
span { border-color: rgb(225,242,184); }
td.TdClassName
{
border-color: #E1F2B8;
}
.TagClassName
{
border-color: #E1F2B8;
}
</style>