Shades of Snuff #E9BCEE
Tints of Snuff #E9BCEE
RGB
CMYK
RGB Variations
Color information
#E9BCEE (or 0xE9BCEE) is known color: Snuff. HEX triplet: E9, BC and EE. RGB value is (233,188,238). Sum of RGB (Red+Green+Blue) = 233+188+238=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9BCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BCEE is #164311. Grayscale: #CFCFCF. Windows color (decimal): -1458962 or 15645929. OLE color: 15645929.
HSL color Cylindrical-coordinate representation of color #E9BCEE: hue angle of 294º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9BCEE is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 188 | 238 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.07 |
| HSL | 294º | 0.6% | 0.84% | - |
| HSV(B) | 294º | 0.21% | 0.93% | - |
| XYZ | 67.02 | 59.46 | 88.83 | - |
| YUV | 207.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 238 | 0.02 | 0.21 | 0 | 0.07 | 294 | 0.6 | 0.84 |
| Hex | E9 | BC | EE | 2 | 15 | 0 | 7 | 126 | 3C | 54 |
| Octal | 351 | 274 | 356 | 2 | 25 | 0 | 7 | 446 | 74 | 124 |
| Binary | 11101001 | 10111100 | 11101110 | 10 | 10101 | 0 | 111 | 100100110 | 111100 | 1010100 |
Color Harmonies of #E9BCEE
Complementary color
Monochromatic Colors of #E9BCEE
Black with #E9BCEE
Text Example
Text Example
White with #E9BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BCEE; }
p { color: rgb(233,188,238); }
H1.HeaderClassName
{
color: #E9BCEE;
}
.AnyTagClassName
{
color: #E9BCEE;
}
</style>
background-color css
<style>
a { background-color: #E9BCEE; }
a { background-color: rgb(233,188,238); }
div.DivClassName
{
background-color: #E9BCEE;
}
.BgClassName
{
background-color: #E9BCEE;
}
</style>
border-color css
<style>
span { border-color: #E9BCEE; }
span { border-color: rgb(233,188,238); }
td.TdClassName
{
border-color: #E9BCEE;
}
.TagClassName
{
border-color: #E9BCEE;
}
</style>