Shades of Mauve #DBAAF6
Tints of Mauve #DBAAF6
RGB
CMYK
RGB Variations
Color information
#DBAAF6 (or 0xDBAAF6) is known color: Mauve. HEX triplet: DB, AA and F6. RGB value is (219,170,246). Sum of RGB (Red+Green+Blue) = 219+170+246=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBAAF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAF6 is #245509. Grayscale: #C1C1C1. Windows color (decimal): -2381066 or 16165595. OLE color: 16165595.
HSL color Cylindrical-coordinate representation of color #DBAAF6: hue angle of 278.68º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBAAF6 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 170 | 246 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.04 |
| HSL | 278.68º | 0.81% | 0.82% | - |
| HSV(B) | 278.68º | 0.31% | 0.96% | - |
| XYZ | 60.22 | 50.46 | 93.76 | - |
| YUV | 193.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 246 | 0.11 | 0.31 | 0 | 0.04 | 278.68 | 0.81 | 0.82 |
| Hex | DB | AA | F6 | B | 1F | 0 | 4 | 117 | 51 | 52 |
| Octal | 333 | 252 | 366 | 13 | 37 | 0 | 4 | 427 | 121 | 122 |
| Binary | 11011011 | 10101010 | 11110110 | 1011 | 11111 | 0 | 100 | 100010111 | 1010001 | 1010010 |
Color Harmonies of #DBAAF6
Complementary color
Monochromatic Colors of #DBAAF6
Black with #DBAAF6
Text Example
Text Example
White with #DBAAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAF6; }
p { color: rgb(219,170,246); }
H1.HeaderClassName
{
color: #DBAAF6;
}
.AnyTagClassName
{
color: #DBAAF6;
}
</style>
background-color css
<style>
a { background-color: #DBAAF6; }
a { background-color: rgb(219,170,246); }
div.DivClassName
{
background-color: #DBAAF6;
}
.BgClassName
{
background-color: #DBAAF6;
}
</style>
border-color css
<style>
span { border-color: #DBAAF6; }
span { border-color: rgb(219,170,246); }
td.TdClassName
{
border-color: #DBAAF6;
}
.TagClassName
{
border-color: #DBAAF6;
}
</style>