Shades of Snow Flurry #E2F2BC
Tints of Snow Flurry #E2F2BC
RGB
CMYK
RGB Variations
Color information
#E2F2BC (or 0xE2F2BC) is known color: Snow Flurry. HEX triplet: E2, F2 and BC. RGB value is (226,242,188). Sum of RGB (Red+Green+Blue) = 226+242+188=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2BC is #1D0D43. Grayscale: #E7E7E7. Windows color (decimal): -1903940 or 12382946. OLE color: 12382946.
HSL color Cylindrical-coordinate representation of color #E2F2BC: hue angle of 77.78º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2F2BC is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 188 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.05 |
| HSL | 77.78º | 0.68% | 0.84% | - |
| HSV(B) | 77.78º | 0.22% | 0.95% | - |
| XYZ | 72.19 | 83.3 | 59.85 | - |
| YUV | 231.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 188 | 0.07 | 0 | 0.22 | 0.05 | 77.78 | 0.68 | 0.84 |
| Hex | E2 | F2 | BC | 7 | 0 | 16 | 5 | 4E | 44 | 54 |
| Octal | 342 | 362 | 274 | 7 | 0 | 26 | 5 | 116 | 104 | 124 |
| Binary | 11100010 | 11110010 | 10111100 | 111 | 0 | 10110 | 101 | 1001110 | 1000100 | 1010100 |
Color Harmonies of #E2F2BC
Complementary color
Monochromatic Colors of #E2F2BC
Black with #E2F2BC
Text Example
Text Example
White with #E2F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2BC; }
p { color: rgb(226,242,188); }
H1.HeaderClassName
{
color: #E2F2BC;
}
.AnyTagClassName
{
color: #E2F2BC;
}
</style>
background-color css
<style>
a { background-color: #E2F2BC; }
a { background-color: rgb(226,242,188); }
div.DivClassName
{
background-color: #E2F2BC;
}
.BgClassName
{
background-color: #E2F2BC;
}
</style>
border-color css
<style>
span { border-color: #E2F2BC; }
span { border-color: rgb(226,242,188); }
td.TdClassName
{
border-color: #E2F2BC;
}
.TagClassName
{
border-color: #E2F2BC;
}
</style>