Shades of Mauve #DBA7FC
Tints of Mauve #DBA7FC
RGB
CMYK
RGB Variations
Color information
#DBA7FC (or 0xDBA7FC) is known color: Mauve. HEX triplet: DB, A7 and FC. RGB value is (219,167,252). Sum of RGB (Red+Green+Blue) = 219+167+252=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 167 (65.62% from 255 or 26.18% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBA7FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7FC is #245803. Grayscale: #BFBFBF. Windows color (decimal): -2381828 or 16558043. OLE color: 16558043.
HSL color Cylindrical-coordinate representation of color #DBA7FC: hue angle of 276.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBA7FC is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 167 | 252 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.01 |
| HSL | 276.71º | 0.93% | 0.82% | - |
| HSV(B) | 276.71º | 0.34% | 0.99% | - |
| XYZ | 60.6 | 49.73 | 98.5 | - |
| YUV | 192.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 252 | 0.13 | 0.34 | 0 | 0.01 | 276.71 | 0.93 | 0.82 |
| Hex | DB | A7 | FC | D | 22 | 0 | 1 | 115 | 5D | 52 |
| Octal | 333 | 247 | 374 | 15 | 42 | 0 | 1 | 425 | 135 | 122 |
| Binary | 11011011 | 10100111 | 11111100 | 1101 | 100010 | 0 | 1 | 100010101 | 1011101 | 1010010 |
Color Harmonies of #DBA7FC
Complementary color
Monochromatic Colors of #DBA7FC
Black with #DBA7FC
Text Example
Text Example
White with #DBA7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7FC; }
p { color: rgb(219,167,252); }
H1.HeaderClassName
{
color: #DBA7FC;
}
.AnyTagClassName
{
color: #DBA7FC;
}
</style>
background-color css
<style>
a { background-color: #DBA7FC; }
a { background-color: rgb(219,167,252); }
div.DivClassName
{
background-color: #DBA7FC;
}
.BgClassName
{
background-color: #DBA7FC;
}
</style>
border-color css
<style>
span { border-color: #DBA7FC; }
span { border-color: rgb(219,167,252); }
td.TdClassName
{
border-color: #DBA7FC;
}
.TagClassName
{
border-color: #DBA7FC;
}
</style>