Shades of Snuff #ECD7E6
Tints of Snuff #ECD7E6
RGB
CMYK
RGB Variations
Color information
#ECD7E6 (or 0xECD7E6) is known color: Snuff. HEX triplet: EC, D7 and E6. RGB value is (236,215,230). Sum of RGB (Red+Green+Blue) = 236+215+230=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 215 (84.38% from 255 or 31.57% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7E6 is #132819. Grayscale: #DEDEDE. Windows color (decimal): -1255450 or 15128556. OLE color: 15128556.
HSL color Cylindrical-coordinate representation of color #ECD7E6: hue angle of 317.14º 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 #ECD7E6 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 230 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.07 |
| HSL | 317.14º | 0.36% | 0.88% | - |
| HSV(B) | 317.14º | 0.09% | 0.93% | - |
| XYZ | 73.18 | 72.15 | 84.93 | - |
| YUV | 222.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 230 | 0 | 0.09 | 0.03 | 0.07 | 317.14 | 0.36 | 0.88 |
| Hex | EC | D7 | E6 | 0 | 9 | 3 | 7 | 13D | 24 | 58 |
| Octal | 354 | 327 | 346 | 0 | 11 | 3 | 7 | 475 | 44 | 130 |
| Binary | 11101100 | 11010111 | 11100110 | 0 | 1001 | 11 | 111 | 100111101 | 100100 | 1011000 |
Color Harmonies of #ECD7E6
Complementary color
Monochromatic Colors of #ECD7E6
Black with #ECD7E6
Text Example
Text Example
White with #ECD7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7E6; }
p { color: rgb(236,215,230); }
H1.HeaderClassName
{
color: #ECD7E6;
}
.AnyTagClassName
{
color: #ECD7E6;
}
</style>
background-color css
<style>
a { background-color: #ECD7E6; }
a { background-color: rgb(236,215,230); }
div.DivClassName
{
background-color: #ECD7E6;
}
.BgClassName
{
background-color: #ECD7E6;
}
</style>
border-color css
<style>
span { border-color: #ECD7E6; }
span { border-color: rgb(236,215,230); }
td.TdClassName
{
border-color: #ECD7E6;
}
.TagClassName
{
border-color: #ECD7E6;
}
</style>