Shades of Snuff #ECC9E9
Tints of Snuff #ECC9E9
RGB
CMYK
RGB Variations
Color information
#ECC9E9 (or 0xECC9E9) is known color: Snuff. HEX triplet: EC, C9 and E9. RGB value is (236,201,233). Sum of RGB (Red+Green+Blue) = 236+201+233=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC9E9 is #133616. Grayscale: #D7D7D7. Windows color (decimal): -1259031 or 15321580. OLE color: 15321580.
HSL color Cylindrical-coordinate representation of color #ECC9E9: hue angle of 305.14º 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 #ECC9E9 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 201 | 233 | - |
CMYK | 0 | 0.15 | 0.01 | 0.07 |
HSL | 305.14º | 0.48% | 0.86% | - |
HSV(B) | 305.14º | 0.15% | 0.93% | - |
XYZ | 70.19 | 65.49 | 86.03 | - |
YUV | 215.11 | 138.1 | 142.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 201 | 233 | 0 | 0.15 | 0.01 | 0.07 | 305.14 | 0.48 | 0.86 |
Hex | EC | C9 | E9 | 0 | F | 1 | 7 | 131 | 30 | 56 |
Octal | 354 | 311 | 351 | 0 | 17 | 1 | 7 | 461 | 60 | 126 |
Binary | 11101100 | 11001001 | 11101001 | 0 | 1111 | 1 | 111 | 100110001 | 110000 | 1010110 |
Color Harmonies of #ECC9E9
Complementary color
Monochromatic Colors of #ECC9E9
Black with #ECC9E9
Text Example
Text Example
White with #ECC9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9E9; }
p { color: rgb(236,201,233); }
H1.HeaderClassName
{
color: #ECC9E9;
}
.AnyTagClassName
{
color: #ECC9E9;
}
</style>
background-color css
<style>
a { background-color: #ECC9E9; }
a { background-color: rgb(236,201,233); }
div.DivClassName
{
background-color: #ECC9E9;
}
.BgClassName
{
background-color: #ECC9E9;
}
</style>
border-color css
<style>
span { border-color: #ECC9E9; }
span { border-color: rgb(236,201,233); }
td.TdClassName
{
border-color: #ECC9E9;
}
.TagClassName
{
border-color: #ECC9E9;
}
</style>