Shades of Snuff #E9C6E9
Tints of Snuff #E9C6E9
RGB
CMYK
RGB Variations
Color information
#E9C6E9 (or 0xE9C6E9) is known color: Snuff. HEX triplet: E9, C6 and E9. RGB value is (233,198,233). Sum of RGB (Red+Green+Blue) = 233+198+233=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 198 (77.73% from 255 or 29.82% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E9C6E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C6E9 is #163916. Grayscale: #D4D4D4. Windows color (decimal): -1456407 or 15320809. OLE color: 15320809.
HSL color Cylindrical-coordinate representation of color #E9C6E9: hue angle of 300º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9C6E9 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 233 | - |
| CMYK | 0 | 0.15 | 0 | 0.09 |
| HSL | 300º | 0.44% | 0.85% | - |
| HSV(B) | 300º | 0.15% | 0.91% | - |
| XYZ | 68.51 | 63.6 | 85.76 | - |
| YUV | 212.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 233 | 0 | 0.15 | 0 | 0.09 | 300 | 0.44 | 0.85 |
| Hex | E9 | C6 | E9 | 0 | F | 0 | 9 | 12C | 2C | 55 |
| Octal | 351 | 306 | 351 | 0 | 17 | 0 | 11 | 454 | 54 | 125 |
| Binary | 11101001 | 11000110 | 11101001 | 0 | 1111 | 0 | 1001 | 100101100 | 101100 | 1010101 |
Color Harmonies of #E9C6E9
Complementary color
Monochromatic Colors of #E9C6E9
Black with #E9C6E9
Text Example
Text Example
White with #E9C6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C6E9; }
p { color: rgb(233,198,233); }
H1.HeaderClassName
{
color: #E9C6E9;
}
.AnyTagClassName
{
color: #E9C6E9;
}
</style>
background-color css
<style>
a { background-color: #E9C6E9; }
a { background-color: rgb(233,198,233); }
div.DivClassName
{
background-color: #E9C6E9;
}
.BgClassName
{
background-color: #E9C6E9;
}
</style>
border-color css
<style>
span { border-color: #E9C6E9; }
span { border-color: rgb(233,198,233); }
td.TdClassName
{
border-color: #E9C6E9;
}
.TagClassName
{
border-color: #E9C6E9;
}
</style>