Shades of Snuff #ECC9EB
Tints of Snuff #ECC9EB
RGB
CMYK
RGB Variations
Color information
#ECC9EB (or 0xECC9EB) is known color: Snuff. HEX triplet: EC, C9 and EB. RGB value is (236,201,235). Sum of RGB (Red+Green+Blue) = 236+201+235=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC9EB is #133614. Grayscale: #D7D7D7. Windows color (decimal): -1259029 or 15452652. OLE color: 15452652.
HSL color Cylindrical-coordinate representation of color #ECC9EB: hue angle of 301.71º 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 #ECC9EB is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 201 | 235 | - |
CMYK | 0 | 0.15 | 0.00 | 0.07 |
HSL | 301.71º | 0.48% | 0.86% | - |
HSV(B) | 301.71º | 0.15% | 0.93% | - |
XYZ | 70.47 | 65.6 | 87.55 | - |
YUV | 215.34 | 139.1 | 142.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 201 | 235 | 0 | 0.15 | 0.00 | 0.07 | 301.71 | 0.48 | 0.86 |
Hex | EC | C9 | EB | 0 | F | 0 | 7 | 12E | 30 | 56 |
Octal | 354 | 311 | 353 | 0 | 17 | 0 | 7 | 456 | 60 | 126 |
Binary | 11101100 | 11001001 | 11101011 | 0 | 1111 | 0 | 111 | 100101110 | 110000 | 1010110 |
Color Harmonies of #ECC9EB
Complementary color
Monochromatic Colors of #ECC9EB
Black with #ECC9EB
Text Example
Text Example
White with #ECC9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9EB; }
p { color: rgb(236,201,235); }
H1.HeaderClassName
{
color: #ECC9EB;
}
.AnyTagClassName
{
color: #ECC9EB;
}
</style>
background-color css
<style>
a { background-color: #ECC9EB; }
a { background-color: rgb(236,201,235); }
div.DivClassName
{
background-color: #ECC9EB;
}
.BgClassName
{
background-color: #ECC9EB;
}
</style>
border-color css
<style>
span { border-color: #ECC9EB; }
span { border-color: rgb(236,201,235); }
td.TdClassName
{
border-color: #ECC9EB;
}
.TagClassName
{
border-color: #ECC9EB;
}
</style>