Shades of Snuff #ECD3E6
Tints of Snuff #ECD3E6
RGB
CMYK
RGB Variations
Color information
#ECD3E6 (or 0xECD3E6) is known color: Snuff. HEX triplet: EC, D3 and E6. RGB value is (236,211,230). Sum of RGB (Red+Green+Blue) = 236+211+230=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 211 (82.81% from 255 or 31.17% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3E6 is #132C19. Grayscale: #DCDCDC. Windows color (decimal): -1256474 or 15127532. OLE color: 15127532.
HSL color Cylindrical-coordinate representation of color #ECD3E6: hue angle of 314.4º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD3E6 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 230 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.07 |
| HSL | 314.4º | 0.4% | 0.88% | - |
| HSV(B) | 314.4º | 0.11% | 0.93% | - |
| XYZ | 72.17 | 70.13 | 84.6 | - |
| YUV | 220.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 230 | 0 | 0.11 | 0.03 | 0.07 | 314.4 | 0.4 | 0.88 |
| Hex | EC | D3 | E6 | 0 | B | 3 | 7 | 13A | 28 | 58 |
| Octal | 354 | 323 | 346 | 0 | 13 | 3 | 7 | 472 | 50 | 130 |
| Binary | 11101100 | 11010011 | 11100110 | 0 | 1011 | 11 | 111 | 100111010 | 101000 | 1011000 |
Color Harmonies of #ECD3E6
Complementary color
Monochromatic Colors of #ECD3E6
Black with #ECD3E6
Text Example
Text Example
White with #ECD3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3E6; }
p { color: rgb(236,211,230); }
H1.HeaderClassName
{
color: #ECD3E6;
}
.AnyTagClassName
{
color: #ECD3E6;
}
</style>
background-color css
<style>
a { background-color: #ECD3E6; }
a { background-color: rgb(236,211,230); }
div.DivClassName
{
background-color: #ECD3E6;
}
.BgClassName
{
background-color: #ECD3E6;
}
</style>
border-color css
<style>
span { border-color: #ECD3E6; }
span { border-color: rgb(236,211,230); }
td.TdClassName
{
border-color: #ECD3E6;
}
.TagClassName
{
border-color: #ECD3E6;
}
</style>