Shades of Snow Flurry #E2FDBF
Tints of Snow Flurry #E2FDBF
RGB
CMYK
RGB Variations
Color information
#E2FDBF (or 0xE2FDBF) is known color: Snow Flurry. HEX triplet: E2, FD and BF. RGB value is (226,253,191). Sum of RGB (Red+Green+Blue) = 226+253+191=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDBF is #1D0240. Grayscale: #EEEEEE. Windows color (decimal): -1901121 or 12582370. OLE color: 12582370.
HSL color Cylindrical-coordinate representation of color #E2FDBF: hue angle of 86.13º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2FDBF is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 253 | 191 | - |
CMYK | 0.11 | 0 | 0.25 | 0.01 |
HSL | 86.13º | 0.94% | 0.87% | - |
HSV(B) | 86.13º | 0.25% | 0.99% | - |
XYZ | 75.89 | 90.18 | 62.7 | - |
YUV | 237.86 | 101.55 | 119.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 253 | 191 | 0.11 | 0 | 0.25 | 0.01 | 86.13 | 0.94 | 0.87 |
Hex | E2 | FD | BF | B | 0 | 19 | 1 | 56 | 5E | 57 |
Octal | 342 | 375 | 277 | 13 | 0 | 31 | 1 | 126 | 136 | 127 |
Binary | 11100010 | 11111101 | 10111111 | 1011 | 0 | 11001 | 1 | 1010110 | 1011110 | 1010111 |
Color Harmonies of #E2FDBF
Complementary color
Monochromatic Colors of #E2FDBF
Black with #E2FDBF
Text Example
Text Example
White with #E2FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDBF; }
p { color: rgb(226,253,191); }
H1.HeaderClassName
{
color: #E2FDBF;
}
.AnyTagClassName
{
color: #E2FDBF;
}
</style>
background-color css
<style>
a { background-color: #E2FDBF; }
a { background-color: rgb(226,253,191); }
div.DivClassName
{
background-color: #E2FDBF;
}
.BgClassName
{
background-color: #E2FDBF;
}
</style>
border-color css
<style>
span { border-color: #E2FDBF; }
span { border-color: rgb(226,253,191); }
td.TdClassName
{
border-color: #E2FDBF;
}
.TagClassName
{
border-color: #E2FDBF;
}
</style>