Shades of Snuff #ECC9E6
Tints of Snuff #ECC9E6
RGB
CMYK
RGB Variations
Color information
#ECC9E6 (or 0xECC9E6) is known color: Snuff. HEX triplet: EC, C9 and E6. RGB value is (236,201,230). Sum of RGB (Red+Green+Blue) = 236+201+230=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC9E6 is #133619. Grayscale: #D6D6D6. Windows color (decimal): -1259034 or 15124972. OLE color: 15124972.
HSL color Cylindrical-coordinate representation of color #ECC9E6: hue angle of 310.29º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC9E6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 230 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.07 |
| HSL | 310.29º | 0.48% | 0.86% | - |
| HSV(B) | 310.29º | 0.15% | 0.93% | - |
| XYZ | 69.76 | 65.32 | 83.79 | - |
| YUV | 214.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 230 | 0 | 0.15 | 0.03 | 0.07 | 310.29 | 0.48 | 0.86 |
| Hex | EC | C9 | E6 | 0 | F | 3 | 7 | 136 | 30 | 56 |
| Octal | 354 | 311 | 346 | 0 | 17 | 3 | 7 | 466 | 60 | 126 |
| Binary | 11101100 | 11001001 | 11100110 | 0 | 1111 | 11 | 111 | 100110110 | 110000 | 1010110 |
Color Harmonies of #ECC9E6
Complementary color
Monochromatic Colors of #ECC9E6
Black with #ECC9E6
Text Example
Text Example
White with #ECC9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9E6; }
p { color: rgb(236,201,230); }
H1.HeaderClassName
{
color: #ECC9E6;
}
.AnyTagClassName
{
color: #ECC9E6;
}
</style>
background-color css
<style>
a { background-color: #ECC9E6; }
a { background-color: rgb(236,201,230); }
div.DivClassName
{
background-color: #ECC9E6;
}
.BgClassName
{
background-color: #ECC9E6;
}
</style>
border-color css
<style>
span { border-color: #ECC9E6; }
span { border-color: rgb(236,201,230); }
td.TdClassName
{
border-color: #ECC9E6;
}
.TagClassName
{
border-color: #ECC9E6;
}
</style>