Shades of Snow Flurry #E7F0CE
Tints of Snow Flurry #E7F0CE
RGB
CMYK
RGB Variations
Color information
#E7F0CE (or 0xE7F0CE) is known color: Snow Flurry. HEX triplet: E7, F0 and CE. RGB value is (231,240,206). Sum of RGB (Red+Green+Blue) = 231+240+206=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 240 - color contains mainly: green. Hex color #E7F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7F0CE is #180F31. Grayscale: #E9E9E9. Windows color (decimal): -1576754 or 13562087. OLE color: 13562087.
HSL color Cylindrical-coordinate representation of color #E7F0CE: hue angle of 75.88º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7F0CE is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 240 | 206 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.06 |
| HSL | 75.88º | 0.53% | 0.87% | - |
| HSV(B) | 75.88º | 0.14% | 0.94% | - |
| XYZ | 75.26 | 83.77 | 70.59 | - |
| YUV | 233.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 240 | 206 | 0.04 | 0 | 0.14 | 0.06 | 75.88 | 0.53 | 0.87 |
| Hex | E7 | F0 | CE | 4 | 0 | E | 6 | 4C | 35 | 57 |
| Octal | 347 | 360 | 316 | 4 | 0 | 16 | 6 | 114 | 65 | 127 |
| Binary | 11100111 | 11110000 | 11001110 | 100 | 0 | 1110 | 110 | 1001100 | 110101 | 1010111 |
Color Harmonies of #E7F0CE
Complementary color
Monochromatic Colors of #E7F0CE
Black with #E7F0CE
Text Example
Text Example
White with #E7F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F0CE; }
p { color: rgb(231,240,206); }
H1.HeaderClassName
{
color: #E7F0CE;
}
.AnyTagClassName
{
color: #E7F0CE;
}
</style>
background-color css
<style>
a { background-color: #E7F0CE; }
a { background-color: rgb(231,240,206); }
div.DivClassName
{
background-color: #E7F0CE;
}
.BgClassName
{
background-color: #E7F0CE;
}
</style>
border-color css
<style>
span { border-color: #E7F0CE; }
span { border-color: rgb(231,240,206); }
td.TdClassName
{
border-color: #E7F0CE;
}
.TagClassName
{
border-color: #E7F0CE;
}
</style>