Shades of Mauve #DBAAF9
Tints of Mauve #DBAAF9
RGB
CMYK
RGB Variations
Color information
#DBAAF9 (or 0xDBAAF9) is known color: Mauve. HEX triplet: DB, AA and F9. RGB value is (219,170,249). Sum of RGB (Red+Green+Blue) = 219+170+249=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBAAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAF9 is #245506. Grayscale: #C1C1C1. Windows color (decimal): -2381063 or 16362203. OLE color: 16362203.
HSL color Cylindrical-coordinate representation of color #DBAAF9: hue angle of 277.22º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBAAF9 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 170 | 249 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.02 |
| HSL | 277.22º | 0.87% | 0.82% | - |
| HSV(B) | 277.22º | 0.32% | 0.98% | - |
| XYZ | 60.69 | 50.65 | 96.2 | - |
| YUV | 193.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 249 | 0.12 | 0.32 | 0 | 0.02 | 277.22 | 0.87 | 0.82 |
| Hex | DB | AA | F9 | C | 20 | 0 | 2 | 115 | 57 | 52 |
| Octal | 333 | 252 | 371 | 14 | 40 | 0 | 2 | 425 | 127 | 122 |
| Binary | 11011011 | 10101010 | 11111001 | 1100 | 100000 | 0 | 10 | 100010101 | 1010111 | 1010010 |
Color Harmonies of #DBAAF9
Complementary color
Monochromatic Colors of #DBAAF9
Black with #DBAAF9
Text Example
Text Example
White with #DBAAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAF9; }
p { color: rgb(219,170,249); }
H1.HeaderClassName
{
color: #DBAAF9;
}
.AnyTagClassName
{
color: #DBAAF9;
}
</style>
background-color css
<style>
a { background-color: #DBAAF9; }
a { background-color: rgb(219,170,249); }
div.DivClassName
{
background-color: #DBAAF9;
}
.BgClassName
{
background-color: #DBAAF9;
}
</style>
border-color css
<style>
span { border-color: #DBAAF9; }
span { border-color: rgb(219,170,249); }
td.TdClassName
{
border-color: #DBAAF9;
}
.TagClassName
{
border-color: #DBAAF9;
}
</style>