Shades of Snuff #ECD1ED
Tints of Snuff #ECD1ED
RGB
CMYK
RGB Variations
Color information
#ECD1ED (or 0xECD1ED) is known color: Snuff. HEX triplet: EC, D1 and ED. RGB value is (236,209,237). Sum of RGB (Red+Green+Blue) = 236+209+237=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD1ED is #132E12. Grayscale: #DCDCDC. Windows color (decimal): -1256979 or 15585772. OLE color: 15585772.
HSL color Cylindrical-coordinate representation of color #ECD1ED: hue angle of 297.86º degrees, saturation: 0.44, 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 #ECD1ED is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 237 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.07 |
| HSL | 297.86º | 0.44% | 0.87% | - |
| HSV(B) | 297.86º | 0.12% | 0.93% | - |
| XYZ | 72.68 | 69.55 | 89.71 | - |
| YUV | 220.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 237 | 0.00 | 0.12 | 0 | 0.07 | 297.86 | 0.44 | 0.87 |
| Hex | EC | D1 | ED | 0 | C | 0 | 7 | 12A | 2C | 57 |
| Octal | 354 | 321 | 355 | 0 | 14 | 0 | 7 | 452 | 54 | 127 |
| Binary | 11101100 | 11010001 | 11101101 | 0 | 1100 | 0 | 111 | 100101010 | 101100 | 1010111 |
Color Harmonies of #ECD1ED
Complementary color
Monochromatic Colors of #ECD1ED
Black with #ECD1ED
Text Example
Text Example
White with #ECD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD1ED; }
p { color: rgb(236,209,237); }
H1.HeaderClassName
{
color: #ECD1ED;
}
.AnyTagClassName
{
color: #ECD1ED;
}
</style>
background-color css
<style>
a { background-color: #ECD1ED; }
a { background-color: rgb(236,209,237); }
div.DivClassName
{
background-color: #ECD1ED;
}
.BgClassName
{
background-color: #ECD1ED;
}
</style>
border-color css
<style>
span { border-color: #ECD1ED; }
span { border-color: rgb(236,209,237); }
td.TdClassName
{
border-color: #ECD1ED;
}
.TagClassName
{
border-color: #ECD1ED;
}
</style>