Shades of Snow Flurry #E2FCBD
Tints of Snow Flurry #E2FCBD
RGB
CMYK
RGB Variations
Color information
#E2FCBD (or 0xE2FCBD) is known color: Snow Flurry. HEX triplet: E2, FC and BD. RGB value is (226,252,189). Sum of RGB (Red+Green+Blue) = 226+252+189=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FCBD is #1D0342. Grayscale: #EDEDED. Windows color (decimal): -1901379 or 12451042. OLE color: 12451042.
HSL color Cylindrical-coordinate representation of color #E2FCBD: hue angle of 84.76º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2FCBD is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 252 | 189 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.01 |
| HSL | 84.76º | 0.91% | 0.86% | - |
| HSV(B) | 84.76º | 0.25% | 0.99% | - |
| XYZ | 75.36 | 89.46 | 61.44 | - |
| YUV | 237.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 252 | 189 | 0.10 | 0 | 0.25 | 0.01 | 84.76 | 0.91 | 0.86 |
| Hex | E2 | FC | BD | A | 0 | 19 | 1 | 55 | 5B | 56 |
| Octal | 342 | 374 | 275 | 12 | 0 | 31 | 1 | 125 | 133 | 126 |
| Binary | 11100010 | 11111100 | 10111101 | 1010 | 0 | 11001 | 1 | 1010101 | 1011011 | 1010110 |
Color Harmonies of #E2FCBD
Complementary color
Monochromatic Colors of #E2FCBD
Black with #E2FCBD
Text Example
Text Example
White with #E2FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FCBD; }
p { color: rgb(226,252,189); }
H1.HeaderClassName
{
color: #E2FCBD;
}
.AnyTagClassName
{
color: #E2FCBD;
}
</style>
background-color css
<style>
a { background-color: #E2FCBD; }
a { background-color: rgb(226,252,189); }
div.DivClassName
{
background-color: #E2FCBD;
}
.BgClassName
{
background-color: #E2FCBD;
}
</style>
border-color css
<style>
span { border-color: #E2FCBD; }
span { border-color: rgb(226,252,189); }
td.TdClassName
{
border-color: #E2FCBD;
}
.TagClassName
{
border-color: #E2FCBD;
}
</style>