Shades of Snuff #E9D2EB
Tints of Snuff #E9D2EB
RGB
CMYK
RGB Variations
Color information
#E9D2EB (or 0xE9D2EB) is known color: Snuff. HEX triplet: E9, D2 and EB. RGB value is (233,210,235). Sum of RGB (Red+Green+Blue) = 233+210+235=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9D2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D2EB is #162D14. Grayscale: #DBDBDB. Windows color (decimal): -1453333 or 15454953. OLE color: 15454953.
HSL color Cylindrical-coordinate representation of color #E9D2EB: hue angle of 295.2º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9D2EB is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 210 | 235 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.08 |
| HSL | 295.2º | 0.38% | 0.87% | - |
| HSV(B) | 295.2º | 0.11% | 0.92% | - |
| XYZ | 71.65 | 69.41 | 88.22 | - |
| YUV | 219.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 235 | 0.01 | 0.11 | 0 | 0.08 | 295.2 | 0.38 | 0.87 |
| Hex | E9 | D2 | EB | 1 | B | 0 | 8 | 127 | 26 | 57 |
| Octal | 351 | 322 | 353 | 1 | 13 | 0 | 10 | 447 | 46 | 127 |
| Binary | 11101001 | 11010010 | 11101011 | 1 | 1011 | 0 | 1000 | 100100111 | 100110 | 1010111 |
Color Harmonies of #E9D2EB
Complementary color
Monochromatic Colors of #E9D2EB
Black with #E9D2EB
Text Example
Text Example
White with #E9D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D2EB; }
p { color: rgb(233,210,235); }
H1.HeaderClassName
{
color: #E9D2EB;
}
.AnyTagClassName
{
color: #E9D2EB;
}
</style>
background-color css
<style>
a { background-color: #E9D2EB; }
a { background-color: rgb(233,210,235); }
div.DivClassName
{
background-color: #E9D2EB;
}
.BgClassName
{
background-color: #E9D2EB;
}
</style>
border-color css
<style>
span { border-color: #E9D2EB; }
span { border-color: rgb(233,210,235); }
td.TdClassName
{
border-color: #E9D2EB;
}
.TagClassName
{
border-color: #E9D2EB;
}
</style>