Shades of Snuff #ECD4EB
Tints of Snuff #ECD4EB
RGB
CMYK
RGB Variations
Color information
#ECD4EB (or 0xECD4EB) is known color: Snuff. HEX triplet: EC, D4 and EB. RGB value is (236,212,235). Sum of RGB (Red+Green+Blue) = 236+212+235=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD4EB is #132B14. Grayscale: #DDDDDD. Windows color (decimal): -1256213 or 15455468. OLE color: 15455468.
HSL color Cylindrical-coordinate representation of color #ECD4EB: hue angle of 302.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD4EB is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 235 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.07 |
| HSL | 302.5º | 0.39% | 0.88% | - |
| HSV(B) | 302.5º | 0.1% | 0.93% | - |
| XYZ | 73.13 | 70.92 | 88.43 | - |
| YUV | 221.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 235 | 0 | 0.10 | 0.00 | 0.07 | 302.5 | 0.39 | 0.88 |
| Hex | EC | D4 | EB | 0 | A | 0 | 7 | 12E | 27 | 58 |
| Octal | 354 | 324 | 353 | 0 | 12 | 0 | 7 | 456 | 47 | 130 |
| Binary | 11101100 | 11010100 | 11101011 | 0 | 1010 | 0 | 111 | 100101110 | 100111 | 1011000 |
Color Harmonies of #ECD4EB
Complementary color
Monochromatic Colors of #ECD4EB
Black with #ECD4EB
Text Example
Text Example
White with #ECD4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4EB; }
p { color: rgb(236,212,235); }
H1.HeaderClassName
{
color: #ECD4EB;
}
.AnyTagClassName
{
color: #ECD4EB;
}
</style>
background-color css
<style>
a { background-color: #ECD4EB; }
a { background-color: rgb(236,212,235); }
div.DivClassName
{
background-color: #ECD4EB;
}
.BgClassName
{
background-color: #ECD4EB;
}
</style>
border-color css
<style>
span { border-color: #ECD4EB; }
span { border-color: rgb(236,212,235); }
td.TdClassName
{
border-color: #ECD4EB;
}
.TagClassName
{
border-color: #ECD4EB;
}
</style>