Shades of Snow Flurry #E6F7CE
Tints of Snow Flurry #E6F7CE
RGB
CMYK
RGB Variations
Color information
#E6F7CE (or 0xE6F7CE) is known color: Snow Flurry. HEX triplet: E6, F7 and CE. RGB value is (230,247,206). Sum of RGB (Red+Green+Blue) = 230+247+206=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 206 (80.86% from 255 or 30.16% from 683); Max value from RGB is 247 - color contains mainly: green. Hex color #E6F7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F7CE is #190831. Grayscale: #EDEDED. Windows color (decimal): -1640498 or 13563878. OLE color: 13563878.
HSL color Cylindrical-coordinate representation of color #E6F7CE: hue angle of 84.88º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6F7CE is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 247 | 206 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.03 |
| HSL | 84.88º | 0.72% | 0.89% | - |
| HSV(B) | 84.88º | 0.17% | 0.97% | - |
| XYZ | 77.03 | 87.8 | 71.28 | - |
| YUV | 237.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 247 | 206 | 0.07 | 0 | 0.17 | 0.03 | 84.88 | 0.72 | 0.89 |
| Hex | E6 | F7 | CE | 7 | 0 | 11 | 3 | 55 | 48 | 59 |
| Octal | 346 | 367 | 316 | 7 | 0 | 21 | 3 | 125 | 110 | 131 |
| Binary | 11100110 | 11110111 | 11001110 | 111 | 0 | 10001 | 11 | 1010101 | 1001000 | 1011001 |
Color Harmonies of #E6F7CE
Complementary color
Monochromatic Colors of #E6F7CE
Black with #E6F7CE
Text Example
Text Example
White with #E6F7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F7CE; }
p { color: rgb(230,247,206); }
H1.HeaderClassName
{
color: #E6F7CE;
}
.AnyTagClassName
{
color: #E6F7CE;
}
</style>
background-color css
<style>
a { background-color: #E6F7CE; }
a { background-color: rgb(230,247,206); }
div.DivClassName
{
background-color: #E6F7CE;
}
.BgClassName
{
background-color: #E6F7CE;
}
</style>
border-color css
<style>
span { border-color: #E6F7CE; }
span { border-color: rgb(230,247,206); }
td.TdClassName
{
border-color: #E6F7CE;
}
.TagClassName
{
border-color: #E6F7CE;
}
</style>