Shades of Snow Flurry #ECF6D6
Tints of Snow Flurry #ECF6D6
RGB
CMYK
RGB Variations
Color information
#ECF6D6 (or 0xECF6D6) is known color: Snow Flurry. HEX triplet: EC, F6 and D6. RGB value is (236,246,214). Sum of RGB (Red+Green+Blue) = 236+246+214=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 246 (96.48% from 255 or 35.34% from 696); Blue value is 214 (83.98% from 255 or 30.75% from 696); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF6D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF6D6 is #130929. Grayscale: #EFEFEF. Windows color (decimal): -1247530 or 14087916. OLE color: 14087916.
HSL color Cylindrical-coordinate representation of color #ECF6D6: hue angle of 78.75º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECF6D6 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 214 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.04 |
| HSL | 78.75º | 0.64% | 0.9% | - |
| HSV(B) | 78.75º | 0.13% | 0.96% | - |
| XYZ | 79.69 | 88.6 | 76.52 | - |
| YUV | 239.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 214 | 0.04 | 0 | 0.13 | 0.04 | 78.75 | 0.64 | 0.9 |
| Hex | EC | F6 | D6 | 4 | 0 | D | 4 | 4F | 40 | 5A |
| Octal | 354 | 366 | 326 | 4 | 0 | 15 | 4 | 117 | 100 | 132 |
| Binary | 11101100 | 11110110 | 11010110 | 100 | 0 | 1101 | 100 | 1001111 | 1000000 | 1011010 |
Color Harmonies of #ECF6D6
Complementary color
Monochromatic Colors of #ECF6D6
Black with #ECF6D6
Text Example
Text Example
White with #ECF6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF6D6; }
p { color: rgb(236,246,214); }
H1.HeaderClassName
{
color: #ECF6D6;
}
.AnyTagClassName
{
color: #ECF6D6;
}
</style>
background-color css
<style>
a { background-color: #ECF6D6; }
a { background-color: rgb(236,246,214); }
div.DivClassName
{
background-color: #ECF6D6;
}
.BgClassName
{
background-color: #ECF6D6;
}
</style>
border-color css
<style>
span { border-color: #ECF6D6; }
span { border-color: rgb(236,246,214); }
td.TdClassName
{
border-color: #ECF6D6;
}
.TagClassName
{
border-color: #ECF6D6;
}
</style>