Shades of Snow Flurry #E6F1D3
Tints of Snow Flurry #E6F1D3
RGB
CMYK
RGB Variations
Color information
#E6F1D3 (or 0xE6F1D3) is known color: Snow Flurry. HEX triplet: E6, F1 and D3. RGB value is (230,241,211). Sum of RGB (Red+Green+Blue) = 230+241+211=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F1D3 is #190E2C. Grayscale: #EAEAEA. Windows color (decimal): -1642029 or 13890022. OLE color: 13890022.
HSL color Cylindrical-coordinate representation of color #E6F1D3: hue angle of 82º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6F1D3 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 211 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.05 |
| HSL | 82º | 0.52% | 0.89% | - |
| HSV(B) | 82º | 0.12% | 0.95% | - |
| XYZ | 75.85 | 84.44 | 73.93 | - |
| YUV | 234.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 211 | 0.05 | 0 | 0.12 | 0.05 | 82 | 0.52 | 0.89 |
| Hex | E6 | F1 | D3 | 5 | 0 | C | 5 | 52 | 34 | 59 |
| Octal | 346 | 361 | 323 | 5 | 0 | 14 | 5 | 122 | 64 | 131 |
| Binary | 11100110 | 11110001 | 11010011 | 101 | 0 | 1100 | 101 | 1010010 | 110100 | 1011001 |
Color Harmonies of #E6F1D3
Complementary color
Monochromatic Colors of #E6F1D3
Black with #E6F1D3
Text Example
Text Example
White with #E6F1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F1D3; }
p { color: rgb(230,241,211); }
H1.HeaderClassName
{
color: #E6F1D3;
}
.AnyTagClassName
{
color: #E6F1D3;
}
</style>
background-color css
<style>
a { background-color: #E6F1D3; }
a { background-color: rgb(230,241,211); }
div.DivClassName
{
background-color: #E6F1D3;
}
.BgClassName
{
background-color: #E6F1D3;
}
</style>
border-color css
<style>
span { border-color: #E6F1D3; }
span { border-color: rgb(230,241,211); }
td.TdClassName
{
border-color: #E6F1D3;
}
.TagClassName
{
border-color: #E6F1D3;
}
</style>