Shades of Mauve #D5B0EC
Tints of Mauve #D5B0EC
RGB
CMYK
RGB Variations
Color information
#D5B0EC (or 0xD5B0EC) is known color: Mauve. HEX triplet: D5, B0 and EC. RGB value is (213,176,236). Sum of RGB (Red+Green+Blue) = 213+176+236=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B0EC is #2A4F13. Grayscale: #C1C1C1. Windows color (decimal): -2772756 or 15511765. OLE color: 15511765.
HSL color Cylindrical-coordinate representation of color #D5B0EC: hue angle of 277º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5B0EC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 176 | 236 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.07 |
| HSL | 277º | 0.61% | 0.81% | - |
| HSV(B) | 277º | 0.25% | 0.93% | - |
| XYZ | 58.11 | 51.25 | 86.19 | - |
| YUV | 193.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 236 | 0.10 | 0.25 | 0 | 0.07 | 277 | 0.61 | 0.81 |
| Hex | D5 | B0 | EC | A | 19 | 0 | 7 | 115 | 3D | 51 |
| Octal | 325 | 260 | 354 | 12 | 31 | 0 | 7 | 425 | 75 | 121 |
| Binary | 11010101 | 10110000 | 11101100 | 1010 | 11001 | 0 | 111 | 100010101 | 111101 | 1010001 |
Color Harmonies of #D5B0EC
Complementary color
Monochromatic Colors of #D5B0EC
Black with #D5B0EC
Text Example
Text Example
White with #D5B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B0EC; }
p { color: rgb(213,176,236); }
H1.HeaderClassName
{
color: #D5B0EC;
}
.AnyTagClassName
{
color: #D5B0EC;
}
</style>
background-color css
<style>
a { background-color: #D5B0EC; }
a { background-color: rgb(213,176,236); }
div.DivClassName
{
background-color: #D5B0EC;
}
.BgClassName
{
background-color: #D5B0EC;
}
</style>
border-color css
<style>
span { border-color: #D5B0EC; }
span { border-color: rgb(213,176,236); }
td.TdClassName
{
border-color: #D5B0EC;
}
.TagClassName
{
border-color: #D5B0EC;
}
</style>