Shades of Snow Flurry #E0FFBC
Tints of Snow Flurry #E0FFBC
RGB
CMYK
RGB Variations
Color information
#E0FFBC (or 0xE0FFBC) is known color: Snow Flurry. HEX triplet: E0, FF and BC. RGB value is (224,255,188). Sum of RGB (Red+Green+Blue) = 224+255+188=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FFBC is #1F0043. Grayscale: #EEEEEE. Windows color (decimal): -2031684 or 12386272. OLE color: 12386272.
HSL color Cylindrical-coordinate representation of color #E0FFBC: hue angle of 87.76º 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 #E0FFBC is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 188 | - |
| CMYK | 0.12 | 0 | 0.26 | 0 |
| HSL | 87.76º | 1% | 0.87% | - |
| HSV(B) | 87.76º | 0.26% | 1% | - |
| XYZ | 75.58 | 91 | 61.16 | - |
| YUV | 238.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 188 | 0.12 | 0 | 0.26 | 0 | 87.76 | 1 | 0.87 |
| Hex | E0 | FF | BC | C | 0 | 1A | 0 | 58 | 64 | 57 |
| Octal | 340 | 377 | 274 | 14 | 0 | 32 | 0 | 130 | 144 | 127 |
| Binary | 11100000 | 11111111 | 10111100 | 1100 | 0 | 11010 | 0 | 1011000 | 1100100 | 1010111 |
Color Harmonies of #E0FFBC
Complementary color
Monochromatic Colors of #E0FFBC
Black with #E0FFBC
Text Example
Text Example
White with #E0FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFBC; }
p { color: rgb(224,255,188); }
H1.HeaderClassName
{
color: #E0FFBC;
}
.AnyTagClassName
{
color: #E0FFBC;
}
</style>
background-color css
<style>
a { background-color: #E0FFBC; }
a { background-color: rgb(224,255,188); }
div.DivClassName
{
background-color: #E0FFBC;
}
.BgClassName
{
background-color: #E0FFBC;
}
</style>
border-color css
<style>
span { border-color: #E0FFBC; }
span { border-color: rgb(224,255,188); }
td.TdClassName
{
border-color: #E0FFBC;
}
.TagClassName
{
border-color: #E0FFBC;
}
</style>