Shades of Snow Flurry #E6F5D1
Tints of Snow Flurry #E6F5D1
RGB
CMYK
RGB Variations
Color information
#E6F5D1 (or 0xE6F5D1) is known color: Snow Flurry. HEX triplet: E6, F5 and D1. RGB value is (230,245,209). Sum of RGB (Red+Green+Blue) = 230+245+209=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F5D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F5D1 is #190A2E. Grayscale: #ECECEC. Windows color (decimal): -1641007 or 13759974. OLE color: 13759974.
HSL color Cylindrical-coordinate representation of color #E6F5D1: hue angle of 85º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6F5D1 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 245 | 209 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.04 |
| HSL | 85º | 0.64% | 0.89% | - |
| HSV(B) | 85º | 0.15% | 0.96% | - |
| XYZ | 76.79 | 86.73 | 73.01 | - |
| YUV | 236.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 245 | 209 | 0.06 | 0 | 0.15 | 0.04 | 85 | 0.64 | 0.89 |
| Hex | E6 | F5 | D1 | 6 | 0 | F | 4 | 55 | 40 | 59 |
| Octal | 346 | 365 | 321 | 6 | 0 | 17 | 4 | 125 | 100 | 131 |
| Binary | 11100110 | 11110101 | 11010001 | 110 | 0 | 1111 | 100 | 1010101 | 1000000 | 1011001 |
Color Harmonies of #E6F5D1
Complementary color
Monochromatic Colors of #E6F5D1
Black with #E6F5D1
Text Example
Text Example
White with #E6F5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F5D1; }
p { color: rgb(230,245,209); }
H1.HeaderClassName
{
color: #E6F5D1;
}
.AnyTagClassName
{
color: #E6F5D1;
}
</style>
background-color css
<style>
a { background-color: #E6F5D1; }
a { background-color: rgb(230,245,209); }
div.DivClassName
{
background-color: #E6F5D1;
}
.BgClassName
{
background-color: #E6F5D1;
}
</style>
border-color css
<style>
span { border-color: #E6F5D1; }
span { border-color: rgb(230,245,209); }
td.TdClassName
{
border-color: #E6F5D1;
}
.TagClassName
{
border-color: #E6F5D1;
}
</style>