Shades of Snow Flurry #E6F4D2
Tints of Snow Flurry #E6F4D2
RGB
CMYK
RGB Variations
Color information
#E6F4D2 (or 0xE6F4D2) is known color: Snow Flurry. HEX triplet: E6, F4 and D2. RGB value is (230,244,210). Sum of RGB (Red+Green+Blue) = 230+244+210=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 244 - color contains mainly: green. Hex color #E6F4D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F4D2 is #190B2D. Grayscale: #ECECEC. Windows color (decimal): -1641262 or 13825254. OLE color: 13825254.
HSL color Cylindrical-coordinate representation of color #E6F4D2: hue angle of 84.71º degrees, saturation: 0.61, 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 #E6F4D2 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 244 | 210 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.04 |
| HSL | 84.71º | 0.61% | 0.89% | - |
| HSV(B) | 84.71º | 0.14% | 0.96% | - |
| XYZ | 76.62 | 86.18 | 73.57 | - |
| YUV | 235.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 244 | 210 | 0.06 | 0 | 0.14 | 0.04 | 84.71 | 0.61 | 0.89 |
| Hex | E6 | F4 | D2 | 6 | 0 | E | 4 | 55 | 3D | 59 |
| Octal | 346 | 364 | 322 | 6 | 0 | 16 | 4 | 125 | 75 | 131 |
| Binary | 11100110 | 11110100 | 11010010 | 110 | 0 | 1110 | 100 | 1010101 | 111101 | 1011001 |
Color Harmonies of #E6F4D2
Complementary color
Monochromatic Colors of #E6F4D2
Black with #E6F4D2
Text Example
Text Example
White with #E6F4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F4D2; }
p { color: rgb(230,244,210); }
H1.HeaderClassName
{
color: #E6F4D2;
}
.AnyTagClassName
{
color: #E6F4D2;
}
</style>
background-color css
<style>
a { background-color: #E6F4D2; }
a { background-color: rgb(230,244,210); }
div.DivClassName
{
background-color: #E6F4D2;
}
.BgClassName
{
background-color: #E6F4D2;
}
</style>
border-color css
<style>
span { border-color: #E6F4D2; }
span { border-color: rgb(230,244,210); }
td.TdClassName
{
border-color: #E6F4D2;
}
.TagClassName
{
border-color: #E6F4D2;
}
</style>