Shades of Snuff #ECCCE9
Tints of Snuff #ECCCE9
RGB
CMYK
RGB Variations
Color information
#ECCCE9 (or 0xECCCE9) is known color: Snuff. HEX triplet: EC, CC and E9. RGB value is (236,204,233). Sum of RGB (Red+Green+Blue) = 236+204+233=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCE9 is #133316. Grayscale: #D8D8D8. Windows color (decimal): -1258263 or 15322348. OLE color: 15322348.
HSL color Cylindrical-coordinate representation of color #ECCCE9: hue angle of 305.62º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCCE9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 233 | - |
CMYK | 0 | 0.14 | 0.01 | 0.07 |
HSL | 305.63º | 0.46% | 0.86% | - |
HSV(B) | 305.63º | 0.14% | 0.93% | - |
XYZ | 70.89 | 66.9 | 86.27 | - |
YUV | 216.87 | 137.1 | 141.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 233 | 0 | 0.14 | 0.01 | 0.07 | 305.63 | 0.46 | 0.86 |
Hex | EC | CC | E9 | 0 | E | 1 | 7 | 132 | 2E | 56 |
Octal | 354 | 314 | 351 | 0 | 16 | 1 | 7 | 462 | 56 | 126 |
Binary | 11101100 | 11001100 | 11101001 | 0 | 1110 | 1 | 111 | 100110010 | 101110 | 1010110 |
Color Harmonies of #ECCCE9
Complementary color
Monochromatic Colors of #ECCCE9
Black with #ECCCE9
Text Example
Text Example
White with #ECCCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCE9; }
p { color: rgb(236,204,233); }
H1.HeaderClassName
{
color: #ECCCE9;
}
.AnyTagClassName
{
color: #ECCCE9;
}
</style>
background-color css
<style>
a { background-color: #ECCCE9; }
a { background-color: rgb(236,204,233); }
div.DivClassName
{
background-color: #ECCCE9;
}
.BgClassName
{
background-color: #ECCCE9;
}
</style>
border-color css
<style>
span { border-color: #ECCCE9; }
span { border-color: rgb(236,204,233); }
td.TdClassName
{
border-color: #ECCCE9;
}
.TagClassName
{
border-color: #ECCCE9;
}
</style>