Shades of Snow Flurry #E2FFB2
Tints of Snow Flurry #E2FFB2
RGB
CMYK
RGB Variations
Color information
#E2FFB2 (or 0xE2FFB2) is known color: Snow Flurry. HEX triplet: E2, FF and B2. RGB value is (226,255,178). Sum of RGB (Red+Green+Blue) = 226+255+178=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 178 (69.92% from 255 or 27.01% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FFB2 is #1D004D. Grayscale: #EDEDED. Windows color (decimal): -1900622 or 11730914. OLE color: 11730914.
HSL color Cylindrical-coordinate representation of color #E2FFB2: hue angle of 82.6º 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 #E2FFB2 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 255 | 178 | - |
CMYK | 0.11 | 0 | 0.30 | 0 |
HSL | 82.6º | 1% | 0.85% | - |
HSV(B) | 82.6º | 0.3% | 1% | - |
XYZ | 75.16 | 90.9 | 55.7 | - |
YUV | 237.55 | 94.39 | 119.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 255 | 178 | 0.11 | 0 | 0.30 | 0 | 82.6 | 1 | 0.85 |
Hex | E2 | FF | B2 | B | 0 | 1E | 0 | 53 | 64 | 55 |
Octal | 342 | 377 | 262 | 13 | 0 | 36 | 0 | 123 | 144 | 125 |
Binary | 11100010 | 11111111 | 10110010 | 1011 | 0 | 11110 | 0 | 1010011 | 1100100 | 1010101 |
Color Harmonies of #E2FFB2
Complementary color
Monochromatic Colors of #E2FFB2
Black with #E2FFB2
Text Example
Text Example
White with #E2FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFB2; }
p { color: rgb(226,255,178); }
H1.HeaderClassName
{
color: #E2FFB2;
}
.AnyTagClassName
{
color: #E2FFB2;
}
</style>
background-color css
<style>
a { background-color: #E2FFB2; }
a { background-color: rgb(226,255,178); }
div.DivClassName
{
background-color: #E2FFB2;
}
.BgClassName
{
background-color: #E2FFB2;
}
</style>
border-color css
<style>
span { border-color: #E2FFB2; }
span { border-color: rgb(226,255,178); }
td.TdClassName
{
border-color: #E2FFB2;
}
.TagClassName
{
border-color: #E2FFB2;
}
</style>