Shades of Mauve #D7B5EC
Tints of Mauve #D7B5EC
RGB
CMYK
RGB Variations
Color information
#D7B5EC (or 0xD7B5EC) is known color: Mauve. HEX triplet: D7, B5 and EC. RGB value is (215,181,236). Sum of RGB (Red+Green+Blue) = 215+181+236=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B5EC is #284A13. Grayscale: #C5C5C5. Windows color (decimal): -2640404 or 15513047. OLE color: 15513047.
HSL color Cylindrical-coordinate representation of color #D7B5EC: hue angle of 277.09º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7B5EC is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 181 | 236 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.07 |
| HSL | 277.09º | 0.59% | 0.82% | - |
| HSV(B) | 277.09º | 0.23% | 0.93% | - |
| XYZ | 59.69 | 53.55 | 86.55 | - |
| YUV | 197.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 236 | 0.09 | 0.23 | 0 | 0.07 | 277.09 | 0.59 | 0.82 |
| Hex | D7 | B5 | EC | 9 | 17 | 0 | 7 | 115 | 3B | 52 |
| Octal | 327 | 265 | 354 | 11 | 27 | 0 | 7 | 425 | 73 | 122 |
| Binary | 11010111 | 10110101 | 11101100 | 1001 | 10111 | 0 | 111 | 100010101 | 111011 | 1010010 |
Color Harmonies of #D7B5EC
Complementary color
Monochromatic Colors of #D7B5EC
Black with #D7B5EC
Text Example
Text Example
White with #D7B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B5EC; }
p { color: rgb(215,181,236); }
H1.HeaderClassName
{
color: #D7B5EC;
}
.AnyTagClassName
{
color: #D7B5EC;
}
</style>
background-color css
<style>
a { background-color: #D7B5EC; }
a { background-color: rgb(215,181,236); }
div.DivClassName
{
background-color: #D7B5EC;
}
.BgClassName
{
background-color: #D7B5EC;
}
</style>
border-color css
<style>
span { border-color: #D7B5EC; }
span { border-color: rgb(215,181,236); }
td.TdClassName
{
border-color: #D7B5EC;
}
.TagClassName
{
border-color: #D7B5EC;
}
</style>