Shades of Snuff #ECD0E6
Tints of Snuff #ECD0E6
RGB
CMYK
RGB Variations
Color information
#ECD0E6 (or 0xECD0E6) is known color: Snuff. HEX triplet: EC, D0 and E6. RGB value is (236,208,230). Sum of RGB (Red+Green+Blue) = 236+208+230=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0E6 is #132F19. Grayscale: #DADADA. Windows color (decimal): -1257242 or 15126764. OLE color: 15126764.
HSL color Cylindrical-coordinate representation of color #ECD0E6: hue angle of 312.86º 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 #ECD0E6 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 230 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.07 |
| HSL | 312.86º | 0.42% | 0.87% | - |
| HSV(B) | 312.86º | 0.12% | 0.93% | - |
| XYZ | 71.43 | 68.66 | 84.35 | - |
| YUV | 218.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 230 | 0 | 0.12 | 0.03 | 0.07 | 312.86 | 0.42 | 0.87 |
| Hex | EC | D0 | E6 | 0 | C | 3 | 7 | 139 | 2A | 57 |
| Octal | 354 | 320 | 346 | 0 | 14 | 3 | 7 | 471 | 52 | 127 |
| Binary | 11101100 | 11010000 | 11100110 | 0 | 1100 | 11 | 111 | 100111001 | 101010 | 1010111 |
Color Harmonies of #ECD0E6
Complementary color
Monochromatic Colors of #ECD0E6
Black with #ECD0E6
Text Example
Text Example
White with #ECD0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0E6; }
p { color: rgb(236,208,230); }
H1.HeaderClassName
{
color: #ECD0E6;
}
.AnyTagClassName
{
color: #ECD0E6;
}
</style>
background-color css
<style>
a { background-color: #ECD0E6; }
a { background-color: rgb(236,208,230); }
div.DivClassName
{
background-color: #ECD0E6;
}
.BgClassName
{
background-color: #ECD0E6;
}
</style>
border-color css
<style>
span { border-color: #ECD0E6; }
span { border-color: rgb(236,208,230); }
td.TdClassName
{
border-color: #ECD0E6;
}
.TagClassName
{
border-color: #ECD0E6;
}
</style>