Shades of Snow Flurry #E8F7BA
Tints of Snow Flurry #E8F7BA
RGB
CMYK
RGB Variations
Color information
#E8F7BA (or 0xE8F7BA) is known color: Snow Flurry. HEX triplet: E8, F7 and BA. RGB value is (232,247,186). Sum of RGB (Red+Green+Blue) = 232+247+186=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 247 - color contains mainly: green. Hex color #E8F7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F7BA is #170845. Grayscale: #EBEBEB. Windows color (decimal): -1509446 or 12253160. OLE color: 12253160.
HSL color Cylindrical-coordinate representation of color #E8F7BA: hue angle of 74.75º 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 #E8F7BA is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 247 | 186 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.03 |
| HSL | 74.75º | 0.79% | 0.85% | - |
| HSV(B) | 74.75º | 0.25% | 0.97% | - |
| XYZ | 75.4 | 87.22 | 59.32 | - |
| YUV | 235.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 247 | 186 | 0.06 | 0 | 0.25 | 0.03 | 74.75 | 0.79 | 0.85 |
| Hex | E8 | F7 | BA | 6 | 0 | 19 | 3 | 4B | 4F | 55 |
| Octal | 350 | 367 | 272 | 6 | 0 | 31 | 3 | 113 | 117 | 125 |
| Binary | 11101000 | 11110111 | 10111010 | 110 | 0 | 11001 | 11 | 1001011 | 1001111 | 1010101 |
Color Harmonies of #E8F7BA
Complementary color
Monochromatic Colors of #E8F7BA
Black with #E8F7BA
Text Example
Text Example
White with #E8F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F7BA; }
p { color: rgb(232,247,186); }
H1.HeaderClassName
{
color: #E8F7BA;
}
.AnyTagClassName
{
color: #E8F7BA;
}
</style>
background-color css
<style>
a { background-color: #E8F7BA; }
a { background-color: rgb(232,247,186); }
div.DivClassName
{
background-color: #E8F7BA;
}
.BgClassName
{
background-color: #E8F7BA;
}
</style>
border-color css
<style>
span { border-color: #E8F7BA; }
span { border-color: rgb(232,247,186); }
td.TdClassName
{
border-color: #E8F7BA;
}
.TagClassName
{
border-color: #E8F7BA;
}
</style>