Shades of Mauve #DBAAF8
Tints of Mauve #DBAAF8
RGB
CMYK
RGB Variations
Color information
#DBAAF8 (or 0xDBAAF8) is known color: Mauve. HEX triplet: DB, AA and F8. RGB value is (219,170,248). Sum of RGB (Red+Green+Blue) = 219+170+248=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBAAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAF8 is #245507. Grayscale: #C1C1C1. Windows color (decimal): -2381064 or 16296667. OLE color: 16296667.
HSL color Cylindrical-coordinate representation of color #DBAAF8: hue angle of 277.69º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBAAF8 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 170 | 248 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.03 |
| HSL | 277.69º | 0.85% | 0.82% | - |
| HSV(B) | 277.69º | 0.31% | 0.97% | - |
| XYZ | 60.53 | 50.59 | 95.38 | - |
| YUV | 193.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 248 | 0.12 | 0.31 | 0 | 0.03 | 277.69 | 0.85 | 0.82 |
| Hex | DB | AA | F8 | C | 1F | 0 | 3 | 116 | 55 | 52 |
| Octal | 333 | 252 | 370 | 14 | 37 | 0 | 3 | 426 | 125 | 122 |
| Binary | 11011011 | 10101010 | 11111000 | 1100 | 11111 | 0 | 11 | 100010110 | 1010101 | 1010010 |
Color Harmonies of #DBAAF8
Complementary color
Monochromatic Colors of #DBAAF8
Black with #DBAAF8
Text Example
Text Example
White with #DBAAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAF8; }
p { color: rgb(219,170,248); }
H1.HeaderClassName
{
color: #DBAAF8;
}
.AnyTagClassName
{
color: #DBAAF8;
}
</style>
background-color css
<style>
a { background-color: #DBAAF8; }
a { background-color: rgb(219,170,248); }
div.DivClassName
{
background-color: #DBAAF8;
}
.BgClassName
{
background-color: #DBAAF8;
}
</style>
border-color css
<style>
span { border-color: #DBAAF8; }
span { border-color: rgb(219,170,248); }
td.TdClassName
{
border-color: #DBAAF8;
}
.TagClassName
{
border-color: #DBAAF8;
}
</style>