Shades of Snow Flurry #E6F5BC
Tints of Snow Flurry #E6F5BC
RGB
CMYK
RGB Variations
Color information
#E6F5BC (or 0xE6F5BC) is known color: Snow Flurry. HEX triplet: E6, F5 and BC. RGB value is (230,245,188). Sum of RGB (Red+Green+Blue) = 230+245+188=663 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.69% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F5BC is #190A43. Grayscale: #EAEAEA. Windows color (decimal): -1641028 or 12383718. OLE color: 12383718.
HSL color Cylindrical-coordinate representation of color #E6F5BC: hue angle of 75.79º degrees, saturation: 0.74, 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 #E6F5BC is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 245 | 188 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.04 |
| HSL | 75.79º | 0.74% | 0.85% | - |
| HSV(B) | 75.79º | 0.23% | 0.96% | - |
| XYZ | 74.36 | 85.76 | 60.21 | - |
| YUV | 234.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 245 | 188 | 0.06 | 0 | 0.23 | 0.04 | 75.79 | 0.74 | 0.85 |
| Hex | E6 | F5 | BC | 6 | 0 | 17 | 4 | 4C | 4A | 55 |
| Octal | 346 | 365 | 274 | 6 | 0 | 27 | 4 | 114 | 112 | 125 |
| Binary | 11100110 | 11110101 | 10111100 | 110 | 0 | 10111 | 100 | 1001100 | 1001010 | 1010101 |
Color Harmonies of #E6F5BC
Complementary color
Monochromatic Colors of #E6F5BC
Black with #E6F5BC
Text Example
Text Example
White with #E6F5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F5BC; }
p { color: rgb(230,245,188); }
H1.HeaderClassName
{
color: #E6F5BC;
}
.AnyTagClassName
{
color: #E6F5BC;
}
</style>
background-color css
<style>
a { background-color: #E6F5BC; }
a { background-color: rgb(230,245,188); }
div.DivClassName
{
background-color: #E6F5BC;
}
.BgClassName
{
background-color: #E6F5BC;
}
</style>
border-color css
<style>
span { border-color: #E6F5BC; }
span { border-color: rgb(230,245,188); }
td.TdClassName
{
border-color: #E6F5BC;
}
.TagClassName
{
border-color: #E6F5BC;
}
</style>