Shades of Snuff #ECD0E9
Tints of Snuff #ECD0E9
RGB
CMYK
RGB Variations
Color information
#ECD0E9 (or 0xECD0E9) is known color: Snuff. HEX triplet: EC, D0 and E9. RGB value is (236,208,233). Sum of RGB (Red+Green+Blue) = 236+208+233=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0E9 is #132F16. Grayscale: #DBDBDB. Windows color (decimal): -1257239 or 15323372. OLE color: 15323372.
HSL color Cylindrical-coordinate representation of color #ECD0E9: hue angle of 306.43º 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 #ECD0E9 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 233 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.07 |
| HSL | 306.43º | 0.42% | 0.87% | - |
| HSV(B) | 306.43º | 0.12% | 0.93% | - |
| XYZ | 71.86 | 68.83 | 86.59 | - |
| YUV | 219.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 233 | 0 | 0.12 | 0.01 | 0.07 | 306.43 | 0.42 | 0.87 |
| Hex | EC | D0 | E9 | 0 | C | 1 | 7 | 132 | 2A | 57 |
| Octal | 354 | 320 | 351 | 0 | 14 | 1 | 7 | 462 | 52 | 127 |
| Binary | 11101100 | 11010000 | 11101001 | 0 | 1100 | 1 | 111 | 100110010 | 101010 | 1010111 |
Color Harmonies of #ECD0E9
Complementary color
Monochromatic Colors of #ECD0E9
Black with #ECD0E9
Text Example
Text Example
White with #ECD0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0E9; }
p { color: rgb(236,208,233); }
H1.HeaderClassName
{
color: #ECD0E9;
}
.AnyTagClassName
{
color: #ECD0E9;
}
</style>
background-color css
<style>
a { background-color: #ECD0E9; }
a { background-color: rgb(236,208,233); }
div.DivClassName
{
background-color: #ECD0E9;
}
.BgClassName
{
background-color: #ECD0E9;
}
</style>
border-color css
<style>
span { border-color: #ECD0E9; }
span { border-color: rgb(236,208,233); }
td.TdClassName
{
border-color: #ECD0E9;
}
.TagClassName
{
border-color: #ECD0E9;
}
</style>