Shades of Snuff #ECD0E8
Tints of Snuff #ECD0E8
RGB
CMYK
RGB Variations
Color information
#ECD0E8 (or 0xECD0E8) is known color: Snuff. HEX triplet: EC, D0 and E8. RGB value is (236,208,232). Sum of RGB (Red+Green+Blue) = 236+208+232=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0E8 is #132F17. Grayscale: #DBDBDB. Windows color (decimal): -1257240 or 15257836. OLE color: 15257836.
HSL color Cylindrical-coordinate representation of color #ECD0E8: hue angle of 308.57º 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 #ECD0E8 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 232 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.07 |
| HSL | 308.57º | 0.42% | 0.87% | - |
| HSV(B) | 308.57º | 0.12% | 0.93% | - |
| XYZ | 71.71 | 68.77 | 85.84 | - |
| YUV | 219.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 232 | 0 | 0.12 | 0.02 | 0.07 | 308.57 | 0.42 | 0.87 |
| Hex | EC | D0 | E8 | 0 | C | 2 | 7 | 135 | 2A | 57 |
| Octal | 354 | 320 | 350 | 0 | 14 | 2 | 7 | 465 | 52 | 127 |
| Binary | 11101100 | 11010000 | 11101000 | 0 | 1100 | 10 | 111 | 100110101 | 101010 | 1010111 |
Color Harmonies of #ECD0E8
Complementary color
Monochromatic Colors of #ECD0E8
Black with #ECD0E8
Text Example
Text Example
White with #ECD0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0E8; }
p { color: rgb(236,208,232); }
H1.HeaderClassName
{
color: #ECD0E8;
}
.AnyTagClassName
{
color: #ECD0E8;
}
</style>
background-color css
<style>
a { background-color: #ECD0E8; }
a { background-color: rgb(236,208,232); }
div.DivClassName
{
background-color: #ECD0E8;
}
.BgClassName
{
background-color: #ECD0E8;
}
</style>
border-color css
<style>
span { border-color: #ECD0E8; }
span { border-color: rgb(236,208,232); }
td.TdClassName
{
border-color: #ECD0E8;
}
.TagClassName
{
border-color: #ECD0E8;
}
</style>