Shades of Snow Flurry #E1FFB2
Tints of Snow Flurry #E1FFB2
RGB
CMYK
RGB Variations
Color information
#E1FFB2 (or 0xE1FFB2) is known color: Snow Flurry. HEX triplet: E1, FF and B2. RGB value is (225,255,178). Sum of RGB (Red+Green+Blue) = 225+255+178=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 178 (69.92% from 255 or 27.05% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FFB2 is #1E004D. Grayscale: #EDEDED. Windows color (decimal): -1966158 or 11730913. OLE color: 11730913.
HSL color Cylindrical-coordinate representation of color #E1FFB2: hue angle of 83.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1FFB2 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 178 | - |
| CMYK | 0.12 | 0 | 0.30 | 0 |
| HSL | 83.38º | 1% | 0.85% | - |
| HSV(B) | 83.38º | 0.3% | 1% | - |
| XYZ | 74.85 | 90.74 | 55.69 | - |
| YUV | 237.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 178 | 0.12 | 0 | 0.30 | 0 | 83.38 | 1 | 0.85 |
| Hex | E1 | FF | B2 | C | 0 | 1E | 0 | 53 | 64 | 55 |
| Octal | 341 | 377 | 262 | 14 | 0 | 36 | 0 | 123 | 144 | 125 |
| Binary | 11100001 | 11111111 | 10110010 | 1100 | 0 | 11110 | 0 | 1010011 | 1100100 | 1010101 |
Color Harmonies of #E1FFB2
Complementary color
Monochromatic Colors of #E1FFB2
Black with #E1FFB2
Text Example
Text Example
White with #E1FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFB2; }
p { color: rgb(225,255,178); }
H1.HeaderClassName
{
color: #E1FFB2;
}
.AnyTagClassName
{
color: #E1FFB2;
}
</style>
background-color css
<style>
a { background-color: #E1FFB2; }
a { background-color: rgb(225,255,178); }
div.DivClassName
{
background-color: #E1FFB2;
}
.BgClassName
{
background-color: #E1FFB2;
}
</style>
border-color css
<style>
span { border-color: #E1FFB2; }
span { border-color: rgb(225,255,178); }
td.TdClassName
{
border-color: #E1FFB2;
}
.TagClassName
{
border-color: #E1FFB2;
}
</style>