Shades of Snow Flurry #E8F6BD
Tints of Snow Flurry #E8F6BD
RGB
CMYK
RGB Variations
Color information
#E8F6BD (or 0xE8F6BD) is known color: Snow Flurry. HEX triplet: E8, F6 and BD. RGB value is (232,246,189). Sum of RGB (Red+Green+Blue) = 232+246+189=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 246 - color contains mainly: green. Hex color #E8F6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F6BD is #170942. Grayscale: #EBEBEB. Windows color (decimal): -1509699 or 12449512. OLE color: 12449512.
HSL color Cylindrical-coordinate representation of color #E8F6BD: hue angle of 74.74º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8F6BD is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 246 | 189 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.04 |
| HSL | 74.74º | 0.76% | 0.85% | - |
| HSV(B) | 74.74º | 0.23% | 0.96% | - |
| XYZ | 75.42 | 86.74 | 60.91 | - |
| YUV | 235.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 246 | 189 | 0.06 | 0 | 0.23 | 0.04 | 74.74 | 0.76 | 0.85 |
| Hex | E8 | F6 | BD | 6 | 0 | 17 | 4 | 4B | 4C | 55 |
| Octal | 350 | 366 | 275 | 6 | 0 | 27 | 4 | 113 | 114 | 125 |
| Binary | 11101000 | 11110110 | 10111101 | 110 | 0 | 10111 | 100 | 1001011 | 1001100 | 1010101 |
Color Harmonies of #E8F6BD
Complementary color
Monochromatic Colors of #E8F6BD
Black with #E8F6BD
Text Example
Text Example
White with #E8F6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F6BD; }
p { color: rgb(232,246,189); }
H1.HeaderClassName
{
color: #E8F6BD;
}
.AnyTagClassName
{
color: #E8F6BD;
}
</style>
background-color css
<style>
a { background-color: #E8F6BD; }
a { background-color: rgb(232,246,189); }
div.DivClassName
{
background-color: #E8F6BD;
}
.BgClassName
{
background-color: #E8F6BD;
}
</style>
border-color css
<style>
span { border-color: #E8F6BD; }
span { border-color: rgb(232,246,189); }
td.TdClassName
{
border-color: #E8F6BD;
}
.TagClassName
{
border-color: #E8F6BD;
}
</style>