Shades of Snuff #ECD0E5
Tints of Snuff #ECD0E5
RGB
CMYK
RGB Variations
Color information
#ECD0E5 (or 0xECD0E5) is known color: Snuff. HEX triplet: EC, D0 and E5. RGB value is (236,208,229). Sum of RGB (Red+Green+Blue) = 236+208+229=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0E5 is #132F1A. Grayscale: #DADADA. Windows color (decimal): -1257243 or 15061228. OLE color: 15061228.
HSL color Cylindrical-coordinate representation of color #ECD0E5: hue angle of 315º 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 #ECD0E5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 229 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.07 |
| HSL | 315º | 0.42% | 0.87% | - |
| HSV(B) | 315º | 0.12% | 0.93% | - |
| XYZ | 71.29 | 68.6 | 83.61 | - |
| YUV | 218.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 229 | 0 | 0.12 | 0.03 | 0.07 | 315 | 0.42 | 0.87 |
| Hex | EC | D0 | E5 | 0 | C | 3 | 7 | 13B | 2A | 57 |
| Octal | 354 | 320 | 345 | 0 | 14 | 3 | 7 | 473 | 52 | 127 |
| Binary | 11101100 | 11010000 | 11100101 | 0 | 1100 | 11 | 111 | 100111011 | 101010 | 1010111 |
Color Harmonies of #ECD0E5
Complementary color
Monochromatic Colors of #ECD0E5
Black with #ECD0E5
Text Example
Text Example
White with #ECD0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0E5; }
p { color: rgb(236,208,229); }
H1.HeaderClassName
{
color: #ECD0E5;
}
.AnyTagClassName
{
color: #ECD0E5;
}
</style>
background-color css
<style>
a { background-color: #ECD0E5; }
a { background-color: rgb(236,208,229); }
div.DivClassName
{
background-color: #ECD0E5;
}
.BgClassName
{
background-color: #ECD0E5;
}
</style>
border-color css
<style>
span { border-color: #ECD0E5; }
span { border-color: rgb(236,208,229); }
td.TdClassName
{
border-color: #ECD0E5;
}
.TagClassName
{
border-color: #ECD0E5;
}
</style>