Shades of Mauve #DBAAFB
Tints of Mauve #DBAAFB
RGB
CMYK
RGB Variations
Color information
#DBAAFB (or 0xDBAAFB) is known color: Mauve. HEX triplet: DB, AA and FB. RGB value is (219,170,251). Sum of RGB (Red+Green+Blue) = 219+170+251=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBAAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAFB is #245504. Grayscale: #C1C1C1. Windows color (decimal): -2381061 or 16493275. OLE color: 16493275.
HSL color Cylindrical-coordinate representation of color #DBAAFB: hue angle of 276.3º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBAAFB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 170 | 251 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.02 |
| HSL | 276.3º | 0.91% | 0.83% | - |
| HSV(B) | 276.3º | 0.32% | 0.98% | - |
| XYZ | 61 | 50.77 | 97.85 | - |
| YUV | 193.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 251 | 0.13 | 0.32 | 0 | 0.02 | 276.3 | 0.91 | 0.83 |
| Hex | DB | AA | FB | D | 20 | 0 | 2 | 114 | 5B | 53 |
| Octal | 333 | 252 | 373 | 15 | 40 | 0 | 2 | 424 | 133 | 123 |
| Binary | 11011011 | 10101010 | 11111011 | 1101 | 100000 | 0 | 10 | 100010100 | 1011011 | 1010011 |
Color Harmonies of #DBAAFB
Complementary color
Monochromatic Colors of #DBAAFB
Black with #DBAAFB
Text Example
Text Example
White with #DBAAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAFB; }
p { color: rgb(219,170,251); }
H1.HeaderClassName
{
color: #DBAAFB;
}
.AnyTagClassName
{
color: #DBAAFB;
}
</style>
background-color css
<style>
a { background-color: #DBAAFB; }
a { background-color: rgb(219,170,251); }
div.DivClassName
{
background-color: #DBAAFB;
}
.BgClassName
{
background-color: #DBAAFB;
}
</style>
border-color css
<style>
span { border-color: #DBAAFB; }
span { border-color: rgb(219,170,251); }
td.TdClassName
{
border-color: #DBAAFB;
}
.TagClassName
{
border-color: #DBAAFB;
}
</style>