Shades of Snow Flurry #E1FCB3
Tints of Snow Flurry #E1FCB3
RGB
CMYK
RGB Variations
Color information
#E1FCB3 (or 0xE1FCB3) is known color: Snow Flurry. HEX triplet: E1, FC and B3. RGB value is (225,252,179). Sum of RGB (Red+Green+Blue) = 225+252+179=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 179 (70.31% from 255 or 27.29% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FCB3 is #1E034C. Grayscale: #EBEBEB. Windows color (decimal): -1966925 or 11795681. OLE color: 11795681.
HSL color Cylindrical-coordinate representation of color #E1FCB3: hue angle of 82.19º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1FCB3 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 179 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.01 |
| HSL | 82.19º | 0.92% | 0.85% | - |
| HSV(B) | 82.19º | 0.29% | 0.99% | - |
| XYZ | 74 | 88.88 | 55.9 | - |
| YUV | 235.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 179 | 0.11 | 0 | 0.29 | 0.01 | 82.19 | 0.92 | 0.85 |
| Hex | E1 | FC | B3 | B | 0 | 1D | 1 | 52 | 5C | 55 |
| Octal | 341 | 374 | 263 | 13 | 0 | 35 | 1 | 122 | 134 | 125 |
| Binary | 11100001 | 11111100 | 10110011 | 1011 | 0 | 11101 | 1 | 1010010 | 1011100 | 1010101 |
Color Harmonies of #E1FCB3
Complementary color
Monochromatic Colors of #E1FCB3
Black with #E1FCB3
Text Example
Text Example
White with #E1FCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FCB3; }
p { color: rgb(225,252,179); }
H1.HeaderClassName
{
color: #E1FCB3;
}
.AnyTagClassName
{
color: #E1FCB3;
}
</style>
background-color css
<style>
a { background-color: #E1FCB3; }
a { background-color: rgb(225,252,179); }
div.DivClassName
{
background-color: #E1FCB3;
}
.BgClassName
{
background-color: #E1FCB3;
}
</style>
border-color css
<style>
span { border-color: #E1FCB3; }
span { border-color: rgb(225,252,179); }
td.TdClassName
{
border-color: #E1FCB3;
}
.TagClassName
{
border-color: #E1FCB3;
}
</style>