Shades of Mauve #DBA7EC
Tints of Mauve #DBA7EC
RGB
CMYK
RGB Variations
Color information
#DBA7EC (or 0xDBA7EC) is known color: Mauve. HEX triplet: DB, A7 and EC. RGB value is (219,167,236). Sum of RGB (Red+Green+Blue) = 219+167+236=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBA7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7EC is #245813. Grayscale: #BEBEBE. Windows color (decimal): -2381844 or 15509467. OLE color: 15509467.
HSL color Cylindrical-coordinate representation of color #DBA7EC: hue angle of 285.22º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA7EC is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 167 | 236 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.07 |
| HSL | 285.22º | 0.64% | 0.79% | - |
| HSV(B) | 285.22º | 0.29% | 0.93% | - |
| XYZ | 58.17 | 48.75 | 85.7 | - |
| YUV | 190.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 236 | 0.07 | 0.29 | 0 | 0.07 | 285.22 | 0.64 | 0.79 |
| Hex | DB | A7 | EC | 7 | 1D | 0 | 7 | 11D | 40 | 4F |
| Octal | 333 | 247 | 354 | 7 | 35 | 0 | 7 | 435 | 100 | 117 |
| Binary | 11011011 | 10100111 | 11101100 | 111 | 11101 | 0 | 111 | 100011101 | 1000000 | 1001111 |
Color Harmonies of #DBA7EC
Complementary color
Monochromatic Colors of #DBA7EC
Black with #DBA7EC
Text Example
Text Example
White with #DBA7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7EC; }
p { color: rgb(219,167,236); }
H1.HeaderClassName
{
color: #DBA7EC;
}
.AnyTagClassName
{
color: #DBA7EC;
}
</style>
background-color css
<style>
a { background-color: #DBA7EC; }
a { background-color: rgb(219,167,236); }
div.DivClassName
{
background-color: #DBA7EC;
}
.BgClassName
{
background-color: #DBA7EC;
}
</style>
border-color css
<style>
span { border-color: #DBA7EC; }
span { border-color: rgb(219,167,236); }
td.TdClassName
{
border-color: #DBA7EC;
}
.TagClassName
{
border-color: #DBA7EC;
}
</style>