Shades of Snow Flurry #E2FCBC
Tints of Snow Flurry #E2FCBC
RGB
CMYK
RGB Variations
Color information
#E2FCBC (or 0xE2FCBC) is known color: Snow Flurry. HEX triplet: E2, FC and BC. RGB value is (226,252,188). Sum of RGB (Red+Green+Blue) = 226+252+188=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FCBC is #1D0343. Grayscale: #EDEDED. Windows color (decimal): -1901380 or 12385506. OLE color: 12385506.
HSL color Cylindrical-coordinate representation of color #E2FCBC: hue angle of 84.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2FCBC is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 252 | 188 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.01 |
| HSL | 84.38º | 0.91% | 0.86% | - |
| HSV(B) | 84.38º | 0.25% | 0.99% | - |
| XYZ | 75.25 | 89.42 | 60.87 | - |
| YUV | 236.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 252 | 188 | 0.10 | 0 | 0.25 | 0.01 | 84.38 | 0.91 | 0.86 |
| Hex | E2 | FC | BC | A | 0 | 19 | 1 | 54 | 5B | 56 |
| Octal | 342 | 374 | 274 | 12 | 0 | 31 | 1 | 124 | 133 | 126 |
| Binary | 11100010 | 11111100 | 10111100 | 1010 | 0 | 11001 | 1 | 1010100 | 1011011 | 1010110 |
Color Harmonies of #E2FCBC
Complementary color
Monochromatic Colors of #E2FCBC
Black with #E2FCBC
Text Example
Text Example
White with #E2FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FCBC; }
p { color: rgb(226,252,188); }
H1.HeaderClassName
{
color: #E2FCBC;
}
.AnyTagClassName
{
color: #E2FCBC;
}
</style>
background-color css
<style>
a { background-color: #E2FCBC; }
a { background-color: rgb(226,252,188); }
div.DivClassName
{
background-color: #E2FCBC;
}
.BgClassName
{
background-color: #E2FCBC;
}
</style>
border-color css
<style>
span { border-color: #E2FCBC; }
span { border-color: rgb(226,252,188); }
td.TdClassName
{
border-color: #E2FCBC;
}
.TagClassName
{
border-color: #E2FCBC;
}
</style>