Shades of Mauve #E5BDEF
Tints of Mauve #E5BDEF
RGB
CMYK
RGB Variations
Color information
#E5BDEF (or 0xE5BDEF) is known color: Mauve. HEX triplet: E5, BD and EF. RGB value is (229,189,239). Sum of RGB (Red+Green+Blue) = 229+189+239=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDEF is #1A4210. Grayscale: #CECECE. Windows color (decimal): -1720849 or 15711717. OLE color: 15711717.
HSL color Cylindrical-coordinate representation of color #E5BDEF: hue angle of 288º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BDEF is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 189 | 239 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.06 |
| HSL | 288º | 0.61% | 0.84% | - |
| HSV(B) | 288º | 0.21% | 0.94% | - |
| XYZ | 66.09 | 59.29 | 89.62 | - |
| YUV | 206.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 239 | 0.04 | 0.21 | 0 | 0.06 | 288 | 0.61 | 0.84 |
| Hex | E5 | BD | EF | 4 | 15 | 0 | 6 | 120 | 3D | 54 |
| Octal | 345 | 275 | 357 | 4 | 25 | 0 | 6 | 440 | 75 | 124 |
| Binary | 11100101 | 10111101 | 11101111 | 100 | 10101 | 0 | 110 | 100100000 | 111101 | 1010100 |
Color Harmonies of #E5BDEF
Complementary color
Monochromatic Colors of #E5BDEF
Black with #E5BDEF
Text Example
Text Example
White with #E5BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDEF; }
p { color: rgb(229,189,239); }
H1.HeaderClassName
{
color: #E5BDEF;
}
.AnyTagClassName
{
color: #E5BDEF;
}
</style>
background-color css
<style>
a { background-color: #E5BDEF; }
a { background-color: rgb(229,189,239); }
div.DivClassName
{
background-color: #E5BDEF;
}
.BgClassName
{
background-color: #E5BDEF;
}
</style>
border-color css
<style>
span { border-color: #E5BDEF; }
span { border-color: rgb(229,189,239); }
td.TdClassName
{
border-color: #E5BDEF;
}
.TagClassName
{
border-color: #E5BDEF;
}
</style>