Shades of Mauve #E1BCFD
Tints of Mauve #E1BCFD
RGB
CMYK
RGB Variations
Color information
#E1BCFD (or 0xE1BCFD) is known color: Mauve. HEX triplet: E1, BC and FD. RGB value is (225,188,253). Sum of RGB (Red+Green+Blue) = 225+188+253=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BCFD is #1E4302. Grayscale: #CECECE. Windows color (decimal): -1983235 or 16628961. OLE color: 16628961.
HSL color Cylindrical-coordinate representation of color #E1BCFD: hue angle of 274.15º 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 #E1BCFD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 188 | 253 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.01 |
| HSL | 274.15º | 0.94% | 0.86% | - |
| HSV(B) | 274.15º | 0.26% | 0.99% | - |
| XYZ | 66.76 | 59.07 | 100.81 | - |
| YUV | 206.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 253 | 0.11 | 0.26 | 0 | 0.01 | 274.15 | 0.94 | 0.86 |
| Hex | E1 | BC | FD | B | 1A | 0 | 1 | 112 | 5E | 56 |
| Octal | 341 | 274 | 375 | 13 | 32 | 0 | 1 | 422 | 136 | 126 |
| Binary | 11100001 | 10111100 | 11111101 | 1011 | 11010 | 0 | 1 | 100010010 | 1011110 | 1010110 |
Color Harmonies of #E1BCFD
Complementary color
Monochromatic Colors of #E1BCFD
Black with #E1BCFD
Text Example
Text Example
White with #E1BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCFD; }
p { color: rgb(225,188,253); }
H1.HeaderClassName
{
color: #E1BCFD;
}
.AnyTagClassName
{
color: #E1BCFD;
}
</style>
background-color css
<style>
a { background-color: #E1BCFD; }
a { background-color: rgb(225,188,253); }
div.DivClassName
{
background-color: #E1BCFD;
}
.BgClassName
{
background-color: #E1BCFD;
}
</style>
border-color css
<style>
span { border-color: #E1BCFD; }
span { border-color: rgb(225,188,253); }
td.TdClassName
{
border-color: #E1BCFD;
}
.TagClassName
{
border-color: #E1BCFD;
}
</style>