Shades of Snow Flurry #E6F7BA
Tints of Snow Flurry #E6F7BA
RGB
CMYK
RGB Variations
Color information
#E6F7BA (or 0xE6F7BA) is known color: Snow Flurry. HEX triplet: E6, F7 and BA. RGB value is (230,247,186). Sum of RGB (Red+Green+Blue) = 230+247+186=663 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.69% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 247 - color contains mainly: green. Hex color #E6F7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F7BA is #190845. Grayscale: #EBEBEB. Windows color (decimal): -1640518 or 12253158. OLE color: 12253158.
HSL color Cylindrical-coordinate representation of color #E6F7BA: hue angle of 76.72º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6F7BA is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 247 | 186 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.03 |
| HSL | 76.72º | 0.79% | 0.85% | - |
| HSV(B) | 76.72º | 0.25% | 0.97% | - |
| XYZ | 74.76 | 86.89 | 59.29 | - |
| YUV | 234.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 247 | 186 | 0.07 | 0 | 0.25 | 0.03 | 76.72 | 0.79 | 0.85 |
| Hex | E6 | F7 | BA | 7 | 0 | 19 | 3 | 4D | 4F | 55 |
| Octal | 346 | 367 | 272 | 7 | 0 | 31 | 3 | 115 | 117 | 125 |
| Binary | 11100110 | 11110111 | 10111010 | 111 | 0 | 11001 | 11 | 1001101 | 1001111 | 1010101 |
Color Harmonies of #E6F7BA
Complementary color
Monochromatic Colors of #E6F7BA
Black with #E6F7BA
Text Example
Text Example
White with #E6F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F7BA; }
p { color: rgb(230,247,186); }
H1.HeaderClassName
{
color: #E6F7BA;
}
.AnyTagClassName
{
color: #E6F7BA;
}
</style>
background-color css
<style>
a { background-color: #E6F7BA; }
a { background-color: rgb(230,247,186); }
div.DivClassName
{
background-color: #E6F7BA;
}
.BgClassName
{
background-color: #E6F7BA;
}
</style>
border-color css
<style>
span { border-color: #E6F7BA; }
span { border-color: rgb(230,247,186); }
td.TdClassName
{
border-color: #E6F7BA;
}
.TagClassName
{
border-color: #E6F7BA;
}
</style>