Shades of Snuff #ECD6ED
Tints of Snuff #ECD6ED
RGB
CMYK
RGB Variations
Color information
#ECD6ED (or 0xECD6ED) is known color: Snuff. HEX triplet: EC, D6 and ED. RGB value is (236,214,237). Sum of RGB (Red+Green+Blue) = 236+214+237=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6ED is #132912. Grayscale: #DFDFDF. Windows color (decimal): -1255699 or 15587052. OLE color: 15587052.
HSL color Cylindrical-coordinate representation of color #ECD6ED: hue angle of 297.39º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD6ED is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 237 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.07 |
| HSL | 297.39º | 0.39% | 0.88% | - |
| HSV(B) | 297.39º | 0.1% | 0.93% | - |
| XYZ | 73.92 | 72.04 | 90.13 | - |
| YUV | 223.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 237 | 0.00 | 0.10 | 0 | 0.07 | 297.39 | 0.39 | 0.88 |
| Hex | EC | D6 | ED | 0 | A | 0 | 7 | 129 | 27 | 58 |
| Octal | 354 | 326 | 355 | 0 | 12 | 0 | 7 | 451 | 47 | 130 |
| Binary | 11101100 | 11010110 | 11101101 | 0 | 1010 | 0 | 111 | 100101001 | 100111 | 1011000 |
Color Harmonies of #ECD6ED
Complementary color
Monochromatic Colors of #ECD6ED
Black with #ECD6ED
Text Example
Text Example
White with #ECD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6ED; }
p { color: rgb(236,214,237); }
H1.HeaderClassName
{
color: #ECD6ED;
}
.AnyTagClassName
{
color: #ECD6ED;
}
</style>
background-color css
<style>
a { background-color: #ECD6ED; }
a { background-color: rgb(236,214,237); }
div.DivClassName
{
background-color: #ECD6ED;
}
.BgClassName
{
background-color: #ECD6ED;
}
</style>
border-color css
<style>
span { border-color: #ECD6ED; }
span { border-color: rgb(236,214,237); }
td.TdClassName
{
border-color: #ECD6ED;
}
.TagClassName
{
border-color: #ECD6ED;
}
</style>