Shades of Mauve #DBA3FE
Tints of Mauve #DBA3FE
RGB
CMYK
RGB Variations
Color information
#DBA3FE (or 0xDBA3FE) is known color: Mauve. HEX triplet: DB, A3 and FE. RGB value is (219,163,254). Sum of RGB (Red+Green+Blue) = 219+163+254=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBA3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3FE is #245C01. Grayscale: #BDBDBD. Windows color (decimal): -2382850 or 16688091. OLE color: 16688091.
HSL color Cylindrical-coordinate representation of color #DBA3FE: hue angle of 276.92º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBA3FE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 163 | 254 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.00 |
| HSL | 276.92º | 0.98% | 0.82% | - |
| HSV(B) | 276.92º | 0.36% | 1% | - |
| XYZ | 60.2 | 48.41 | 99.94 | - |
| YUV | 190.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 254 | 0.14 | 0.36 | 0 | 0.00 | 276.92 | 0.98 | 0.82 |
| Hex | DB | A3 | FE | E | 24 | 0 | 0 | 115 | 62 | 52 |
| Octal | 333 | 243 | 376 | 16 | 44 | 0 | 0 | 425 | 142 | 122 |
| Binary | 11011011 | 10100011 | 11111110 | 1110 | 100100 | 0 | 0 | 100010101 | 1100010 | 1010010 |
Color Harmonies of #DBA3FE
Complementary color
Monochromatic Colors of #DBA3FE
Black with #DBA3FE
Text Example
Text Example
White with #DBA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3FE; }
p { color: rgb(219,163,254); }
H1.HeaderClassName
{
color: #DBA3FE;
}
.AnyTagClassName
{
color: #DBA3FE;
}
</style>
background-color css
<style>
a { background-color: #DBA3FE; }
a { background-color: rgb(219,163,254); }
div.DivClassName
{
background-color: #DBA3FE;
}
.BgClassName
{
background-color: #DBA3FE;
}
</style>
border-color css
<style>
span { border-color: #DBA3FE; }
span { border-color: rgb(219,163,254); }
td.TdClassName
{
border-color: #DBA3FE;
}
.TagClassName
{
border-color: #DBA3FE;
}
</style>