Shades of Snuff #ECCDE6
Tints of Snuff #ECCDE6
RGB
CMYK
RGB Variations
Color information
#ECCDE6 (or 0xECCDE6) is known color: Snuff. HEX triplet: EC, CD and E6. RGB value is (236,205,230). Sum of RGB (Red+Green+Blue) = 236+205+230=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDE6 is #133219. Grayscale: #D9D9D9. Windows color (decimal): -1258010 or 15125996. OLE color: 15125996.
HSL color Cylindrical-coordinate representation of color #ECCDE6: hue angle of 311.61º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDE6 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 230 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.07 |
| HSL | 311.61º | 0.45% | 0.86% | - |
| HSV(B) | 311.61º | 0.13% | 0.93% | - |
| XYZ | 70.71 | 67.21 | 84.11 | - |
| YUV | 217.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 230 | 0 | 0.13 | 0.03 | 0.07 | 311.61 | 0.45 | 0.86 |
| Hex | EC | CD | E6 | 0 | D | 3 | 7 | 138 | 2D | 56 |
| Octal | 354 | 315 | 346 | 0 | 15 | 3 | 7 | 470 | 55 | 126 |
| Binary | 11101100 | 11001101 | 11100110 | 0 | 1101 | 11 | 111 | 100111000 | 101101 | 1010110 |
Color Harmonies of #ECCDE6
Complementary color
Monochromatic Colors of #ECCDE6
Black with #ECCDE6
Text Example
Text Example
White with #ECCDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDE6; }
p { color: rgb(236,205,230); }
H1.HeaderClassName
{
color: #ECCDE6;
}
.AnyTagClassName
{
color: #ECCDE6;
}
</style>
background-color css
<style>
a { background-color: #ECCDE6; }
a { background-color: rgb(236,205,230); }
div.DivClassName
{
background-color: #ECCDE6;
}
.BgClassName
{
background-color: #ECCDE6;
}
</style>
border-color css
<style>
span { border-color: #ECCDE6; }
span { border-color: rgb(236,205,230); }
td.TdClassName
{
border-color: #ECCDE6;
}
.TagClassName
{
border-color: #ECCDE6;
}
</style>