Shades of Snuff #ECD3ED
Tints of Snuff #ECD3ED
RGB
CMYK
RGB Variations
Color information
#ECD3ED (or 0xECD3ED) is known color: Snuff. HEX triplet: EC, D3 and ED. RGB value is (236,211,237). Sum of RGB (Red+Green+Blue) = 236+211+237=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3ED is #132C12. Grayscale: #DDDDDD. Windows color (decimal): -1256467 or 15586284. OLE color: 15586284.
HSL color Cylindrical-coordinate representation of color #ECD3ED: hue angle of 297.69º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD3ED is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 237 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.07 |
| HSL | 297.69º | 0.42% | 0.88% | - |
| HSV(B) | 297.69º | 0.11% | 0.93% | - |
| XYZ | 73.17 | 70.54 | 89.88 | - |
| YUV | 221.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 237 | 0.00 | 0.11 | 0 | 0.07 | 297.69 | 0.42 | 0.88 |
| Hex | EC | D3 | ED | 0 | B | 0 | 7 | 12A | 2A | 58 |
| Octal | 354 | 323 | 355 | 0 | 13 | 0 | 7 | 452 | 52 | 130 |
| Binary | 11101100 | 11010011 | 11101101 | 0 | 1011 | 0 | 111 | 100101010 | 101010 | 1011000 |
Color Harmonies of #ECD3ED
Complementary color
Monochromatic Colors of #ECD3ED
Black with #ECD3ED
Text Example
Text Example
White with #ECD3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3ED; }
p { color: rgb(236,211,237); }
H1.HeaderClassName
{
color: #ECD3ED;
}
.AnyTagClassName
{
color: #ECD3ED;
}
</style>
background-color css
<style>
a { background-color: #ECD3ED; }
a { background-color: rgb(236,211,237); }
div.DivClassName
{
background-color: #ECD3ED;
}
.BgClassName
{
background-color: #ECD3ED;
}
</style>
border-color css
<style>
span { border-color: #ECD3ED; }
span { border-color: rgb(236,211,237); }
td.TdClassName
{
border-color: #ECD3ED;
}
.TagClassName
{
border-color: #ECD3ED;
}
</style>