Shades of Snow Flurry #E7F7BA
Tints of Snow Flurry #E7F7BA
RGB
CMYK
RGB Variations
Color information
#E7F7BA (or 0xE7F7BA) is known color: Snow Flurry. HEX triplet: E7, F7 and BA. RGB value is (231,247,186). Sum of RGB (Red+Green+Blue) = 231+247+186=664 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.79% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #E7F7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7F7BA is #180845. Grayscale: #EBEBEB. Windows color (decimal): -1574982 or 12253159. OLE color: 12253159.
HSL color Cylindrical-coordinate representation of color #E7F7BA: hue angle of 75.74º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7F7BA is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 247 | 186 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.03 |
| HSL | 75.74º | 0.79% | 0.85% | - |
| HSV(B) | 75.74º | 0.25% | 0.97% | - |
| XYZ | 75.08 | 87.06 | 59.3 | - |
| YUV | 235.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 247 | 186 | 0.06 | 0 | 0.25 | 0.03 | 75.74 | 0.79 | 0.85 |
| Hex | E7 | F7 | BA | 6 | 0 | 19 | 3 | 4C | 4F | 55 |
| Octal | 347 | 367 | 272 | 6 | 0 | 31 | 3 | 114 | 117 | 125 |
| Binary | 11100111 | 11110111 | 10111010 | 110 | 0 | 11001 | 11 | 1001100 | 1001111 | 1010101 |
Color Harmonies of #E7F7BA
Complementary color
Monochromatic Colors of #E7F7BA
Black with #E7F7BA
Text Example
Text Example
White with #E7F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F7BA; }
p { color: rgb(231,247,186); }
H1.HeaderClassName
{
color: #E7F7BA;
}
.AnyTagClassName
{
color: #E7F7BA;
}
</style>
background-color css
<style>
a { background-color: #E7F7BA; }
a { background-color: rgb(231,247,186); }
div.DivClassName
{
background-color: #E7F7BA;
}
.BgClassName
{
background-color: #E7F7BA;
}
</style>
border-color css
<style>
span { border-color: #E7F7BA; }
span { border-color: rgb(231,247,186); }
td.TdClassName
{
border-color: #E7F7BA;
}
.TagClassName
{
border-color: #E7F7BA;
}
</style>