Shades of Snuff #ECD8E7
Tints of Snuff #ECD8E7
RGB
CMYK
RGB Variations
Color information
#ECD8E7 (or 0xECD8E7) is known color: Snuff. HEX triplet: EC, D8 and E7. RGB value is (236,216,231). Sum of RGB (Red+Green+Blue) = 236+216+231=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 231 (90.62% from 255 or 33.82% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8E7 is #132718. Grayscale: #DFDFDF. Windows color (decimal): -1255193 or 15194348. OLE color: 15194348.
HSL color Cylindrical-coordinate representation of color #ECD8E7: hue angle of 315º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECD8E7 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 231 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.07 |
| HSL | 315º | 0.34% | 0.89% | - |
| HSV(B) | 315º | 0.08% | 0.93% | - |
| XYZ | 73.57 | 72.71 | 85.76 | - |
| YUV | 223.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 231 | 0 | 0.08 | 0.02 | 0.07 | 315 | 0.34 | 0.89 |
| Hex | EC | D8 | E7 | 0 | 8 | 2 | 7 | 13B | 22 | 59 |
| Octal | 354 | 330 | 347 | 0 | 10 | 2 | 7 | 473 | 42 | 131 |
| Binary | 11101100 | 11011000 | 11100111 | 0 | 1000 | 10 | 111 | 100111011 | 100010 | 1011001 |
Color Harmonies of #ECD8E7
Complementary color
Monochromatic Colors of #ECD8E7
Black with #ECD8E7
Text Example
Text Example
White with #ECD8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8E7; }
p { color: rgb(236,216,231); }
H1.HeaderClassName
{
color: #ECD8E7;
}
.AnyTagClassName
{
color: #ECD8E7;
}
</style>
background-color css
<style>
a { background-color: #ECD8E7; }
a { background-color: rgb(236,216,231); }
div.DivClassName
{
background-color: #ECD8E7;
}
.BgClassName
{
background-color: #ECD8E7;
}
</style>
border-color css
<style>
span { border-color: #ECD8E7; }
span { border-color: rgb(236,216,231); }
td.TdClassName
{
border-color: #ECD8E7;
}
.TagClassName
{
border-color: #ECD8E7;
}
</style>