Shades of Snuff #ECDDEB
Tints of Snuff #ECDDEB
RGB
CMYK
RGB Variations
Color information
#ECDDEB (or 0xECDDEB) is known color: Snuff. HEX triplet: EC, DD and EB. RGB value is (236,221,235). Sum of RGB (Red+Green+Blue) = 236+221+235=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDEB is #132214. Grayscale: #E3E3E3. Windows color (decimal): -1253909 or 15457772. OLE color: 15457772.
HSL color Cylindrical-coordinate representation of color #ECDDEB: hue angle of 304º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDDEB is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 235 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.07 |
| HSL | 304º | 0.28% | 0.9% | - |
| HSV(B) | 304º | 0.06% | 0.93% | - |
| XYZ | 75.44 | 75.54 | 89.2 | - |
| YUV | 227.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 235 | 0 | 0.06 | 0.00 | 0.07 | 304 | 0.28 | 0.9 |
| Hex | EC | DD | EB | 0 | 6 | 0 | 7 | 130 | 1C | 5A |
| Octal | 354 | 335 | 353 | 0 | 6 | 0 | 7 | 460 | 34 | 132 |
| Binary | 11101100 | 11011101 | 11101011 | 0 | 110 | 0 | 111 | 100110000 | 11100 | 1011010 |
Color Harmonies of #ECDDEB
Complementary color
Monochromatic Colors of #ECDDEB
Black with #ECDDEB
Text Example
Text Example
White with #ECDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDEB; }
p { color: rgb(236,221,235); }
H1.HeaderClassName
{
color: #ECDDEB;
}
.AnyTagClassName
{
color: #ECDDEB;
}
</style>
background-color css
<style>
a { background-color: #ECDDEB; }
a { background-color: rgb(236,221,235); }
div.DivClassName
{
background-color: #ECDDEB;
}
.BgClassName
{
background-color: #ECDDEB;
}
</style>
border-color css
<style>
span { border-color: #ECDDEB; }
span { border-color: rgb(236,221,235); }
td.TdClassName
{
border-color: #ECDDEB;
}
.TagClassName
{
border-color: #ECDDEB;
}
</style>