Shades of Snuff #ECD0E7
Tints of Snuff #ECD0E7
RGB
CMYK
RGB Variations
Color information
#ECD0E7 (or 0xECD0E7) is known color: Snuff. HEX triplet: EC, D0 and E7. RGB value is (236,208,231). Sum of RGB (Red+Green+Blue) = 236+208+231=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0E7 is #132F18. Grayscale: #DADADA. Windows color (decimal): -1257241 or 15192300. OLE color: 15192300.
HSL color Cylindrical-coordinate representation of color #ECD0E7: hue angle of 310.71º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD0E7 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 231 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.07 |
| HSL | 310.71º | 0.42% | 0.87% | - |
| HSV(B) | 310.71º | 0.12% | 0.93% | - |
| XYZ | 71.57 | 68.71 | 85.09 | - |
| YUV | 218.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 231 | 0 | 0.12 | 0.02 | 0.07 | 310.71 | 0.42 | 0.87 |
| Hex | EC | D0 | E7 | 0 | C | 2 | 7 | 137 | 2A | 57 |
| Octal | 354 | 320 | 347 | 0 | 14 | 2 | 7 | 467 | 52 | 127 |
| Binary | 11101100 | 11010000 | 11100111 | 0 | 1100 | 10 | 111 | 100110111 | 101010 | 1010111 |
Color Harmonies of #ECD0E7
Complementary color
Monochromatic Colors of #ECD0E7
Black with #ECD0E7
Text Example
Text Example
White with #ECD0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0E7; }
p { color: rgb(236,208,231); }
H1.HeaderClassName
{
color: #ECD0E7;
}
.AnyTagClassName
{
color: #ECD0E7;
}
</style>
background-color css
<style>
a { background-color: #ECD0E7; }
a { background-color: rgb(236,208,231); }
div.DivClassName
{
background-color: #ECD0E7;
}
.BgClassName
{
background-color: #ECD0E7;
}
</style>
border-color css
<style>
span { border-color: #ECD0E7; }
span { border-color: rgb(236,208,231); }
td.TdClassName
{
border-color: #ECD0E7;
}
.TagClassName
{
border-color: #ECD0E7;
}
</style>