Shades of Mauve #DBA3FB
Tints of Mauve #DBA3FB
RGB
CMYK
RGB Variations
Color information
#DBA3FB (or 0xDBA3FB) is known color: Mauve. HEX triplet: DB, A3 and FB. RGB value is (219,163,251). Sum of RGB (Red+Green+Blue) = 219+163+251=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBA3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3FB is #245C04. Grayscale: #BDBDBD. Windows color (decimal): -2382853 or 16491483. OLE color: 16491483.
HSL color Cylindrical-coordinate representation of color #DBA3FB: hue angle of 278.18º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA3FB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 163 | 251 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.02 |
| HSL | 278.18º | 0.92% | 0.81% | - |
| HSV(B) | 278.18º | 0.35% | 0.98% | - |
| XYZ | 59.72 | 48.22 | 97.43 | - |
| YUV | 189.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 251 | 0.13 | 0.35 | 0 | 0.02 | 278.18 | 0.92 | 0.81 |
| Hex | DB | A3 | FB | D | 23 | 0 | 2 | 116 | 5C | 51 |
| Octal | 333 | 243 | 373 | 15 | 43 | 0 | 2 | 426 | 134 | 121 |
| Binary | 11011011 | 10100011 | 11111011 | 1101 | 100011 | 0 | 10 | 100010110 | 1011100 | 1010001 |
Color Harmonies of #DBA3FB
Complementary color
Monochromatic Colors of #DBA3FB
Black with #DBA3FB
Text Example
Text Example
White with #DBA3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3FB; }
p { color: rgb(219,163,251); }
H1.HeaderClassName
{
color: #DBA3FB;
}
.AnyTagClassName
{
color: #DBA3FB;
}
</style>
background-color css
<style>
a { background-color: #DBA3FB; }
a { background-color: rgb(219,163,251); }
div.DivClassName
{
background-color: #DBA3FB;
}
.BgClassName
{
background-color: #DBA3FB;
}
</style>
border-color css
<style>
span { border-color: #DBA3FB; }
span { border-color: rgb(219,163,251); }
td.TdClassName
{
border-color: #DBA3FB;
}
.TagClassName
{
border-color: #DBA3FB;
}
</style>