Shades of Snow Flurry #E2EFBC
Tints of Snow Flurry #E2EFBC
RGB
CMYK
RGB Variations
Color information
#E2EFBC (or 0xE2EFBC) is known color: Snow Flurry. HEX triplet: E2, EF and BC. RGB value is (226,239,188). Sum of RGB (Red+Green+Blue) = 226+239+188=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFBC is #1D1043. Grayscale: #E5E5E5. Windows color (decimal): -1904708 or 12382178. OLE color: 12382178.
HSL color Cylindrical-coordinate representation of color #E2EFBC: hue angle of 75.29º 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 #E2EFBC is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 188 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.06 |
| HSL | 75.29º | 0.61% | 0.84% | - |
| HSV(B) | 75.29º | 0.21% | 0.94% | - |
| XYZ | 71.31 | 81.53 | 59.56 | - |
| YUV | 229.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 188 | 0.05 | 0 | 0.21 | 0.06 | 75.29 | 0.61 | 0.84 |
| Hex | E2 | EF | BC | 5 | 0 | 15 | 6 | 4B | 3D | 54 |
| Octal | 342 | 357 | 274 | 5 | 0 | 25 | 6 | 113 | 75 | 124 |
| Binary | 11100010 | 11101111 | 10111100 | 101 | 0 | 10101 | 110 | 1001011 | 111101 | 1010100 |
Color Harmonies of #E2EFBC
Complementary color
Monochromatic Colors of #E2EFBC
Black with #E2EFBC
Text Example
Text Example
White with #E2EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFBC; }
p { color: rgb(226,239,188); }
H1.HeaderClassName
{
color: #E2EFBC;
}
.AnyTagClassName
{
color: #E2EFBC;
}
</style>
background-color css
<style>
a { background-color: #E2EFBC; }
a { background-color: rgb(226,239,188); }
div.DivClassName
{
background-color: #E2EFBC;
}
.BgClassName
{
background-color: #E2EFBC;
}
</style>
border-color css
<style>
span { border-color: #E2EFBC; }
span { border-color: rgb(226,239,188); }
td.TdClassName
{
border-color: #E2EFBC;
}
.TagClassName
{
border-color: #E2EFBC;
}
</style>