Shades of Snow Flurry #E1FCC6
Tints of Snow Flurry #E1FCC6
RGB
CMYK
RGB Variations
Color information
#E1FCC6 (or 0xE1FCC6) is known color: Snow Flurry. HEX triplet: E1, FC and C6. RGB value is (225,252,198). Sum of RGB (Red+Green+Blue) = 225+252+198=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 198 (77.73% from 255 or 29.33% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FCC6 is #1E0339. Grayscale: #EDEDED. Windows color (decimal): -1966906 or 13040865. OLE color: 13040865.
HSL color Cylindrical-coordinate representation of color #E1FCC6: hue angle of 90º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1FCC6 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 198 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.01 |
| HSL | 90º | 0.9% | 0.88% | - |
| HSV(B) | 90º | 0.21% | 0.99% | - |
| XYZ | 76.05 | 89.71 | 66.73 | - |
| YUV | 237.77 | 105.55 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 198 | 0.11 | 0 | 0.21 | 0.01 | 90 | 0.9 | 0.88 |
| Hex | E1 | FC | C6 | B | 0 | 15 | 1 | 5A | 5A | 58 |
| Octal | 341 | 374 | 306 | 13 | 0 | 25 | 1 | 132 | 132 | 130 |
| Binary | 11100001 | 11111100 | 11000110 | 1011 | 0 | 10101 | 1 | 1011010 | 1011010 | 1011000 |
Color Harmonies of #E1FCC6
Complementary color
Monochromatic Colors of #E1FCC6
Black with #E1FCC6
Text Example
Text Example
White with #E1FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FCC6; }
p { color: rgb(225,252,198); }
H1.HeaderClassName
{
color: #E1FCC6;
}
.AnyTagClassName
{
color: #E1FCC6;
}
</style>
background-color css
<style>
a { background-color: #E1FCC6; }
a { background-color: rgb(225,252,198); }
div.DivClassName
{
background-color: #E1FCC6;
}
.BgClassName
{
background-color: #E1FCC6;
}
</style>
border-color css
<style>
span { border-color: #E1FCC6; }
span { border-color: rgb(225,252,198); }
td.TdClassName
{
border-color: #E1FCC6;
}
.TagClassName
{
border-color: #E1FCC6;
}
</style>