Shades of Mauve #D5B4EC
Tints of Mauve #D5B4EC
RGB
CMYK
RGB Variations
Color information
#D5B4EC (or 0xD5B4EC) is known color: Mauve. HEX triplet: D5, B4 and EC. RGB value is (213,180,236). Sum of RGB (Red+Green+Blue) = 213+180+236=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5B4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B4EC is #2A4B13. Grayscale: #C4C4C4. Windows color (decimal): -2771732 or 15512789. OLE color: 15512789.
HSL color Cylindrical-coordinate representation of color #D5B4EC: hue angle of 275.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5B4EC is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 180 | 236 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.07 |
| HSL | 275.36º | 0.6% | 0.82% | - |
| HSV(B) | 275.36º | 0.24% | 0.93% | - |
| XYZ | 58.9 | 52.84 | 86.45 | - |
| YUV | 196.25 | 150.43 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 236 | 0.10 | 0.24 | 0 | 0.07 | 275.36 | 0.6 | 0.82 |
| Hex | D5 | B4 | EC | A | 18 | 0 | 7 | 113 | 3C | 52 |
| Octal | 325 | 264 | 354 | 12 | 30 | 0 | 7 | 423 | 74 | 122 |
| Binary | 11010101 | 10110100 | 11101100 | 1010 | 11000 | 0 | 111 | 100010011 | 111100 | 1010010 |
Color Harmonies of #D5B4EC
Complementary color
Monochromatic Colors of #D5B4EC
Black with #D5B4EC
Text Example
Text Example
White with #D5B4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B4EC; }
p { color: rgb(213,180,236); }
H1.HeaderClassName
{
color: #D5B4EC;
}
.AnyTagClassName
{
color: #D5B4EC;
}
</style>
background-color css
<style>
a { background-color: #D5B4EC; }
a { background-color: rgb(213,180,236); }
div.DivClassName
{
background-color: #D5B4EC;
}
.BgClassName
{
background-color: #D5B4EC;
}
</style>
border-color css
<style>
span { border-color: #D5B4EC; }
span { border-color: rgb(213,180,236); }
td.TdClassName
{
border-color: #D5B4EC;
}
.TagClassName
{
border-color: #D5B4EC;
}
</style>