Shades of Mauve #E3BCFD
Tints of Mauve #E3BCFD
RGB
CMYK
RGB Variations
Color information
#E3BCFD (or 0xE3BCFD) is known color: Mauve. HEX triplet: E3, BC and FD. RGB value is (227,188,253). Sum of RGB (Red+Green+Blue) = 227+188+253=668 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.98% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BCFD is #1C4302. Grayscale: #CECECE. Windows color (decimal): -1852163 or 16628963. OLE color: 16628963.
HSL color Cylindrical-coordinate representation of color #E3BCFD: hue angle of 276º 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 #E3BCFD is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 188 | 253 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.01 |
| HSL | 276º | 0.94% | 0.86% | - |
| HSV(B) | 276º | 0.26% | 0.99% | - |
| XYZ | 67.39 | 59.39 | 100.84 | - |
| YUV | 207.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 253 | 0.10 | 0.26 | 0 | 0.01 | 276 | 0.94 | 0.86 |
| Hex | E3 | BC | FD | A | 1A | 0 | 1 | 114 | 5E | 56 |
| Octal | 343 | 274 | 375 | 12 | 32 | 0 | 1 | 424 | 136 | 126 |
| Binary | 11100011 | 10111100 | 11111101 | 1010 | 11010 | 0 | 1 | 100010100 | 1011110 | 1010110 |
Color Harmonies of #E3BCFD
Complementary color
Monochromatic Colors of #E3BCFD
Black with #E3BCFD
Text Example
Text Example
White with #E3BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BCFD; }
p { color: rgb(227,188,253); }
H1.HeaderClassName
{
color: #E3BCFD;
}
.AnyTagClassName
{
color: #E3BCFD;
}
</style>
background-color css
<style>
a { background-color: #E3BCFD; }
a { background-color: rgb(227,188,253); }
div.DivClassName
{
background-color: #E3BCFD;
}
.BgClassName
{
background-color: #E3BCFD;
}
</style>
border-color css
<style>
span { border-color: #E3BCFD; }
span { border-color: rgb(227,188,253); }
td.TdClassName
{
border-color: #E3BCFD;
}
.TagClassName
{
border-color: #E3BCFD;
}
</style>