Shades of Mauve #E3BDFC
Tints of Mauve #E3BDFC
RGB
CMYK
RGB Variations
Color information
#E3BDFC (or 0xE3BDFC) is known color: Mauve. HEX triplet: E3, BD and FC. RGB value is (227,189,252). Sum of RGB (Red+Green+Blue) = 227+189+252=668 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.98% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDFC is #1C4203. Grayscale: #CFCFCF. Windows color (decimal): -1851908 or 16563683. OLE color: 16563683.
HSL color Cylindrical-coordinate representation of color #E3BDFC: hue angle of 276.19º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3BDFC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 189 | 252 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.01 |
| HSL | 276.19º | 0.91% | 0.86% | - |
| HSV(B) | 276.19º | 0.25% | 0.99% | - |
| XYZ | 67.45 | 59.75 | 100.07 | - |
| YUV | 207.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 252 | 0.10 | 0.25 | 0 | 0.01 | 276.19 | 0.91 | 0.86 |
| Hex | E3 | BD | FC | A | 19 | 0 | 1 | 114 | 5B | 56 |
| Octal | 343 | 275 | 374 | 12 | 31 | 0 | 1 | 424 | 133 | 126 |
| Binary | 11100011 | 10111101 | 11111100 | 1010 | 11001 | 0 | 1 | 100010100 | 1011011 | 1010110 |
Color Harmonies of #E3BDFC
Complementary color
Monochromatic Colors of #E3BDFC
Black with #E3BDFC
Text Example
Text Example
White with #E3BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDFC; }
p { color: rgb(227,189,252); }
H1.HeaderClassName
{
color: #E3BDFC;
}
.AnyTagClassName
{
color: #E3BDFC;
}
</style>
background-color css
<style>
a { background-color: #E3BDFC; }
a { background-color: rgb(227,189,252); }
div.DivClassName
{
background-color: #E3BDFC;
}
.BgClassName
{
background-color: #E3BDFC;
}
</style>
border-color css
<style>
span { border-color: #E3BDFC; }
span { border-color: rgb(227,189,252); }
td.TdClassName
{
border-color: #E3BDFC;
}
.TagClassName
{
border-color: #E3BDFC;
}
</style>