Shades of Mauve #E0BDEE
Tints of Mauve #E0BDEE
RGB
CMYK
RGB Variations
Color information
#E0BDEE (or 0xE0BDEE) is known color: Mauve. HEX triplet: E0, BD and EE. RGB value is (224,189,238). Sum of RGB (Red+Green+Blue) = 224+189+238=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDEE is #1F4211. Grayscale: #CCCCCC. Windows color (decimal): -2048530 or 15646176. OLE color: 15646176.
HSL color Cylindrical-coordinate representation of color #E0BDEE: hue angle of 282.86º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0BDEE is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 189 | 238 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.07 |
| HSL | 282.86º | 0.59% | 0.84% | - |
| HSV(B) | 282.86º | 0.21% | 0.93% | - |
| XYZ | 64.37 | 58.42 | 88.77 | - |
| YUV | 205.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 238 | 0.06 | 0.21 | 0 | 0.07 | 282.86 | 0.59 | 0.84 |
| Hex | E0 | BD | EE | 6 | 15 | 0 | 7 | 11B | 3B | 54 |
| Octal | 340 | 275 | 356 | 6 | 25 | 0 | 7 | 433 | 73 | 124 |
| Binary | 11100000 | 10111101 | 11101110 | 110 | 10101 | 0 | 111 | 100011011 | 111011 | 1010100 |
Color Harmonies of #E0BDEE
Complementary color
Monochromatic Colors of #E0BDEE
Black with #E0BDEE
Text Example
Text Example
White with #E0BDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDEE; }
p { color: rgb(224,189,238); }
H1.HeaderClassName
{
color: #E0BDEE;
}
.AnyTagClassName
{
color: #E0BDEE;
}
</style>
background-color css
<style>
a { background-color: #E0BDEE; }
a { background-color: rgb(224,189,238); }
div.DivClassName
{
background-color: #E0BDEE;
}
.BgClassName
{
background-color: #E0BDEE;
}
</style>
border-color css
<style>
span { border-color: #E0BDEE; }
span { border-color: rgb(224,189,238); }
td.TdClassName
{
border-color: #E0BDEE;
}
.TagClassName
{
border-color: #E0BDEE;
}
</style>