Shades of Snuff #E5BFEB
Tints of Snuff #E5BFEB
RGB
CMYK
RGB Variations
Color information
#E5BFEB (or 0xE5BFEB) is known color: Snuff. HEX triplet: E5, BF and EB. RGB value is (229,191,235). Sum of RGB (Red+Green+Blue) = 229+191+235=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFEB is #1A4014. Grayscale: #CFCFCF. Windows color (decimal): -1720341 or 15450085. OLE color: 15450085.
HSL color Cylindrical-coordinate representation of color #E5BFEB: hue angle of 291.82º 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 #E5BFEB is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 191 | 235 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.08 |
| HSL | 291.82º | 0.52% | 0.84% | - |
| HSV(B) | 291.82º | 0.19% | 0.92% | - |
| XYZ | 65.94 | 59.92 | 86.69 | - |
| YUV | 207.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 235 | 0.03 | 0.19 | 0 | 0.08 | 291.82 | 0.52 | 0.84 |
| Hex | E5 | BF | EB | 3 | 13 | 0 | 8 | 124 | 34 | 54 |
| Octal | 345 | 277 | 353 | 3 | 23 | 0 | 10 | 444 | 64 | 124 |
| Binary | 11100101 | 10111111 | 11101011 | 11 | 10011 | 0 | 1000 | 100100100 | 110100 | 1010100 |
Color Harmonies of #E5BFEB
Complementary color
Monochromatic Colors of #E5BFEB
Black with #E5BFEB
Text Example
Text Example
White with #E5BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFEB; }
p { color: rgb(229,191,235); }
H1.HeaderClassName
{
color: #E5BFEB;
}
.AnyTagClassName
{
color: #E5BFEB;
}
</style>
background-color css
<style>
a { background-color: #E5BFEB; }
a { background-color: rgb(229,191,235); }
div.DivClassName
{
background-color: #E5BFEB;
}
.BgClassName
{
background-color: #E5BFEB;
}
</style>
border-color css
<style>
span { border-color: #E5BFEB; }
span { border-color: rgb(229,191,235); }
td.TdClassName
{
border-color: #E5BFEB;
}
.TagClassName
{
border-color: #E5BFEB;
}
</style>