Shades of Snuff #ECD2EB
Tints of Snuff #ECD2EB
RGB
CMYK
RGB Variations
Color information
#ECD2EB (or 0xECD2EB) is known color: Snuff. HEX triplet: EC, D2 and EB. RGB value is (236,210,235). Sum of RGB (Red+Green+Blue) = 236+210+235=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2EB is #132D14. Grayscale: #DCDCDC. Windows color (decimal): -1256725 or 15454956. OLE color: 15454956.
HSL color Cylindrical-coordinate representation of color #ECD2EB: hue angle of 302.31º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD2EB is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 235 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.07 |
| HSL | 302.31º | 0.41% | 0.87% | - |
| HSV(B) | 302.31º | 0.11% | 0.93% | - |
| XYZ | 72.63 | 69.92 | 88.27 | - |
| YUV | 220.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 235 | 0 | 0.11 | 0.00 | 0.07 | 302.31 | 0.41 | 0.87 |
| Hex | EC | D2 | EB | 0 | B | 0 | 7 | 12E | 29 | 57 |
| Octal | 354 | 322 | 353 | 0 | 13 | 0 | 7 | 456 | 51 | 127 |
| Binary | 11101100 | 11010010 | 11101011 | 0 | 1011 | 0 | 111 | 100101110 | 101001 | 1010111 |
Color Harmonies of #ECD2EB
Complementary color
Monochromatic Colors of #ECD2EB
Black with #ECD2EB
Text Example
Text Example
White with #ECD2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2EB; }
p { color: rgb(236,210,235); }
H1.HeaderClassName
{
color: #ECD2EB;
}
.AnyTagClassName
{
color: #ECD2EB;
}
</style>
background-color css
<style>
a { background-color: #ECD2EB; }
a { background-color: rgb(236,210,235); }
div.DivClassName
{
background-color: #ECD2EB;
}
.BgClassName
{
background-color: #ECD2EB;
}
</style>
border-color css
<style>
span { border-color: #ECD2EB; }
span { border-color: rgb(236,210,235); }
td.TdClassName
{
border-color: #ECD2EB;
}
.TagClassName
{
border-color: #ECD2EB;
}
</style>