Shades of Mauve #E0BDED
Tints of Mauve #E0BDED
RGB
CMYK
RGB Variations
Color information
#E0BDED (or 0xE0BDED) is known color: Mauve. HEX triplet: E0, BD and ED. RGB value is (224,189,237). Sum of RGB (Red+Green+Blue) = 224+189+237=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDED is #1F4212. Grayscale: #CCCCCC. Windows color (decimal): -2048531 or 15580640. OLE color: 15580640.
HSL color Cylindrical-coordinate representation of color #E0BDED: hue angle of 283.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0BDED is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 189 | 237 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.07 |
| HSL | 283.75º | 0.57% | 0.84% | - |
| HSV(B) | 283.75º | 0.2% | 0.93% | - |
| XYZ | 64.22 | 58.36 | 88 | - |
| YUV | 204.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 237 | 0.05 | 0.20 | 0 | 0.07 | 283.75 | 0.57 | 0.84 |
| Hex | E0 | BD | ED | 5 | 14 | 0 | 7 | 11C | 39 | 54 |
| Octal | 340 | 275 | 355 | 5 | 24 | 0 | 7 | 434 | 71 | 124 |
| Binary | 11100000 | 10111101 | 11101101 | 101 | 10100 | 0 | 111 | 100011100 | 111001 | 1010100 |
Color Harmonies of #E0BDED
Complementary color
Monochromatic Colors of #E0BDED
Black with #E0BDED
Text Example
Text Example
White with #E0BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDED; }
p { color: rgb(224,189,237); }
H1.HeaderClassName
{
color: #E0BDED;
}
.AnyTagClassName
{
color: #E0BDED;
}
</style>
background-color css
<style>
a { background-color: #E0BDED; }
a { background-color: rgb(224,189,237); }
div.DivClassName
{
background-color: #E0BDED;
}
.BgClassName
{
background-color: #E0BDED;
}
</style>
border-color css
<style>
span { border-color: #E0BDED; }
span { border-color: rgb(224,189,237); }
td.TdClassName
{
border-color: #E0BDED;
}
.TagClassName
{
border-color: #E0BDED;
}
</style>