Shades of Snuff #E9CCEC
Tints of Snuff #E9CCEC
RGB
CMYK
RGB Variations
Color information
#E9CCEC (or 0xE9CCEC) is known color: Snuff. HEX triplet: E9, CC and EC. RGB value is (233,204,236). Sum of RGB (Red+Green+Blue) = 233+204+236=673 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.62% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9CCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CCEC is #163313. Grayscale: #D8D8D8. Windows color (decimal): -1454868 or 15518953. OLE color: 15518953.
HSL color Cylindrical-coordinate representation of color #E9CCEC: hue angle of 294.38º 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 #E9CCEC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 204 | 236 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.07 |
| HSL | 294.38º | 0.46% | 0.86% | - |
| HSV(B) | 294.38º | 0.14% | 0.93% | - |
| XYZ | 70.34 | 66.57 | 88.5 | - |
| YUV | 216.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 236 | 0.01 | 0.14 | 0 | 0.07 | 294.38 | 0.46 | 0.86 |
| Hex | E9 | CC | EC | 1 | E | 0 | 7 | 126 | 2E | 56 |
| Octal | 351 | 314 | 354 | 1 | 16 | 0 | 7 | 446 | 56 | 126 |
| Binary | 11101001 | 11001100 | 11101100 | 1 | 1110 | 0 | 111 | 100100110 | 101110 | 1010110 |
Color Harmonies of #E9CCEC
Complementary color
Monochromatic Colors of #E9CCEC
Black with #E9CCEC
Text Example
Text Example
White with #E9CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CCEC; }
p { color: rgb(233,204,236); }
H1.HeaderClassName
{
color: #E9CCEC;
}
.AnyTagClassName
{
color: #E9CCEC;
}
</style>
background-color css
<style>
a { background-color: #E9CCEC; }
a { background-color: rgb(233,204,236); }
div.DivClassName
{
background-color: #E9CCEC;
}
.BgClassName
{
background-color: #E9CCEC;
}
</style>
border-color css
<style>
span { border-color: #E9CCEC; }
span { border-color: rgb(233,204,236); }
td.TdClassName
{
border-color: #E9CCEC;
}
.TagClassName
{
border-color: #E9CCEC;
}
</style>