Shades of Snow Flurry #E6F4D0
Tints of Snow Flurry #E6F4D0
RGB
CMYK
RGB Variations
Color information
#E6F4D0 (or 0xE6F4D0) is known color: Snow Flurry. HEX triplet: E6, F4 and D0. RGB value is (230,244,208). Sum of RGB (Red+Green+Blue) = 230+244+208=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 244 (95.70% from 255 or 35.78% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 244 - color contains mainly: green. Hex color #E6F4D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F4D0 is #190B2F. Grayscale: #EBEBEB. Windows color (decimal): -1641264 or 13694182. OLE color: 13694182.
HSL color Cylindrical-coordinate representation of color #E6F4D0: hue angle of 83.33º degrees, saturation: 0.62, 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 #E6F4D0 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
RGB | 230 | 244 | 208 | - |
CMYK | 0.06 | 0 | 0.15 | 0.04 |
HSL | 83.33º | 0.62% | 0.89% | - |
HSV(B) | 83.33º | 0.15% | 0.96% | - |
XYZ | 76.37 | 86.08 | 72.26 | - |
YUV | 235.71 | 112.36 | 123.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 244 | 208 | 0.06 | 0 | 0.15 | 0.04 | 83.33 | 0.62 | 0.89 |
Hex | E6 | F4 | D0 | 6 | 0 | F | 4 | 53 | 3E | 59 |
Octal | 346 | 364 | 320 | 6 | 0 | 17 | 4 | 123 | 76 | 131 |
Binary | 11100110 | 11110100 | 11010000 | 110 | 0 | 1111 | 100 | 1010011 | 111110 | 1011001 |
Color Harmonies of #E6F4D0
Complementary color
Monochromatic Colors of #E6F4D0
Black with #E6F4D0
Text Example
Text Example
White with #E6F4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F4D0; }
p { color: rgb(230,244,208); }
H1.HeaderClassName
{
color: #E6F4D0;
}
.AnyTagClassName
{
color: #E6F4D0;
}
</style>
background-color css
<style>
a { background-color: #E6F4D0; }
a { background-color: rgb(230,244,208); }
div.DivClassName
{
background-color: #E6F4D0;
}
.BgClassName
{
background-color: #E6F4D0;
}
</style>
border-color css
<style>
span { border-color: #E6F4D0; }
span { border-color: rgb(230,244,208); }
td.TdClassName
{
border-color: #E6F4D0;
}
.TagClassName
{
border-color: #E6F4D0;
}
</style>