Shades of Snuff #E7BFEB
Tints of Snuff #E7BFEB
RGB
CMYK
RGB Variations
Color information
#E7BFEB (or 0xE7BFEB) is known color: Snuff. HEX triplet: E7, BF and EB. RGB value is (231,191,235). Sum of RGB (Red+Green+Blue) = 231+191+235=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7BFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFEB is #184014. Grayscale: #CFCFCF. Windows color (decimal): -1589269 or 15450087. OLE color: 15450087.
HSL color Cylindrical-coordinate representation of color #E7BFEB: hue angle of 294.55º 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 #E7BFEB is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 191 | 235 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.08 |
| HSL | 294.55º | 0.52% | 0.84% | - |
| HSV(B) | 294.55º | 0.19% | 0.92% | - |
| XYZ | 66.58 | 60.25 | 86.72 | - |
| YUV | 207.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 235 | 0.02 | 0.19 | 0 | 0.08 | 294.55 | 0.52 | 0.84 |
| Hex | E7 | BF | EB | 2 | 13 | 0 | 8 | 127 | 34 | 54 |
| Octal | 347 | 277 | 353 | 2 | 23 | 0 | 10 | 447 | 64 | 124 |
| Binary | 11100111 | 10111111 | 11101011 | 10 | 10011 | 0 | 1000 | 100100111 | 110100 | 1010100 |
Color Harmonies of #E7BFEB
Complementary color
Monochromatic Colors of #E7BFEB
Black with #E7BFEB
Text Example
Text Example
White with #E7BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFEB; }
p { color: rgb(231,191,235); }
H1.HeaderClassName
{
color: #E7BFEB;
}
.AnyTagClassName
{
color: #E7BFEB;
}
</style>
background-color css
<style>
a { background-color: #E7BFEB; }
a { background-color: rgb(231,191,235); }
div.DivClassName
{
background-color: #E7BFEB;
}
.BgClassName
{
background-color: #E7BFEB;
}
</style>
border-color css
<style>
span { border-color: #E7BFEB; }
span { border-color: rgb(231,191,235); }
td.TdClassName
{
border-color: #E7BFEB;
}
.TagClassName
{
border-color: #E7BFEB;
}
</style>