Shades of Mauve #E5BCFD
Tints of Mauve #E5BCFD
RGB
CMYK
RGB Variations
Color information
#E5BCFD (or 0xE5BCFD) is known color: Mauve. HEX triplet: E5, BC and FD. RGB value is (229,188,253). Sum of RGB (Red+Green+Blue) = 229+188+253=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCFD is #1A4302. Grayscale: #CFCFCF. Windows color (decimal): -1721091 or 16628965. OLE color: 16628965.
HSL color Cylindrical-coordinate representation of color #E5BCFD: hue angle of 277.85º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5BCFD is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 188 | 253 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.01 |
| HSL | 277.85º | 0.94% | 0.86% | - |
| HSV(B) | 277.85º | 0.26% | 0.99% | - |
| XYZ | 68.03 | 59.72 | 100.87 | - |
| YUV | 207.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 253 | 0.09 | 0.26 | 0 | 0.01 | 277.85 | 0.94 | 0.86 |
| Hex | E5 | BC | FD | 9 | 1A | 0 | 1 | 116 | 5E | 56 |
| Octal | 345 | 274 | 375 | 11 | 32 | 0 | 1 | 426 | 136 | 126 |
| Binary | 11100101 | 10111100 | 11111101 | 1001 | 11010 | 0 | 1 | 100010110 | 1011110 | 1010110 |
Color Harmonies of #E5BCFD
Complementary color
Monochromatic Colors of #E5BCFD
Black with #E5BCFD
Text Example
Text Example
White with #E5BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCFD; }
p { color: rgb(229,188,253); }
H1.HeaderClassName
{
color: #E5BCFD;
}
.AnyTagClassName
{
color: #E5BCFD;
}
</style>
background-color css
<style>
a { background-color: #E5BCFD; }
a { background-color: rgb(229,188,253); }
div.DivClassName
{
background-color: #E5BCFD;
}
.BgClassName
{
background-color: #E5BCFD;
}
</style>
border-color css
<style>
span { border-color: #E5BCFD; }
span { border-color: rgb(229,188,253); }
td.TdClassName
{
border-color: #E5BCFD;
}
.TagClassName
{
border-color: #E5BCFD;
}
</style>