Shades of Snuff #ECD7ED
Tints of Snuff #ECD7ED
RGB
CMYK
RGB Variations
Color information
#ECD7ED (or 0xECD7ED) is known color: Snuff. HEX triplet: EC, D7 and ED. RGB value is (236,215,237). Sum of RGB (Red+Green+Blue) = 236+215+237=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 215 (84.38% from 255 or 31.25% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7ED is #132812. Grayscale: #DFDFDF. Windows color (decimal): -1255443 or 15587308. OLE color: 15587308.
HSL color Cylindrical-coordinate representation of color #ECD7ED: hue angle of 297.27º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD7ED is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 215 | 237 | - |
CMYK | 0.00 | 0.09 | 0 | 0.07 |
HSL | 297.27º | 0.38% | 0.89% | - |
HSV(B) | 297.27º | 0.09% | 0.93% | - |
XYZ | 74.18 | 72.55 | 90.21 | - |
YUV | 223.79 | 135.46 | 136.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 215 | 237 | 0.00 | 0.09 | 0 | 0.07 | 297.27 | 0.38 | 0.89 |
Hex | EC | D7 | ED | 0 | 9 | 0 | 7 | 129 | 26 | 59 |
Octal | 354 | 327 | 355 | 0 | 11 | 0 | 7 | 451 | 46 | 131 |
Binary | 11101100 | 11010111 | 11101101 | 0 | 1001 | 0 | 111 | 100101001 | 100110 | 1011001 |
Color Harmonies of #ECD7ED
Complementary color
Monochromatic Colors of #ECD7ED
Black with #ECD7ED
Text Example
Text Example
White with #ECD7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7ED; }
p { color: rgb(236,215,237); }
H1.HeaderClassName
{
color: #ECD7ED;
}
.AnyTagClassName
{
color: #ECD7ED;
}
</style>
background-color css
<style>
a { background-color: #ECD7ED; }
a { background-color: rgb(236,215,237); }
div.DivClassName
{
background-color: #ECD7ED;
}
.BgClassName
{
background-color: #ECD7ED;
}
</style>
border-color css
<style>
span { border-color: #ECD7ED; }
span { border-color: rgb(236,215,237); }
td.TdClassName
{
border-color: #ECD7ED;
}
.TagClassName
{
border-color: #ECD7ED;
}
</style>