Shades of Snow Flurry #E7F0D4
Tints of Snow Flurry #E7F0D4
RGB
CMYK
RGB Variations
Color information
#E7F0D4 (or 0xE7F0D4) is known color: Snow Flurry. HEX triplet: E7, F0 and D4. RGB value is (231,240,212). Sum of RGB (Red+Green+Blue) = 231+240+212=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #E7F0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7F0D4 is #180F2B. Grayscale: #EAEAEA. Windows color (decimal): -1576748 or 13955303. OLE color: 13955303.
HSL color Cylindrical-coordinate representation of color #E7F0D4: hue angle of 79.29º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7F0D4 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 240 | 212 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.06 |
| HSL | 79.29º | 0.48% | 0.89% | - |
| HSV(B) | 79.29º | 0.12% | 0.94% | - |
| XYZ | 76 | 84.06 | 74.51 | - |
| YUV | 234.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 240 | 212 | 0.04 | 0 | 0.12 | 0.06 | 79.29 | 0.48 | 0.89 |
| Hex | E7 | F0 | D4 | 4 | 0 | C | 6 | 4F | 30 | 59 |
| Octal | 347 | 360 | 324 | 4 | 0 | 14 | 6 | 117 | 60 | 131 |
| Binary | 11100111 | 11110000 | 11010100 | 100 | 0 | 1100 | 110 | 1001111 | 110000 | 1011001 |
Color Harmonies of #E7F0D4
Complementary color
Monochromatic Colors of #E7F0D4
Black with #E7F0D4
Text Example
Text Example
White with #E7F0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F0D4; }
p { color: rgb(231,240,212); }
H1.HeaderClassName
{
color: #E7F0D4;
}
.AnyTagClassName
{
color: #E7F0D4;
}
</style>
background-color css
<style>
a { background-color: #E7F0D4; }
a { background-color: rgb(231,240,212); }
div.DivClassName
{
background-color: #E7F0D4;
}
.BgClassName
{
background-color: #E7F0D4;
}
</style>
border-color css
<style>
span { border-color: #E7F0D4; }
span { border-color: rgb(231,240,212); }
td.TdClassName
{
border-color: #E7F0D4;
}
.TagClassName
{
border-color: #E7F0D4;
}
</style>