Shades of Mauve #E3BDFE
Tints of Mauve #E3BDFE
RGB
CMYK
RGB Variations
Color information
#E3BDFE (or 0xE3BDFE) is known color: Mauve. HEX triplet: E3, BD and FE. RGB value is (227,189,254). Sum of RGB (Red+Green+Blue) = 227+189+254=670 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.88% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDFE is #1C4201. Grayscale: #CFCFCF. Windows color (decimal): -1851906 or 16694755. OLE color: 16694755.
HSL color Cylindrical-coordinate representation of color #E3BDFE: hue angle of 275.08º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3BDFE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 189 | 254 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.00 |
| HSL | 275.08º | 0.97% | 0.87% | - |
| HSV(B) | 275.08º | 0.26% | 1% | - |
| XYZ | 67.77 | 59.88 | 101.75 | - |
| YUV | 207.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 254 | 0.11 | 0.26 | 0 | 0.00 | 275.08 | 0.97 | 0.87 |
| Hex | E3 | BD | FE | B | 1A | 0 | 0 | 113 | 61 | 57 |
| Octal | 343 | 275 | 376 | 13 | 32 | 0 | 0 | 423 | 141 | 127 |
| Binary | 11100011 | 10111101 | 11111110 | 1011 | 11010 | 0 | 0 | 100010011 | 1100001 | 1010111 |
Color Harmonies of #E3BDFE
Complementary color
Monochromatic Colors of #E3BDFE
Black with #E3BDFE
Text Example
Text Example
White with #E3BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDFE; }
p { color: rgb(227,189,254); }
H1.HeaderClassName
{
color: #E3BDFE;
}
.AnyTagClassName
{
color: #E3BDFE;
}
</style>
background-color css
<style>
a { background-color: #E3BDFE; }
a { background-color: rgb(227,189,254); }
div.DivClassName
{
background-color: #E3BDFE;
}
.BgClassName
{
background-color: #E3BDFE;
}
</style>
border-color css
<style>
span { border-color: #E3BDFE; }
span { border-color: rgb(227,189,254); }
td.TdClassName
{
border-color: #E3BDFE;
}
.TagClassName
{
border-color: #E3BDFE;
}
</style>