Shades of Snuff #E9BDED
Tints of Snuff #E9BDED
RGB
CMYK
RGB Variations
Color information
#E9BDED (or 0xE9BDED) is known color: Snuff. HEX triplet: E9, BD and ED. RGB value is (233,189,237). Sum of RGB (Red+Green+Blue) = 233+189+237=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9BDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDED is #164212. Grayscale: #CFCFCF. Windows color (decimal): -1458707 or 15580649. OLE color: 15580649.
HSL color Cylindrical-coordinate representation of color #E9BDED: hue angle of 295º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BDED is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 189 | 237 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.07 |
| HSL | 295º | 0.57% | 0.84% | - |
| HSV(B) | 295º | 0.2% | 0.93% | - |
| XYZ | 67.09 | 59.83 | 88.13 | - |
| YUV | 207.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 237 | 0.02 | 0.20 | 0 | 0.07 | 295 | 0.57 | 0.84 |
| Hex | E9 | BD | ED | 2 | 14 | 0 | 7 | 127 | 39 | 54 |
| Octal | 351 | 275 | 355 | 2 | 24 | 0 | 7 | 447 | 71 | 124 |
| Binary | 11101001 | 10111101 | 11101101 | 10 | 10100 | 0 | 111 | 100100111 | 111001 | 1010100 |
Color Harmonies of #E9BDED
Complementary color
Monochromatic Colors of #E9BDED
Black with #E9BDED
Text Example
Text Example
White with #E9BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDED; }
p { color: rgb(233,189,237); }
H1.HeaderClassName
{
color: #E9BDED;
}
.AnyTagClassName
{
color: #E9BDED;
}
</style>
background-color css
<style>
a { background-color: #E9BDED; }
a { background-color: rgb(233,189,237); }
div.DivClassName
{
background-color: #E9BDED;
}
.BgClassName
{
background-color: #E9BDED;
}
</style>
border-color css
<style>
span { border-color: #E9BDED; }
span { border-color: rgb(233,189,237); }
td.TdClassName
{
border-color: #E9BDED;
}
.TagClassName
{
border-color: #E9BDED;
}
</style>