Shades of Snuff #ECD6E7
Tints of Snuff #ECD6E7
RGB
CMYK
RGB Variations
Color information
#ECD6E7 (or 0xECD6E7) is known color: Snuff. HEX triplet: EC, D6 and E7. RGB value is (236,214,231). Sum of RGB (Red+Green+Blue) = 236+214+231=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6E7 is #132918. Grayscale: #DEDEDE. Windows color (decimal): -1255705 or 15193836. OLE color: 15193836.
HSL color Cylindrical-coordinate representation of color #ECD6E7: hue angle of 313.64º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD6E7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 231 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.07 |
| HSL | 313.64º | 0.37% | 0.88% | - |
| HSV(B) | 313.64º | 0.09% | 0.93% | - |
| XYZ | 73.06 | 71.7 | 85.59 | - |
| YUV | 222.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 231 | 0 | 0.09 | 0.02 | 0.07 | 313.64 | 0.37 | 0.88 |
| Hex | EC | D6 | E7 | 0 | 9 | 2 | 7 | 13A | 25 | 58 |
| Octal | 354 | 326 | 347 | 0 | 11 | 2 | 7 | 472 | 45 | 130 |
| Binary | 11101100 | 11010110 | 11100111 | 0 | 1001 | 10 | 111 | 100111010 | 100101 | 1011000 |
Color Harmonies of #ECD6E7
Complementary color
Monochromatic Colors of #ECD6E7
Black with #ECD6E7
Text Example
Text Example
White with #ECD6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6E7; }
p { color: rgb(236,214,231); }
H1.HeaderClassName
{
color: #ECD6E7;
}
.AnyTagClassName
{
color: #ECD6E7;
}
</style>
background-color css
<style>
a { background-color: #ECD6E7; }
a { background-color: rgb(236,214,231); }
div.DivClassName
{
background-color: #ECD6E7;
}
.BgClassName
{
background-color: #ECD6E7;
}
</style>
border-color css
<style>
span { border-color: #ECD6E7; }
span { border-color: rgb(236,214,231); }
td.TdClassName
{
border-color: #ECD6E7;
}
.TagClassName
{
border-color: #ECD6E7;
}
</style>