Shades of Mauve #E5BDF0
Tints of Mauve #E5BDF0
RGB
CMYK
RGB Variations
Color information
#E5BDF0 (or 0xE5BDF0) is known color: Mauve. HEX triplet: E5, BD and F0. RGB value is (229,189,240). Sum of RGB (Red+Green+Blue) = 229+189+240=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5BDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDF0 is #1A420F. Grayscale: #CECECE. Windows color (decimal): -1720848 or 15777253. OLE color: 15777253.
HSL color Cylindrical-coordinate representation of color #E5BDF0: hue angle of 287.06º degrees, saturation: 0.63, 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 #E5BDF0 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 189 | 240 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.06 |
| HSL | 287.06º | 0.63% | 0.84% | - |
| HSV(B) | 287.06º | 0.21% | 0.94% | - |
| XYZ | 66.24 | 59.34 | 90.4 | - |
| YUV | 206.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 240 | 0.05 | 0.21 | 0 | 0.06 | 287.06 | 0.63 | 0.84 |
| Hex | E5 | BD | F0 | 5 | 15 | 0 | 6 | 11F | 3F | 54 |
| Octal | 345 | 275 | 360 | 5 | 25 | 0 | 6 | 437 | 77 | 124 |
| Binary | 11100101 | 10111101 | 11110000 | 101 | 10101 | 0 | 110 | 100011111 | 111111 | 1010100 |
Color Harmonies of #E5BDF0
Complementary color
Monochromatic Colors of #E5BDF0
Black with #E5BDF0
Text Example
Text Example
White with #E5BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDF0; }
p { color: rgb(229,189,240); }
H1.HeaderClassName
{
color: #E5BDF0;
}
.AnyTagClassName
{
color: #E5BDF0;
}
</style>
background-color css
<style>
a { background-color: #E5BDF0; }
a { background-color: rgb(229,189,240); }
div.DivClassName
{
background-color: #E5BDF0;
}
.BgClassName
{
background-color: #E5BDF0;
}
</style>
border-color css
<style>
span { border-color: #E5BDF0; }
span { border-color: rgb(229,189,240); }
td.TdClassName
{
border-color: #E5BDF0;
}
.TagClassName
{
border-color: #E5BDF0;
}
</style>