Shades of Snuff #E9C2EB
Tints of Snuff #E9C2EB
RGB
CMYK
RGB Variations
Color information
#E9C2EB (or 0xE9C2EB) is known color: Snuff. HEX triplet: E9, C2 and EB. RGB value is (233,194,235). Sum of RGB (Red+Green+Blue) = 233+194+235=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9C2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C2EB is #163D14. Grayscale: #D2D2D2. Windows color (decimal): -1457429 or 15450857. OLE color: 15450857.
HSL color Cylindrical-coordinate representation of color #E9C2EB: hue angle of 297.07º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9C2EB is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 194 | 235 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.08 |
| HSL | 297.07º | 0.51% | 0.84% | - |
| HSV(B) | 297.07º | 0.17% | 0.92% | - |
| XYZ | 67.89 | 61.91 | 86.97 | - |
| YUV | 210.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 194 | 235 | 0.01 | 0.17 | 0 | 0.08 | 297.07 | 0.51 | 0.84 |
| Hex | E9 | C2 | EB | 1 | 11 | 0 | 8 | 129 | 33 | 54 |
| Octal | 351 | 302 | 353 | 1 | 21 | 0 | 10 | 451 | 63 | 124 |
| Binary | 11101001 | 11000010 | 11101011 | 1 | 10001 | 0 | 1000 | 100101001 | 110011 | 1010100 |
Color Harmonies of #E9C2EB
Complementary color
Monochromatic Colors of #E9C2EB
Black with #E9C2EB
Text Example
Text Example
White with #E9C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C2EB; }
p { color: rgb(233,194,235); }
H1.HeaderClassName
{
color: #E9C2EB;
}
.AnyTagClassName
{
color: #E9C2EB;
}
</style>
background-color css
<style>
a { background-color: #E9C2EB; }
a { background-color: rgb(233,194,235); }
div.DivClassName
{
background-color: #E9C2EB;
}
.BgClassName
{
background-color: #E9C2EB;
}
</style>
border-color css
<style>
span { border-color: #E9C2EB; }
span { border-color: rgb(233,194,235); }
td.TdClassName
{
border-color: #E9C2EB;
}
.TagClassName
{
border-color: #E9C2EB;
}
</style>