Shades of Snow Flurry #E7F8BC
Tints of Snow Flurry #E7F8BC
RGB
CMYK
RGB Variations
Color information
#E7F8BC (or 0xE7F8BC) is known color: Snow Flurry. HEX triplet: E7, F8 and BC. RGB value is (231,248,188). Sum of RGB (Red+Green+Blue) = 231+248+188=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #E7F8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7F8BC is #180743. Grayscale: #ECECEC. Windows color (decimal): -1574724 or 12384487. OLE color: 12384487.
HSL color Cylindrical-coordinate representation of color #E7F8BC: hue angle of 77º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7F8BC is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 248 | 188 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.03 |
| HSL | 77º | 0.81% | 0.85% | - |
| HSV(B) | 77º | 0.24% | 0.97% | - |
| XYZ | 75.6 | 87.75 | 60.53 | - |
| YUV | 236.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 248 | 188 | 0.07 | 0 | 0.24 | 0.03 | 77 | 0.81 | 0.85 |
| Hex | E7 | F8 | BC | 7 | 0 | 18 | 3 | 4D | 51 | 55 |
| Octal | 347 | 370 | 274 | 7 | 0 | 30 | 3 | 115 | 121 | 125 |
| Binary | 11100111 | 11111000 | 10111100 | 111 | 0 | 11000 | 11 | 1001101 | 1010001 | 1010101 |
Color Harmonies of #E7F8BC
Complementary color
Monochromatic Colors of #E7F8BC
Black with #E7F8BC
Text Example
Text Example
White with #E7F8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F8BC; }
p { color: rgb(231,248,188); }
H1.HeaderClassName
{
color: #E7F8BC;
}
.AnyTagClassName
{
color: #E7F8BC;
}
</style>
background-color css
<style>
a { background-color: #E7F8BC; }
a { background-color: rgb(231,248,188); }
div.DivClassName
{
background-color: #E7F8BC;
}
.BgClassName
{
background-color: #E7F8BC;
}
</style>
border-color css
<style>
span { border-color: #E7F8BC; }
span { border-color: rgb(231,248,188); }
td.TdClassName
{
border-color: #E7F8BC;
}
.TagClassName
{
border-color: #E7F8BC;
}
</style>