Shades of Snuff #E9C5ED
Tints of Snuff #E9C5ED
RGB
CMYK
RGB Variations
Color information
#E9C5ED (or 0xE9C5ED) is known color: Snuff. HEX triplet: E9, C5 and ED. RGB value is (233,197,237). Sum of RGB (Red+Green+Blue) = 233+197+237=667 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.93% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9C5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C5ED is #163A12. Grayscale: #D4D4D4. Windows color (decimal): -1456659 or 15582697. OLE color: 15582697.
HSL color Cylindrical-coordinate representation of color #E9C5ED: hue angle of 294º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9C5ED is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 197 | 237 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.07 |
| HSL | 294º | 0.53% | 0.85% | - |
| HSV(B) | 294º | 0.17% | 0.93% | - |
| XYZ | 68.86 | 63.37 | 88.72 | - |
| YUV | 212.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 237 | 0.02 | 0.17 | 0 | 0.07 | 294 | 0.53 | 0.85 |
| Hex | E9 | C5 | ED | 2 | 11 | 0 | 7 | 126 | 35 | 55 |
| Octal | 351 | 305 | 355 | 2 | 21 | 0 | 7 | 446 | 65 | 125 |
| Binary | 11101001 | 11000101 | 11101101 | 10 | 10001 | 0 | 111 | 100100110 | 110101 | 1010101 |
Color Harmonies of #E9C5ED
Complementary color
Monochromatic Colors of #E9C5ED
Black with #E9C5ED
Text Example
Text Example
White with #E9C5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5ED; }
p { color: rgb(233,197,237); }
H1.HeaderClassName
{
color: #E9C5ED;
}
.AnyTagClassName
{
color: #E9C5ED;
}
</style>
background-color css
<style>
a { background-color: #E9C5ED; }
a { background-color: rgb(233,197,237); }
div.DivClassName
{
background-color: #E9C5ED;
}
.BgClassName
{
background-color: #E9C5ED;
}
</style>
border-color css
<style>
span { border-color: #E9C5ED; }
span { border-color: rgb(233,197,237); }
td.TdClassName
{
border-color: #E9C5ED;
}
.TagClassName
{
border-color: #E9C5ED;
}
</style>