Shades of Mauve #E2BDED
Tints of Mauve #E2BDED
RGB
CMYK
RGB Variations
Color information
#E2BDED (or 0xE2BDED) is known color: Mauve. HEX triplet: E2, BD and ED. RGB value is (226,189,237). Sum of RGB (Red+Green+Blue) = 226+189+237=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDED is #1D4212. Grayscale: #CDCDCD. Windows color (decimal): -1917459 or 15580642. OLE color: 15580642.
HSL color Cylindrical-coordinate representation of color #E2BDED: hue angle of 286.25º 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 #E2BDED is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 189 | 237 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.07 |
| HSL | 286.25º | 0.57% | 0.84% | - |
| HSV(B) | 286.25º | 0.2% | 0.93% | - |
| XYZ | 64.85 | 58.68 | 88.03 | - |
| YUV | 205.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 237 | 0.05 | 0.20 | 0 | 0.07 | 286.25 | 0.57 | 0.84 |
| Hex | E2 | BD | ED | 5 | 14 | 0 | 7 | 11E | 39 | 54 |
| Octal | 342 | 275 | 355 | 5 | 24 | 0 | 7 | 436 | 71 | 124 |
| Binary | 11100010 | 10111101 | 11101101 | 101 | 10100 | 0 | 111 | 100011110 | 111001 | 1010100 |
Color Harmonies of #E2BDED
Complementary color
Monochromatic Colors of #E2BDED
Black with #E2BDED
Text Example
Text Example
White with #E2BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDED; }
p { color: rgb(226,189,237); }
H1.HeaderClassName
{
color: #E2BDED;
}
.AnyTagClassName
{
color: #E2BDED;
}
</style>
background-color css
<style>
a { background-color: #E2BDED; }
a { background-color: rgb(226,189,237); }
div.DivClassName
{
background-color: #E2BDED;
}
.BgClassName
{
background-color: #E2BDED;
}
</style>
border-color css
<style>
span { border-color: #E2BDED; }
span { border-color: rgb(226,189,237); }
td.TdClassName
{
border-color: #E2BDED;
}
.TagClassName
{
border-color: #E2BDED;
}
</style>