Shades of Mauve #DBAAF3
Tints of Mauve #DBAAF3
RGB
CMYK
RGB Variations
Color information
#DBAAF3 (or 0xDBAAF3) is known color: Mauve. HEX triplet: DB, AA and F3. RGB value is (219,170,243). Sum of RGB (Red+Green+Blue) = 219+170+243=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAF3 is #24550C. Grayscale: #C0C0C0. Windows color (decimal): -2381069 or 15968987. OLE color: 15968987.
HSL color Cylindrical-coordinate representation of color #DBAAF3: hue angle of 280.27º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBAAF3 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 170 | 243 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.05 |
| HSL | 280.27º | 0.75% | 0.81% | - |
| HSV(B) | 280.27º | 0.3% | 0.95% | - |
| XYZ | 59.77 | 50.28 | 91.35 | - |
| YUV | 192.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 243 | 0.10 | 0.30 | 0 | 0.05 | 280.27 | 0.75 | 0.81 |
| Hex | DB | AA | F3 | A | 1E | 0 | 5 | 118 | 4B | 51 |
| Octal | 333 | 252 | 363 | 12 | 36 | 0 | 5 | 430 | 113 | 121 |
| Binary | 11011011 | 10101010 | 11110011 | 1010 | 11110 | 0 | 101 | 100011000 | 1001011 | 1010001 |
Color Harmonies of #DBAAF3
Complementary color
Monochromatic Colors of #DBAAF3
Black with #DBAAF3
Text Example
Text Example
White with #DBAAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAF3; }
p { color: rgb(219,170,243); }
H1.HeaderClassName
{
color: #DBAAF3;
}
.AnyTagClassName
{
color: #DBAAF3;
}
</style>
background-color css
<style>
a { background-color: #DBAAF3; }
a { background-color: rgb(219,170,243); }
div.DivClassName
{
background-color: #DBAAF3;
}
.BgClassName
{
background-color: #DBAAF3;
}
</style>
border-color css
<style>
span { border-color: #DBAAF3; }
span { border-color: rgb(219,170,243); }
td.TdClassName
{
border-color: #DBAAF3;
}
.TagClassName
{
border-color: #DBAAF3;
}
</style>