Shades of Snow Flurry #E1FBBD
Tints of Snow Flurry #E1FBBD
RGB
CMYK
RGB Variations
Color information
#E1FBBD (or 0xE1FBBD) is known color: Snow Flurry. HEX triplet: E1, FB and BD. RGB value is (225,251,189). Sum of RGB (Red+Green+Blue) = 225+251+189=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FBBD is #1E0442. Grayscale: #ECECEC. Windows color (decimal): -1967171 or 12450785. OLE color: 12450785.
HSL color Cylindrical-coordinate representation of color #E1FBBD: hue angle of 85.16º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1FBBD is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 251 | 189 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.02 |
| HSL | 85.16º | 0.89% | 0.86% | - |
| HSV(B) | 85.16º | 0.25% | 0.98% | - |
| XYZ | 74.73 | 88.68 | 61.32 | - |
| YUV | 236.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 251 | 189 | 0.10 | 0 | 0.25 | 0.02 | 85.16 | 0.89 | 0.86 |
| Hex | E1 | FB | BD | A | 0 | 19 | 2 | 55 | 59 | 56 |
| Octal | 341 | 373 | 275 | 12 | 0 | 31 | 2 | 125 | 131 | 126 |
| Binary | 11100001 | 11111011 | 10111101 | 1010 | 0 | 11001 | 10 | 1010101 | 1011001 | 1010110 |
Color Harmonies of #E1FBBD
Complementary color
Monochromatic Colors of #E1FBBD
Black with #E1FBBD
Text Example
Text Example
White with #E1FBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FBBD; }
p { color: rgb(225,251,189); }
H1.HeaderClassName
{
color: #E1FBBD;
}
.AnyTagClassName
{
color: #E1FBBD;
}
</style>
background-color css
<style>
a { background-color: #E1FBBD; }
a { background-color: rgb(225,251,189); }
div.DivClassName
{
background-color: #E1FBBD;
}
.BgClassName
{
background-color: #E1FBBD;
}
</style>
border-color css
<style>
span { border-color: #E1FBBD; }
span { border-color: rgb(225,251,189); }
td.TdClassName
{
border-color: #E1FBBD;
}
.TagClassName
{
border-color: #E1FBBD;
}
</style>