Shades of Snuff #ECD6EB
Tints of Snuff #ECD6EB
RGB
CMYK
RGB Variations
Color information
#ECD6EB (or 0xECD6EB) is known color: Snuff. HEX triplet: EC, D6 and EB. RGB value is (236,214,235). Sum of RGB (Red+Green+Blue) = 236+214+235=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6EB is #132914. Grayscale: #DEDEDE. Windows color (decimal): -1255701 or 15455980. OLE color: 15455980.
HSL color Cylindrical-coordinate representation of color #ECD6EB: hue angle of 302.73º 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 #ECD6EB is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 235 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.07 |
| HSL | 302.73º | 0.37% | 0.88% | - |
| HSV(B) | 302.73º | 0.09% | 0.93% | - |
| XYZ | 73.63 | 71.92 | 88.6 | - |
| YUV | 222.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 235 | 0 | 0.09 | 0.00 | 0.07 | 302.73 | 0.37 | 0.88 |
| Hex | EC | D6 | EB | 0 | 9 | 0 | 7 | 12F | 25 | 58 |
| Octal | 354 | 326 | 353 | 0 | 11 | 0 | 7 | 457 | 45 | 130 |
| Binary | 11101100 | 11010110 | 11101011 | 0 | 1001 | 0 | 111 | 100101111 | 100101 | 1011000 |
Color Harmonies of #ECD6EB
Complementary color
Monochromatic Colors of #ECD6EB
Black with #ECD6EB
Text Example
Text Example
White with #ECD6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6EB; }
p { color: rgb(236,214,235); }
H1.HeaderClassName
{
color: #ECD6EB;
}
.AnyTagClassName
{
color: #ECD6EB;
}
</style>
background-color css
<style>
a { background-color: #ECD6EB; }
a { background-color: rgb(236,214,235); }
div.DivClassName
{
background-color: #ECD6EB;
}
.BgClassName
{
background-color: #ECD6EB;
}
</style>
border-color css
<style>
span { border-color: #ECD6EB; }
span { border-color: rgb(236,214,235); }
td.TdClassName
{
border-color: #ECD6EB;
}
.TagClassName
{
border-color: #ECD6EB;
}
</style>