Shades of Snuff #ECD4ED
Tints of Snuff #ECD4ED
RGB
CMYK
RGB Variations
Color information
#ECD4ED (or 0xECD4ED) is known color: Snuff. HEX triplet: EC, D4 and ED. RGB value is (236,212,237). Sum of RGB (Red+Green+Blue) = 236+212+237=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD4ED is #132B12. Grayscale: #DDDDDD. Windows color (decimal): -1256211 or 15586540. OLE color: 15586540.
HSL color Cylindrical-coordinate representation of color #ECD4ED: hue angle of 297.6º degrees, saturation: 0.41, 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 #ECD4ED is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 237 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.07 |
| HSL | 297.6º | 0.41% | 0.88% | - |
| HSV(B) | 297.6º | 0.11% | 0.93% | - |
| XYZ | 73.42 | 71.03 | 89.96 | - |
| YUV | 222.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 237 | 0.00 | 0.11 | 0 | 0.07 | 297.6 | 0.41 | 0.88 |
| Hex | EC | D4 | ED | 0 | B | 0 | 7 | 12A | 29 | 58 |
| Octal | 354 | 324 | 355 | 0 | 13 | 0 | 7 | 452 | 51 | 130 |
| Binary | 11101100 | 11010100 | 11101101 | 0 | 1011 | 0 | 111 | 100101010 | 101001 | 1011000 |
Color Harmonies of #ECD4ED
Complementary color
Monochromatic Colors of #ECD4ED
Black with #ECD4ED
Text Example
Text Example
White with #ECD4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4ED; }
p { color: rgb(236,212,237); }
H1.HeaderClassName
{
color: #ECD4ED;
}
.AnyTagClassName
{
color: #ECD4ED;
}
</style>
background-color css
<style>
a { background-color: #ECD4ED; }
a { background-color: rgb(236,212,237); }
div.DivClassName
{
background-color: #ECD4ED;
}
.BgClassName
{
background-color: #ECD4ED;
}
</style>
border-color css
<style>
span { border-color: #ECD4ED; }
span { border-color: rgb(236,212,237); }
td.TdClassName
{
border-color: #ECD4ED;
}
.TagClassName
{
border-color: #ECD4ED;
}
</style>