Shades of Mauve #DBA4FA
Tints of Mauve #DBA4FA
RGB
CMYK
RGB Variations
Color information
#DBA4FA (or 0xDBA4FA) is known color: Mauve. HEX triplet: DB, A4 and FA. RGB value is (219,164,250). Sum of RGB (Red+Green+Blue) = 219+164+250=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 164 (64.45% from 255 or 25.91% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4FA is #245B05. Grayscale: #BDBDBD. Windows color (decimal): -2382598 or 16426203. OLE color: 16426203.
HSL color Cylindrical-coordinate representation of color #DBA4FA: hue angle of 278.37º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBA4FA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 164 | 250 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.02 |
| HSL | 278.37º | 0.9% | 0.81% | - |
| HSV(B) | 278.37º | 0.34% | 0.98% | - |
| XYZ | 59.74 | 48.51 | 96.66 | - |
| YUV | 190.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 250 | 0.12 | 0.34 | 0 | 0.02 | 278.37 | 0.9 | 0.81 |
| Hex | DB | A4 | FA | C | 22 | 0 | 2 | 116 | 5A | 51 |
| Octal | 333 | 244 | 372 | 14 | 42 | 0 | 2 | 426 | 132 | 121 |
| Binary | 11011011 | 10100100 | 11111010 | 1100 | 100010 | 0 | 10 | 100010110 | 1011010 | 1010001 |
Color Harmonies of #DBA4FA
Complementary color
Monochromatic Colors of #DBA4FA
Black with #DBA4FA
Text Example
Text Example
White with #DBA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4FA; }
p { color: rgb(219,164,250); }
H1.HeaderClassName
{
color: #DBA4FA;
}
.AnyTagClassName
{
color: #DBA4FA;
}
</style>
background-color css
<style>
a { background-color: #DBA4FA; }
a { background-color: rgb(219,164,250); }
div.DivClassName
{
background-color: #DBA4FA;
}
.BgClassName
{
background-color: #DBA4FA;
}
</style>
border-color css
<style>
span { border-color: #DBA4FA; }
span { border-color: rgb(219,164,250); }
td.TdClassName
{
border-color: #DBA4FA;
}
.TagClassName
{
border-color: #DBA4FA;
}
</style>