Shades of Snuff #E9D0EA
Tints of Snuff #E9D0EA
RGB
CMYK
RGB Variations
Color information
#E9D0EA (or 0xE9D0EA) is known color: Snuff. HEX triplet: E9, D0 and EA. RGB value is (233,208,234). Sum of RGB (Red+Green+Blue) = 233+208+234=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9D0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D0EA is #162F15. Grayscale: #DADADA. Windows color (decimal): -1453846 or 15388905. OLE color: 15388905.
HSL color Cylindrical-coordinate representation of color #E9D0EA: hue angle of 297.69º 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 #E9D0EA is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 208 | 234 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.08 |
| HSL | 297.69º | 0.38% | 0.87% | - |
| HSV(B) | 297.69º | 0.11% | 0.92% | - |
| XYZ | 71.01 | 68.38 | 87.3 | - |
| YUV | 218.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 234 | 0.00 | 0.11 | 0 | 0.08 | 297.69 | 0.38 | 0.87 |
| Hex | E9 | D0 | EA | 0 | B | 0 | 8 | 12A | 26 | 57 |
| Octal | 351 | 320 | 352 | 0 | 13 | 0 | 10 | 452 | 46 | 127 |
| Binary | 11101001 | 11010000 | 11101010 | 0 | 1011 | 0 | 1000 | 100101010 | 100110 | 1010111 |
Color Harmonies of #E9D0EA
Complementary color
Monochromatic Colors of #E9D0EA
Black with #E9D0EA
Text Example
Text Example
White with #E9D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D0EA; }
p { color: rgb(233,208,234); }
H1.HeaderClassName
{
color: #E9D0EA;
}
.AnyTagClassName
{
color: #E9D0EA;
}
</style>
background-color css
<style>
a { background-color: #E9D0EA; }
a { background-color: rgb(233,208,234); }
div.DivClassName
{
background-color: #E9D0EA;
}
.BgClassName
{
background-color: #E9D0EA;
}
</style>
border-color css
<style>
span { border-color: #E9D0EA; }
span { border-color: rgb(233,208,234); }
td.TdClassName
{
border-color: #E9D0EA;
}
.TagClassName
{
border-color: #E9D0EA;
}
</style>