Shades of Snow Flurry #E8F7BD
Tints of Snow Flurry #E8F7BD
RGB
CMYK
RGB Variations
Color information
#E8F7BD (or 0xE8F7BD) is known color: Snow Flurry. HEX triplet: E8, F7 and BD. RGB value is (232,247,189). Sum of RGB (Red+Green+Blue) = 232+247+189=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 247 - color contains mainly: green. Hex color #E8F7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F7BD is #170842. Grayscale: #ECECEC. Windows color (decimal): -1509443 or 12449768. OLE color: 12449768.
HSL color Cylindrical-coordinate representation of color #E8F7BD: hue angle of 75.52º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8F7BD is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 247 | 189 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.03 |
| HSL | 75.52º | 0.78% | 0.85% | - |
| HSV(B) | 75.52º | 0.23% | 0.97% | - |
| XYZ | 75.72 | 87.35 | 61.01 | - |
| YUV | 235.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 247 | 189 | 0.06 | 0 | 0.23 | 0.03 | 75.52 | 0.78 | 0.85 |
| Hex | E8 | F7 | BD | 6 | 0 | 17 | 3 | 4C | 4E | 55 |
| Octal | 350 | 367 | 275 | 6 | 0 | 27 | 3 | 114 | 116 | 125 |
| Binary | 11101000 | 11110111 | 10111101 | 110 | 0 | 10111 | 11 | 1001100 | 1001110 | 1010101 |
Color Harmonies of #E8F7BD
Complementary color
Monochromatic Colors of #E8F7BD
Black with #E8F7BD
Text Example
Text Example
White with #E8F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F7BD; }
p { color: rgb(232,247,189); }
H1.HeaderClassName
{
color: #E8F7BD;
}
.AnyTagClassName
{
color: #E8F7BD;
}
</style>
background-color css
<style>
a { background-color: #E8F7BD; }
a { background-color: rgb(232,247,189); }
div.DivClassName
{
background-color: #E8F7BD;
}
.BgClassName
{
background-color: #E8F7BD;
}
</style>
border-color css
<style>
span { border-color: #E8F7BD; }
span { border-color: rgb(232,247,189); }
td.TdClassName
{
border-color: #E8F7BD;
}
.TagClassName
{
border-color: #E8F7BD;
}
</style>