Shades of Snuff #ECDCE8
Tints of Snuff #ECDCE8
RGB
CMYK
RGB Variations
Color information
#ECDCE8 (or 0xECDCE8) is known color: Snuff. HEX triplet: EC, DC and E8. RGB value is (236,220,232). Sum of RGB (Red+Green+Blue) = 236+220+232=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCE8 is #132317. Grayscale: #E2E2E2. Windows color (decimal): -1254168 or 15260908. OLE color: 15260908.
HSL color Cylindrical-coordinate representation of color #ECDCE8: hue angle of 315º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDCE8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 232 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.07 |
| HSL | 315º | 0.3% | 0.89% | - |
| HSV(B) | 315º | 0.07% | 0.93% | - |
| XYZ | 74.75 | 74.85 | 86.85 | - |
| YUV | 226.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 232 | 0 | 0.07 | 0.02 | 0.07 | 315 | 0.3 | 0.89 |
| Hex | EC | DC | E8 | 0 | 7 | 2 | 7 | 13B | 1E | 59 |
| Octal | 354 | 334 | 350 | 0 | 7 | 2 | 7 | 473 | 36 | 131 |
| Binary | 11101100 | 11011100 | 11101000 | 0 | 111 | 10 | 111 | 100111011 | 11110 | 1011001 |
Color Harmonies of #ECDCE8
Complementary color
Monochromatic Colors of #ECDCE8
Black with #ECDCE8
Text Example
Text Example
White with #ECDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCE8; }
p { color: rgb(236,220,232); }
H1.HeaderClassName
{
color: #ECDCE8;
}
.AnyTagClassName
{
color: #ECDCE8;
}
</style>
background-color css
<style>
a { background-color: #ECDCE8; }
a { background-color: rgb(236,220,232); }
div.DivClassName
{
background-color: #ECDCE8;
}
.BgClassName
{
background-color: #ECDCE8;
}
</style>
border-color css
<style>
span { border-color: #ECDCE8; }
span { border-color: rgb(236,220,232); }
td.TdClassName
{
border-color: #ECDCE8;
}
.TagClassName
{
border-color: #ECDCE8;
}
</style>