Shades of Mauve #E3BDF3
Tints of Mauve #E3BDF3
RGB
CMYK
RGB Variations
Color information
#E3BDF3 (or 0xE3BDF3) is known color: Mauve. HEX triplet: E3, BD and F3. RGB value is (227,189,243). Sum of RGB (Red+Green+Blue) = 227+189+243=659 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.45% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #E3BDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDF3 is #1C420C. Grayscale: #CECECE. Windows color (decimal): -1851917 or 15973859. OLE color: 15973859.
HSL color Cylindrical-coordinate representation of color #E3BDF3: hue angle of 282.22º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3BDF3 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 189 | 243 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.05 |
| HSL | 282.22º | 0.69% | 0.85% | - |
| HSV(B) | 282.22º | 0.22% | 0.95% | - |
| XYZ | 66.05 | 59.2 | 92.74 | - |
| YUV | 206.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 243 | 0.07 | 0.22 | 0 | 0.05 | 282.22 | 0.69 | 0.85 |
| Hex | E3 | BD | F3 | 7 | 16 | 0 | 5 | 11A | 45 | 55 |
| Octal | 343 | 275 | 363 | 7 | 26 | 0 | 5 | 432 | 105 | 125 |
| Binary | 11100011 | 10111101 | 11110011 | 111 | 10110 | 0 | 101 | 100011010 | 1000101 | 1010101 |
Color Harmonies of #E3BDF3
Complementary color
Monochromatic Colors of #E3BDF3
Black with #E3BDF3
Text Example
Text Example
White with #E3BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDF3; }
p { color: rgb(227,189,243); }
H1.HeaderClassName
{
color: #E3BDF3;
}
.AnyTagClassName
{
color: #E3BDF3;
}
</style>
background-color css
<style>
a { background-color: #E3BDF3; }
a { background-color: rgb(227,189,243); }
div.DivClassName
{
background-color: #E3BDF3;
}
.BgClassName
{
background-color: #E3BDF3;
}
</style>
border-color css
<style>
span { border-color: #E3BDF3; }
span { border-color: rgb(227,189,243); }
td.TdClassName
{
border-color: #E3BDF3;
}
.TagClassName
{
border-color: #E3BDF3;
}
</style>