Shades of Snow Flurry #E0FBBB
Tints of Snow Flurry #E0FBBB
RGB
CMYK
RGB Variations
Color information
#E0FBBB (or 0xE0FBBB) is known color: Snow Flurry. HEX triplet: E0, FB and BB. RGB value is (224,251,187). Sum of RGB (Red+Green+Blue) = 224+251+187=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FBBB is #1F0444. Grayscale: #EBEBEB. Windows color (decimal): -2032709 or 12319712. OLE color: 12319712.
HSL color Cylindrical-coordinate representation of color #E0FBBB: hue angle of 85.31º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0FBBB is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 251 | 187 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.02 |
| HSL | 85.31º | 0.89% | 0.86% | - |
| HSV(B) | 85.31º | 0.25% | 0.98% | - |
| XYZ | 74.21 | 88.43 | 60.17 | - |
| YUV | 235.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 251 | 187 | 0.11 | 0 | 0.25 | 0.02 | 85.31 | 0.89 | 0.86 |
| Hex | E0 | FB | BB | B | 0 | 19 | 2 | 55 | 59 | 56 |
| Octal | 340 | 373 | 273 | 13 | 0 | 31 | 2 | 125 | 131 | 126 |
| Binary | 11100000 | 11111011 | 10111011 | 1011 | 0 | 11001 | 10 | 1010101 | 1011001 | 1010110 |
Color Harmonies of #E0FBBB
Complementary color
Monochromatic Colors of #E0FBBB
Black with #E0FBBB
Text Example
Text Example
White with #E0FBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FBBB; }
p { color: rgb(224,251,187); }
H1.HeaderClassName
{
color: #E0FBBB;
}
.AnyTagClassName
{
color: #E0FBBB;
}
</style>
background-color css
<style>
a { background-color: #E0FBBB; }
a { background-color: rgb(224,251,187); }
div.DivClassName
{
background-color: #E0FBBB;
}
.BgClassName
{
background-color: #E0FBBB;
}
</style>
border-color css
<style>
span { border-color: #E0FBBB; }
span { border-color: rgb(224,251,187); }
td.TdClassName
{
border-color: #E0FBBB;
}
.TagClassName
{
border-color: #E0FBBB;
}
</style>