Shades of Snow Flurry #E2FFB3
Tints of Snow Flurry #E2FFB3
RGB
CMYK
RGB Variations
Color information
#E2FFB3 (or 0xE2FFB3) is known color: Snow Flurry. HEX triplet: E2, FF and B3. RGB value is (226,255,179). Sum of RGB (Red+Green+Blue) = 226+255+179=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 179 (70.31% from 255 or 27.12% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFB3 is #1D004C. Grayscale: #EDEDED. Windows color (decimal): -1900621 or 11796450. OLE color: 11796450.
HSL color Cylindrical-coordinate representation of color #E2FFB3: hue angle of 82.89º 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 #E2FFB3 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 179 | - |
| CMYK | 0.11 | 0 | 0.30 | 0 |
| HSL | 82.89º | 1% | 0.85% | - |
| HSV(B) | 82.89º | 0.3% | 1% | - |
| XYZ | 75.26 | 90.94 | 56.24 | - |
| YUV | 237.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 179 | 0.11 | 0 | 0.30 | 0 | 82.89 | 1 | 0.85 |
| Hex | E2 | FF | B3 | B | 0 | 1E | 0 | 53 | 64 | 55 |
| Octal | 342 | 377 | 263 | 13 | 0 | 36 | 0 | 123 | 144 | 125 |
| Binary | 11100010 | 11111111 | 10110011 | 1011 | 0 | 11110 | 0 | 1010011 | 1100100 | 1010101 |
Color Harmonies of #E2FFB3
Complementary color
Monochromatic Colors of #E2FFB3
Black with #E2FFB3
Text Example
Text Example
White with #E2FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFB3; }
p { color: rgb(226,255,179); }
H1.HeaderClassName
{
color: #E2FFB3;
}
.AnyTagClassName
{
color: #E2FFB3;
}
</style>
background-color css
<style>
a { background-color: #E2FFB3; }
a { background-color: rgb(226,255,179); }
div.DivClassName
{
background-color: #E2FFB3;
}
.BgClassName
{
background-color: #E2FFB3;
}
</style>
border-color css
<style>
span { border-color: #E2FFB3; }
span { border-color: rgb(226,255,179); }
td.TdClassName
{
border-color: #E2FFB3;
}
.TagClassName
{
border-color: #E2FFB3;
}
</style>