Shades of Snow Flurry #E2FDBC
Tints of Snow Flurry #E2FDBC
RGB
CMYK
RGB Variations
Color information
#E2FDBC (or 0xE2FDBC) is known color: Snow Flurry. HEX triplet: E2, FD and BC. RGB value is (226,253,188). Sum of RGB (Red+Green+Blue) = 226+253+188=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDBC is #1D0243. Grayscale: #EDEDED. Windows color (decimal): -1901124 or 12385762. OLE color: 12385762.
HSL color Cylindrical-coordinate representation of color #E2FDBC: hue angle of 84.92º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2FDBC is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 188 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.01 |
| HSL | 84.92º | 0.94% | 0.86% | - |
| HSV(B) | 84.92º | 0.26% | 0.99% | - |
| XYZ | 75.57 | 90.05 | 60.98 | - |
| YUV | 237.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 188 | 0.11 | 0 | 0.26 | 0.01 | 84.92 | 0.94 | 0.86 |
| Hex | E2 | FD | BC | B | 0 | 1A | 1 | 55 | 5E | 56 |
| Octal | 342 | 375 | 274 | 13 | 0 | 32 | 1 | 125 | 136 | 126 |
| Binary | 11100010 | 11111101 | 10111100 | 1011 | 0 | 11010 | 1 | 1010101 | 1011110 | 1010110 |
Color Harmonies of #E2FDBC
Complementary color
Monochromatic Colors of #E2FDBC
Black with #E2FDBC
Text Example
Text Example
White with #E2FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDBC; }
p { color: rgb(226,253,188); }
H1.HeaderClassName
{
color: #E2FDBC;
}
.AnyTagClassName
{
color: #E2FDBC;
}
</style>
background-color css
<style>
a { background-color: #E2FDBC; }
a { background-color: rgb(226,253,188); }
div.DivClassName
{
background-color: #E2FDBC;
}
.BgClassName
{
background-color: #E2FDBC;
}
</style>
border-color css
<style>
span { border-color: #E2FDBC; }
span { border-color: rgb(226,253,188); }
td.TdClassName
{
border-color: #E2FDBC;
}
.TagClassName
{
border-color: #E2FDBC;
}
</style>