Shades of Snuff #E7BFEC
Tints of Snuff #E7BFEC
RGB
CMYK
RGB Variations
Color information
#E7BFEC (or 0xE7BFEC) is known color: Snuff. HEX triplet: E7, BF and EC. RGB value is (231,191,236). Sum of RGB (Red+Green+Blue) = 231+191+236=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7BFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFEC is #184013. Grayscale: #CFCFCF. Windows color (decimal): -1589268 or 15515623. OLE color: 15515623.
HSL color Cylindrical-coordinate representation of color #E7BFEC: hue angle of 293.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BFEC is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 191 | 236 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.07 |
| HSL | 293.33º | 0.54% | 0.84% | - |
| HSV(B) | 293.33º | 0.19% | 0.93% | - |
| XYZ | 66.73 | 60.31 | 87.48 | - |
| YUV | 208.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 236 | 0.02 | 0.19 | 0 | 0.07 | 293.33 | 0.54 | 0.84 |
| Hex | E7 | BF | EC | 2 | 13 | 0 | 7 | 125 | 36 | 54 |
| Octal | 347 | 277 | 354 | 2 | 23 | 0 | 7 | 445 | 66 | 124 |
| Binary | 11100111 | 10111111 | 11101100 | 10 | 10011 | 0 | 111 | 100100101 | 110110 | 1010100 |
Color Harmonies of #E7BFEC
Complementary color
Monochromatic Colors of #E7BFEC
Black with #E7BFEC
Text Example
Text Example
White with #E7BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFEC; }
p { color: rgb(231,191,236); }
H1.HeaderClassName
{
color: #E7BFEC;
}
.AnyTagClassName
{
color: #E7BFEC;
}
</style>
background-color css
<style>
a { background-color: #E7BFEC; }
a { background-color: rgb(231,191,236); }
div.DivClassName
{
background-color: #E7BFEC;
}
.BgClassName
{
background-color: #E7BFEC;
}
</style>
border-color css
<style>
span { border-color: #E7BFEC; }
span { border-color: rgb(231,191,236); }
td.TdClassName
{
border-color: #E7BFEC;
}
.TagClassName
{
border-color: #E7BFEC;
}
</style>