Shades of Snow Flurry #E2FFB5
Tints of Snow Flurry #E2FFB5
RGB
CMYK
RGB Variations
Color information
#E2FFB5 (or 0xE2FFB5) is known color: Snow Flurry. HEX triplet: E2, FF and B5. RGB value is (226,255,181). Sum of RGB (Red+Green+Blue) = 226+255+181=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 181 (71.09% from 255 or 27.34% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFB5 is #1D004A. Grayscale: #EEEEEE. Windows color (decimal): -1900619 or 11927522. OLE color: 11927522.
HSL color Cylindrical-coordinate representation of color #E2FFB5: hue angle of 83.51º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2FFB5 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 255 | 181 | - |
CMYK | 0.11 | 0 | 0.29 | 0 |
HSL | 83.51º | 1% | 0.85% | - |
HSV(B) | 83.51º | 0.29% | 1% | - |
XYZ | 75.46 | 91.02 | 57.31 | - |
YUV | 237.89 | 95.89 | 119.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 255 | 181 | 0.11 | 0 | 0.29 | 0 | 83.51 | 1 | 0.85 |
Hex | E2 | FF | B5 | B | 0 | 1D | 0 | 54 | 64 | 55 |
Octal | 342 | 377 | 265 | 13 | 0 | 35 | 0 | 124 | 144 | 125 |
Binary | 11100010 | 11111111 | 10110101 | 1011 | 0 | 11101 | 0 | 1010100 | 1100100 | 1010101 |
Color Harmonies of #E2FFB5
Complementary color
Monochromatic Colors of #E2FFB5
Black with #E2FFB5
Text Example
Text Example
White with #E2FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFB5; }
p { color: rgb(226,255,181); }
H1.HeaderClassName
{
color: #E2FFB5;
}
.AnyTagClassName
{
color: #E2FFB5;
}
</style>
background-color css
<style>
a { background-color: #E2FFB5; }
a { background-color: rgb(226,255,181); }
div.DivClassName
{
background-color: #E2FFB5;
}
.BgClassName
{
background-color: #E2FFB5;
}
</style>
border-color css
<style>
span { border-color: #E2FFB5; }
span { border-color: rgb(226,255,181); }
td.TdClassName
{
border-color: #E2FFB5;
}
.TagClassName
{
border-color: #E2FFB5;
}
</style>