Shades of Snow Flurry #E1FBB2
Tints of Snow Flurry #E1FBB2
RGB
CMYK
RGB Variations
Color information
#E1FBB2 (or 0xE1FBB2) is known color: Snow Flurry. HEX triplet: E1, FB and B2. RGB value is (225,251,178). Sum of RGB (Red+Green+Blue) = 225+251+178=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 178 (69.92% from 255 or 27.22% from 654); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FBB2 is #1E044D. Grayscale: #EBEBEB. Windows color (decimal): -1967182 or 11729889. OLE color: 11729889.
HSL color Cylindrical-coordinate representation of color #E1FBB2: hue angle of 81.37º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1FBB2 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 251 | 178 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.02 |
| HSL | 81.37º | 0.9% | 0.84% | - |
| HSV(B) | 81.37º | 0.29% | 0.98% | - |
| XYZ | 73.58 | 88.22 | 55.27 | - |
| YUV | 234.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 251 | 178 | 0.10 | 0 | 0.29 | 0.02 | 81.37 | 0.9 | 0.84 |
| Hex | E1 | FB | B2 | A | 0 | 1D | 2 | 51 | 5A | 54 |
| Octal | 341 | 373 | 262 | 12 | 0 | 35 | 2 | 121 | 132 | 124 |
| Binary | 11100001 | 11111011 | 10110010 | 1010 | 0 | 11101 | 10 | 1010001 | 1011010 | 1010100 |
Color Harmonies of #E1FBB2
Complementary color
Monochromatic Colors of #E1FBB2
Black with #E1FBB2
Text Example
Text Example
White with #E1FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FBB2; }
p { color: rgb(225,251,178); }
H1.HeaderClassName
{
color: #E1FBB2;
}
.AnyTagClassName
{
color: #E1FBB2;
}
</style>
background-color css
<style>
a { background-color: #E1FBB2; }
a { background-color: rgb(225,251,178); }
div.DivClassName
{
background-color: #E1FBB2;
}
.BgClassName
{
background-color: #E1FBB2;
}
</style>
border-color css
<style>
span { border-color: #E1FBB2; }
span { border-color: rgb(225,251,178); }
td.TdClassName
{
border-color: #E1FBB2;
}
.TagClassName
{
border-color: #E1FBB2;
}
</style>