Shades of Snow Flurry #E6F4D3
Tints of Snow Flurry #E6F4D3
RGB
CMYK
RGB Variations
Color information
#E6F4D3 (or 0xE6F4D3) is known color: Snow Flurry. HEX triplet: E6, F4 and D3. RGB value is (230,244,211). Sum of RGB (Red+Green+Blue) = 230+244+211=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 211 (82.81% from 255 or 30.80% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #E6F4D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F4D3 is #190B2C. Grayscale: #ECECEC. Windows color (decimal): -1641261 or 13890790. OLE color: 13890790.
HSL color Cylindrical-coordinate representation of color #E6F4D3: hue angle of 85.45º degrees, saturation: 0.6, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6F4D3 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 244 | 211 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.04 |
| HSL | 85.45º | 0.6% | 0.89% | - |
| HSV(B) | 85.45º | 0.14% | 0.96% | - |
| XYZ | 76.74 | 86.23 | 74.23 | - |
| YUV | 236.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 244 | 211 | 0.06 | 0 | 0.14 | 0.04 | 85.45 | 0.6 | 0.89 |
| Hex | E6 | F4 | D3 | 6 | 0 | E | 4 | 55 | 3C | 59 |
| Octal | 346 | 364 | 323 | 6 | 0 | 16 | 4 | 125 | 74 | 131 |
| Binary | 11100110 | 11110100 | 11010011 | 110 | 0 | 1110 | 100 | 1010101 | 111100 | 1011001 |
Color Harmonies of #E6F4D3
Complementary color
Monochromatic Colors of #E6F4D3
Black with #E6F4D3
Text Example
Text Example
White with #E6F4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F4D3; }
p { color: rgb(230,244,211); }
H1.HeaderClassName
{
color: #E6F4D3;
}
.AnyTagClassName
{
color: #E6F4D3;
}
</style>
background-color css
<style>
a { background-color: #E6F4D3; }
a { background-color: rgb(230,244,211); }
div.DivClassName
{
background-color: #E6F4D3;
}
.BgClassName
{
background-color: #E6F4D3;
}
</style>
border-color css
<style>
span { border-color: #E6F4D3; }
span { border-color: rgb(230,244,211); }
td.TdClassName
{
border-color: #E6F4D3;
}
.TagClassName
{
border-color: #E6F4D3;
}
</style>