Shades of Snow Flurry #E2F8BD
Tints of Snow Flurry #E2F8BD
RGB
CMYK
RGB Variations
Color information
#E2F8BD (or 0xE2F8BD) is known color: Snow Flurry. HEX triplet: E2, F8 and BD. RGB value is (226,248,189). Sum of RGB (Red+Green+Blue) = 226+248+189=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #E2F8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F8BD is #1D0742. Grayscale: #EAEAEA. Windows color (decimal): -1902403 or 12450018. OLE color: 12450018.
HSL color Cylindrical-coordinate representation of color #E2F8BD: hue angle of 82.37º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2F8BD is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 248 | 189 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.03 |
| HSL | 82.37º | 0.81% | 0.86% | - |
| HSV(B) | 82.37º | 0.24% | 0.97% | - |
| XYZ | 74.12 | 86.98 | 61.03 | - |
| YUV | 234.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 248 | 189 | 0.09 | 0 | 0.24 | 0.03 | 82.37 | 0.81 | 0.86 |
| Hex | E2 | F8 | BD | 9 | 0 | 18 | 3 | 52 | 51 | 56 |
| Octal | 342 | 370 | 275 | 11 | 0 | 30 | 3 | 122 | 121 | 126 |
| Binary | 11100010 | 11111000 | 10111101 | 1001 | 0 | 11000 | 11 | 1010010 | 1010001 | 1010110 |
Color Harmonies of #E2F8BD
Complementary color
Monochromatic Colors of #E2F8BD
Black with #E2F8BD
Text Example
Text Example
White with #E2F8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F8BD; }
p { color: rgb(226,248,189); }
H1.HeaderClassName
{
color: #E2F8BD;
}
.AnyTagClassName
{
color: #E2F8BD;
}
</style>
background-color css
<style>
a { background-color: #E2F8BD; }
a { background-color: rgb(226,248,189); }
div.DivClassName
{
background-color: #E2F8BD;
}
.BgClassName
{
background-color: #E2F8BD;
}
</style>
border-color css
<style>
span { border-color: #E2F8BD; }
span { border-color: rgb(226,248,189); }
td.TdClassName
{
border-color: #E2F8BD;
}
.TagClassName
{
border-color: #E2F8BD;
}
</style>