Shades of Snuff #ECD7E7
Tints of Snuff #ECD7E7
RGB
CMYK
RGB Variations
Color information
#ECD7E7 (or 0xECD7E7) is known color: Snuff. HEX triplet: EC, D7 and E7. RGB value is (236,215,231). Sum of RGB (Red+Green+Blue) = 236+215+231=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7E7 is #132818. Grayscale: #DFDFDF. Windows color (decimal): -1255449 or 15194092. OLE color: 15194092.
HSL color Cylindrical-coordinate representation of color #ECD7E7: hue angle of 314.29º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD7E7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 231 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.07 |
| HSL | 314.29º | 0.36% | 0.88% | - |
| HSV(B) | 314.29º | 0.09% | 0.93% | - |
| XYZ | 73.32 | 72.2 | 85.67 | - |
| YUV | 223.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 231 | 0 | 0.09 | 0.02 | 0.07 | 314.29 | 0.36 | 0.88 |
| Hex | EC | D7 | E7 | 0 | 9 | 2 | 7 | 13A | 24 | 58 |
| Octal | 354 | 327 | 347 | 0 | 11 | 2 | 7 | 472 | 44 | 130 |
| Binary | 11101100 | 11010111 | 11100111 | 0 | 1001 | 10 | 111 | 100111010 | 100100 | 1011000 |
Color Harmonies of #ECD7E7
Complementary color
Monochromatic Colors of #ECD7E7
Black with #ECD7E7
Text Example
Text Example
White with #ECD7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7E7; }
p { color: rgb(236,215,231); }
H1.HeaderClassName
{
color: #ECD7E7;
}
.AnyTagClassName
{
color: #ECD7E7;
}
</style>
background-color css
<style>
a { background-color: #ECD7E7; }
a { background-color: rgb(236,215,231); }
div.DivClassName
{
background-color: #ECD7E7;
}
.BgClassName
{
background-color: #ECD7E7;
}
</style>
border-color css
<style>
span { border-color: #ECD7E7; }
span { border-color: rgb(236,215,231); }
td.TdClassName
{
border-color: #ECD7E7;
}
.TagClassName
{
border-color: #ECD7E7;
}
</style>