Shades of Snow Flurry #E6F1D1
Tints of Snow Flurry #E6F1D1
RGB
CMYK
RGB Variations
Color information
#E6F1D1 (or 0xE6F1D1) is known color: Snow Flurry. HEX triplet: E6, F1 and D1. RGB value is (230,241,209). Sum of RGB (Red+Green+Blue) = 230+241+209=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F1D1 is #190E2E. Grayscale: #EAEAEA. Windows color (decimal): -1642031 or 13758950. OLE color: 13758950.
HSL color Cylindrical-coordinate representation of color #E6F1D1: hue angle of 80.62º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6F1D1 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 209 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.05 |
| HSL | 80.63º | 0.53% | 0.88% | - |
| HSV(B) | 80.63º | 0.13% | 0.95% | - |
| XYZ | 75.6 | 84.34 | 72.62 | - |
| YUV | 234.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 209 | 0.05 | 0 | 0.13 | 0.05 | 80.63 | 0.53 | 0.88 |
| Hex | E6 | F1 | D1 | 5 | 0 | D | 5 | 51 | 35 | 58 |
| Octal | 346 | 361 | 321 | 5 | 0 | 15 | 5 | 121 | 65 | 130 |
| Binary | 11100110 | 11110001 | 11010001 | 101 | 0 | 1101 | 101 | 1010001 | 110101 | 1011000 |
Color Harmonies of #E6F1D1
Complementary color
Monochromatic Colors of #E6F1D1
Black with #E6F1D1
Text Example
Text Example
White with #E6F1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F1D1; }
p { color: rgb(230,241,209); }
H1.HeaderClassName
{
color: #E6F1D1;
}
.AnyTagClassName
{
color: #E6F1D1;
}
</style>
background-color css
<style>
a { background-color: #E6F1D1; }
a { background-color: rgb(230,241,209); }
div.DivClassName
{
background-color: #E6F1D1;
}
.BgClassName
{
background-color: #E6F1D1;
}
</style>
border-color css
<style>
span { border-color: #E6F1D1; }
span { border-color: rgb(230,241,209); }
td.TdClassName
{
border-color: #E6F1D1;
}
.TagClassName
{
border-color: #E6F1D1;
}
</style>