Shades of Mauve #DBAAF1
Tints of Mauve #DBAAF1
RGB
CMYK
RGB Variations
Color information
#DBAAF1 (or 0xDBAAF1) is known color: Mauve. HEX triplet: DB, AA and F1. RGB value is (219,170,241). Sum of RGB (Red+Green+Blue) = 219+170+241=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAF1 is #24550E. Grayscale: #C0C0C0. Windows color (decimal): -2381071 or 15837915. OLE color: 15837915.
HSL color Cylindrical-coordinate representation of color #DBAAF1: hue angle of 281.41º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBAAF1 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 170 | 241 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.05 |
| HSL | 281.41º | 0.72% | 0.81% | - |
| HSV(B) | 281.41º | 0.29% | 0.95% | - |
| XYZ | 59.47 | 50.16 | 89.77 | - |
| YUV | 192.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 241 | 0.09 | 0.29 | 0 | 0.05 | 281.41 | 0.72 | 0.81 |
| Hex | DB | AA | F1 | 9 | 1D | 0 | 5 | 119 | 48 | 51 |
| Octal | 333 | 252 | 361 | 11 | 35 | 0 | 5 | 431 | 110 | 121 |
| Binary | 11011011 | 10101010 | 11110001 | 1001 | 11101 | 0 | 101 | 100011001 | 1001000 | 1010001 |
Color Harmonies of #DBAAF1
Complementary color
Monochromatic Colors of #DBAAF1
Black with #DBAAF1
Text Example
Text Example
White with #DBAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAF1; }
p { color: rgb(219,170,241); }
H1.HeaderClassName
{
color: #DBAAF1;
}
.AnyTagClassName
{
color: #DBAAF1;
}
</style>
background-color css
<style>
a { background-color: #DBAAF1; }
a { background-color: rgb(219,170,241); }
div.DivClassName
{
background-color: #DBAAF1;
}
.BgClassName
{
background-color: #DBAAF1;
}
</style>
border-color css
<style>
span { border-color: #DBAAF1; }
span { border-color: rgb(219,170,241); }
td.TdClassName
{
border-color: #DBAAF1;
}
.TagClassName
{
border-color: #DBAAF1;
}
</style>