Shades of Snow Flurry #E2FFBC
Tints of Snow Flurry #E2FFBC
RGB
CMYK
RGB Variations
Color information
#E2FFBC (or 0xE2FFBC) is known color: Snow Flurry. HEX triplet: E2, FF and BC. RGB value is (226,255,188). Sum of RGB (Red+Green+Blue) = 226+255+188=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFBC is #1D0043. Grayscale: #EEEEEE. Windows color (decimal): -1900612 or 12386274. OLE color: 12386274.
HSL color Cylindrical-coordinate representation of color #E2FFBC: hue angle of 85.97º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2FFBC is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 188 | - |
| CMYK | 0.11 | 0 | 0.26 | 0 |
| HSL | 85.97º | 1% | 0.87% | - |
| HSV(B) | 85.97º | 0.26% | 1% | - |
| XYZ | 76.2 | 91.32 | 61.19 | - |
| YUV | 238.69 | 99.39 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 188 | 0.11 | 0 | 0.26 | 0 | 85.97 | 1 | 0.87 |
| Hex | E2 | FF | BC | B | 0 | 1A | 0 | 56 | 64 | 57 |
| Octal | 342 | 377 | 274 | 13 | 0 | 32 | 0 | 126 | 144 | 127 |
| Binary | 11100010 | 11111111 | 10111100 | 1011 | 0 | 11010 | 0 | 1010110 | 1100100 | 1010111 |
Color Harmonies of #E2FFBC
Complementary color
Monochromatic Colors of #E2FFBC
Black with #E2FFBC
Text Example
Text Example
White with #E2FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFBC; }
p { color: rgb(226,255,188); }
H1.HeaderClassName
{
color: #E2FFBC;
}
.AnyTagClassName
{
color: #E2FFBC;
}
</style>
background-color css
<style>
a { background-color: #E2FFBC; }
a { background-color: rgb(226,255,188); }
div.DivClassName
{
background-color: #E2FFBC;
}
.BgClassName
{
background-color: #E2FFBC;
}
</style>
border-color css
<style>
span { border-color: #E2FFBC; }
span { border-color: rgb(226,255,188); }
td.TdClassName
{
border-color: #E2FFBC;
}
.TagClassName
{
border-color: #E2FFBC;
}
</style>