Shades of Snuff #E8BCEE
Tints of Snuff #E8BCEE
RGB
CMYK
RGB Variations
Color information
#E8BCEE (or 0xE8BCEE) is known color: Snuff. HEX triplet: E8, BC and EE. RGB value is (232,188,238). Sum of RGB (Red+Green+Blue) = 232+188+238=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8BCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BCEE is #174311. Grayscale: #CECECE. Windows color (decimal): -1524498 or 15645928. OLE color: 15645928.
HSL color Cylindrical-coordinate representation of color #E8BCEE: hue angle of 292.8º 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 #E8BCEE is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 188 | 238 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.07 |
| HSL | 292.8º | 0.6% | 0.84% | - |
| HSV(B) | 292.8º | 0.21% | 0.93% | - |
| XYZ | 66.69 | 59.3 | 88.82 | - |
| YUV | 206.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 238 | 0.03 | 0.21 | 0 | 0.07 | 292.8 | 0.6 | 0.84 |
| Hex | E8 | BC | EE | 3 | 15 | 0 | 7 | 125 | 3C | 54 |
| Octal | 350 | 274 | 356 | 3 | 25 | 0 | 7 | 445 | 74 | 124 |
| Binary | 11101000 | 10111100 | 11101110 | 11 | 10101 | 0 | 111 | 100100101 | 111100 | 1010100 |
Color Harmonies of #E8BCEE
Complementary color
Monochromatic Colors of #E8BCEE
Black with #E8BCEE
Text Example
Text Example
White with #E8BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCEE; }
p { color: rgb(232,188,238); }
H1.HeaderClassName
{
color: #E8BCEE;
}
.AnyTagClassName
{
color: #E8BCEE;
}
</style>
background-color css
<style>
a { background-color: #E8BCEE; }
a { background-color: rgb(232,188,238); }
div.DivClassName
{
background-color: #E8BCEE;
}
.BgClassName
{
background-color: #E8BCEE;
}
</style>
border-color css
<style>
span { border-color: #E8BCEE; }
span { border-color: rgb(232,188,238); }
td.TdClassName
{
border-color: #E8BCEE;
}
.TagClassName
{
border-color: #E8BCEE;
}
</style>