Shades of Snuff #E8BFEB
Tints of Snuff #E8BFEB
RGB
CMYK
RGB Variations
Color information
#E8BFEB (or 0xE8BFEB) is known color: Snuff. HEX triplet: E8, BF and EB. RGB value is (232,191,235). Sum of RGB (Red+Green+Blue) = 232+191+235=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8BFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFEB is #174014. Grayscale: #D0D0D0. Windows color (decimal): -1523733 or 15450088. OLE color: 15450088.
HSL color Cylindrical-coordinate representation of color #E8BFEB: hue angle of 295.91º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BFEB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 191 | 235 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.08 |
| HSL | 295.91º | 0.52% | 0.84% | - |
| HSV(B) | 295.91º | 0.19% | 0.92% | - |
| XYZ | 66.9 | 60.42 | 86.73 | - |
| YUV | 208.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 235 | 0.01 | 0.19 | 0 | 0.08 | 295.91 | 0.52 | 0.84 |
| Hex | E8 | BF | EB | 1 | 13 | 0 | 8 | 128 | 34 | 54 |
| Octal | 350 | 277 | 353 | 1 | 23 | 0 | 10 | 450 | 64 | 124 |
| Binary | 11101000 | 10111111 | 11101011 | 1 | 10011 | 0 | 1000 | 100101000 | 110100 | 1010100 |
Color Harmonies of #E8BFEB
Complementary color
Monochromatic Colors of #E8BFEB
Black with #E8BFEB
Text Example
Text Example
White with #E8BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFEB; }
p { color: rgb(232,191,235); }
H1.HeaderClassName
{
color: #E8BFEB;
}
.AnyTagClassName
{
color: #E8BFEB;
}
</style>
background-color css
<style>
a { background-color: #E8BFEB; }
a { background-color: rgb(232,191,235); }
div.DivClassName
{
background-color: #E8BFEB;
}
.BgClassName
{
background-color: #E8BFEB;
}
</style>
border-color css
<style>
span { border-color: #E8BFEB; }
span { border-color: rgb(232,191,235); }
td.TdClassName
{
border-color: #E8BFEB;
}
.TagClassName
{
border-color: #E8BFEB;
}
</style>