Shades of Snuff #E9D3EB
Tints of Snuff #E9D3EB
RGB
CMYK
RGB Variations
Color information
#E9D3EB (or 0xE9D3EB) is known color: Snuff. HEX triplet: E9, D3 and EB. RGB value is (233,211,235). Sum of RGB (Red+Green+Blue) = 233+211+235=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 211 (82.81% from 255 or 31.08% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9D3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D3EB is #162C14. Grayscale: #DCDCDC. Windows color (decimal): -1453077 or 15455209. OLE color: 15455209.
HSL color Cylindrical-coordinate representation of color #E9D3EB: hue angle of 295º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9D3EB is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 211 | 235 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.08 |
| HSL | 295º | 0.38% | 0.87% | - |
| HSV(B) | 295º | 0.1% | 0.92% | - |
| XYZ | 71.89 | 69.91 | 88.3 | - |
| YUV | 220.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 235 | 0.01 | 0.10 | 0 | 0.08 | 295 | 0.38 | 0.87 |
| Hex | E9 | D3 | EB | 1 | A | 0 | 8 | 127 | 26 | 57 |
| Octal | 351 | 323 | 353 | 1 | 12 | 0 | 10 | 447 | 46 | 127 |
| Binary | 11101001 | 11010011 | 11101011 | 1 | 1010 | 0 | 1000 | 100100111 | 100110 | 1010111 |
Color Harmonies of #E9D3EB
Complementary color
Monochromatic Colors of #E9D3EB
Black with #E9D3EB
Text Example
Text Example
White with #E9D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D3EB; }
p { color: rgb(233,211,235); }
H1.HeaderClassName
{
color: #E9D3EB;
}
.AnyTagClassName
{
color: #E9D3EB;
}
</style>
background-color css
<style>
a { background-color: #E9D3EB; }
a { background-color: rgb(233,211,235); }
div.DivClassName
{
background-color: #E9D3EB;
}
.BgClassName
{
background-color: #E9D3EB;
}
</style>
border-color css
<style>
span { border-color: #E9D3EB; }
span { border-color: rgb(233,211,235); }
td.TdClassName
{
border-color: #E9D3EB;
}
.TagClassName
{
border-color: #E9D3EB;
}
</style>