Shades of Snow Flurry #E6F8BC
Tints of Snow Flurry #E6F8BC
RGB
CMYK
RGB Variations
Color information
#E6F8BC (or 0xE6F8BC) is known color: Snow Flurry. HEX triplet: E6, F8 and BC. RGB value is (230,248,188). Sum of RGB (Red+Green+Blue) = 230+248+188=666 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.53% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F8BC is #190743. Grayscale: #ECECEC. Windows color (decimal): -1640260 or 12384486. OLE color: 12384486.
HSL color Cylindrical-coordinate representation of color #E6F8BC: hue angle of 78º 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 #E6F8BC is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 248 | 188 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.03 |
| HSL | 78º | 0.81% | 0.85% | - |
| HSV(B) | 78º | 0.24% | 0.97% | - |
| XYZ | 75.28 | 87.59 | 60.52 | - |
| YUV | 235.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 248 | 188 | 0.07 | 0 | 0.24 | 0.03 | 78 | 0.81 | 0.85 |
| Hex | E6 | F8 | BC | 7 | 0 | 18 | 3 | 4E | 51 | 55 |
| Octal | 346 | 370 | 274 | 7 | 0 | 30 | 3 | 116 | 121 | 125 |
| Binary | 11100110 | 11111000 | 10111100 | 111 | 0 | 11000 | 11 | 1001110 | 1010001 | 1010101 |
Color Harmonies of #E6F8BC
Complementary color
Monochromatic Colors of #E6F8BC
Black with #E6F8BC
Text Example
Text Example
White with #E6F8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F8BC; }
p { color: rgb(230,248,188); }
H1.HeaderClassName
{
color: #E6F8BC;
}
.AnyTagClassName
{
color: #E6F8BC;
}
</style>
background-color css
<style>
a { background-color: #E6F8BC; }
a { background-color: rgb(230,248,188); }
div.DivClassName
{
background-color: #E6F8BC;
}
.BgClassName
{
background-color: #E6F8BC;
}
</style>
border-color css
<style>
span { border-color: #E6F8BC; }
span { border-color: rgb(230,248,188); }
td.TdClassName
{
border-color: #E6F8BC;
}
.TagClassName
{
border-color: #E6F8BC;
}
</style>