Shades of Snow Flurry #E2EFBD
Tints of Snow Flurry #E2EFBD
RGB
CMYK
RGB Variations
Color information
#E2EFBD (or 0xE2EFBD) is known color: Snow Flurry. HEX triplet: E2, EF and BD. RGB value is (226,239,189). Sum of RGB (Red+Green+Blue) = 226+239+189=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFBD is #1D1042. Grayscale: #E5E5E5. Windows color (decimal): -1904707 or 12447714. OLE color: 12447714.
HSL color Cylindrical-coordinate representation of color #E2EFBD: hue angle of 75.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2EFBD is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 189 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.06 |
| HSL | 75.6º | 0.61% | 0.84% | - |
| HSV(B) | 75.6º | 0.21% | 0.94% | - |
| XYZ | 71.42 | 81.58 | 60.13 | - |
| YUV | 229.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 189 | 0.05 | 0 | 0.21 | 0.06 | 75.6 | 0.61 | 0.84 |
| Hex | E2 | EF | BD | 5 | 0 | 15 | 6 | 4C | 3D | 54 |
| Octal | 342 | 357 | 275 | 5 | 0 | 25 | 6 | 114 | 75 | 124 |
| Binary | 11100010 | 11101111 | 10111101 | 101 | 0 | 10101 | 110 | 1001100 | 111101 | 1010100 |
Color Harmonies of #E2EFBD
Complementary color
Monochromatic Colors of #E2EFBD
Black with #E2EFBD
Text Example
Text Example
White with #E2EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFBD; }
p { color: rgb(226,239,189); }
H1.HeaderClassName
{
color: #E2EFBD;
}
.AnyTagClassName
{
color: #E2EFBD;
}
</style>
background-color css
<style>
a { background-color: #E2EFBD; }
a { background-color: rgb(226,239,189); }
div.DivClassName
{
background-color: #E2EFBD;
}
.BgClassName
{
background-color: #E2EFBD;
}
</style>
border-color css
<style>
span { border-color: #E2EFBD; }
span { border-color: rgb(226,239,189); }
td.TdClassName
{
border-color: #E2EFBD;
}
.TagClassName
{
border-color: #E2EFBD;
}
</style>