Shades of Snuff #ECD0EB
Tints of Snuff #ECD0EB
RGB
CMYK
RGB Variations
Color information
#ECD0EB (or 0xECD0EB) is known color: Snuff. HEX triplet: EC, D0 and EB. RGB value is (236,208,235). Sum of RGB (Red+Green+Blue) = 236+208+235=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0EB is #132F14. Grayscale: #DBDBDB. Windows color (decimal): -1257237 or 15454444. OLE color: 15454444.
HSL color Cylindrical-coordinate representation of color #ECD0EB: hue angle of 302.14º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD0EB is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 235 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.07 |
| HSL | 302.14º | 0.42% | 0.87% | - |
| HSV(B) | 302.14º | 0.12% | 0.93% | - |
| XYZ | 72.14 | 68.94 | 88.1 | - |
| YUV | 219.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 235 | 0 | 0.12 | 0.00 | 0.07 | 302.14 | 0.42 | 0.87 |
| Hex | EC | D0 | EB | 0 | C | 0 | 7 | 12E | 2A | 57 |
| Octal | 354 | 320 | 353 | 0 | 14 | 0 | 7 | 456 | 52 | 127 |
| Binary | 11101100 | 11010000 | 11101011 | 0 | 1100 | 0 | 111 | 100101110 | 101010 | 1010111 |
Color Harmonies of #ECD0EB
Complementary color
Monochromatic Colors of #ECD0EB
Black with #ECD0EB
Text Example
Text Example
White with #ECD0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0EB; }
p { color: rgb(236,208,235); }
H1.HeaderClassName
{
color: #ECD0EB;
}
.AnyTagClassName
{
color: #ECD0EB;
}
</style>
background-color css
<style>
a { background-color: #ECD0EB; }
a { background-color: rgb(236,208,235); }
div.DivClassName
{
background-color: #ECD0EB;
}
.BgClassName
{
background-color: #ECD0EB;
}
</style>
border-color css
<style>
span { border-color: #ECD0EB; }
span { border-color: rgb(236,208,235); }
td.TdClassName
{
border-color: #ECD0EB;
}
.TagClassName
{
border-color: #ECD0EB;
}
</style>