Shades of Snuff #ECD6E6
Tints of Snuff #ECD6E6
RGB
CMYK
RGB Variations
Color information
#ECD6E6 (or 0xECD6E6) is known color: Snuff. HEX triplet: EC, D6 and E6. RGB value is (236,214,230). Sum of RGB (Red+Green+Blue) = 236+214+230=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6E6 is #132919. Grayscale: #DEDEDE. Windows color (decimal): -1255706 or 15128300. OLE color: 15128300.
HSL color Cylindrical-coordinate representation of color #ECD6E6: hue angle of 316.36º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD6E6 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 230 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.07 |
| HSL | 316.36º | 0.37% | 0.88% | - |
| HSV(B) | 316.36º | 0.09% | 0.93% | - |
| XYZ | 72.92 | 71.64 | 84.85 | - |
| YUV | 222.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 230 | 0 | 0.09 | 0.03 | 0.07 | 316.36 | 0.37 | 0.88 |
| Hex | EC | D6 | E6 | 0 | 9 | 3 | 7 | 13C | 25 | 58 |
| Octal | 354 | 326 | 346 | 0 | 11 | 3 | 7 | 474 | 45 | 130 |
| Binary | 11101100 | 11010110 | 11100110 | 0 | 1001 | 11 | 111 | 100111100 | 100101 | 1011000 |
Color Harmonies of #ECD6E6
Complementary color
Monochromatic Colors of #ECD6E6
Black with #ECD6E6
Text Example
Text Example
White with #ECD6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6E6; }
p { color: rgb(236,214,230); }
H1.HeaderClassName
{
color: #ECD6E6;
}
.AnyTagClassName
{
color: #ECD6E6;
}
</style>
background-color css
<style>
a { background-color: #ECD6E6; }
a { background-color: rgb(236,214,230); }
div.DivClassName
{
background-color: #ECD6E6;
}
.BgClassName
{
background-color: #ECD6E6;
}
</style>
border-color css
<style>
span { border-color: #ECD6E6; }
span { border-color: rgb(236,214,230); }
td.TdClassName
{
border-color: #ECD6E6;
}
.TagClassName
{
border-color: #ECD6E6;
}
</style>