Shades of Mauve #DBABF6
Tints of Mauve #DBABF6
RGB
CMYK
RGB Variations
Color information
#DBABF6 (or 0xDBABF6) is known color: Mauve. HEX triplet: DB, AB and F6. RGB value is (219,171,246). Sum of RGB (Red+Green+Blue) = 219+171+246=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABF6 is #245409. Grayscale: #C1C1C1. Windows color (decimal): -2380810 or 16165851. OLE color: 16165851.
HSL color Cylindrical-coordinate representation of color #DBABF6: hue angle of 278.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBABF6 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 171 | 246 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.04 |
| HSL | 278.4º | 0.81% | 0.82% | - |
| HSV(B) | 278.4º | 0.3% | 0.96% | - |
| XYZ | 60.41 | 50.84 | 93.82 | - |
| YUV | 193.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 246 | 0.11 | 0.30 | 0 | 0.04 | 278.4 | 0.81 | 0.82 |
| Hex | DB | AB | F6 | B | 1E | 0 | 4 | 116 | 51 | 52 |
| Octal | 333 | 253 | 366 | 13 | 36 | 0 | 4 | 426 | 121 | 122 |
| Binary | 11011011 | 10101011 | 11110110 | 1011 | 11110 | 0 | 100 | 100010110 | 1010001 | 1010010 |
Color Harmonies of #DBABF6
Complementary color
Monochromatic Colors of #DBABF6
Black with #DBABF6
Text Example
Text Example
White with #DBABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABF6; }
p { color: rgb(219,171,246); }
H1.HeaderClassName
{
color: #DBABF6;
}
.AnyTagClassName
{
color: #DBABF6;
}
</style>
background-color css
<style>
a { background-color: #DBABF6; }
a { background-color: rgb(219,171,246); }
div.DivClassName
{
background-color: #DBABF6;
}
.BgClassName
{
background-color: #DBABF6;
}
</style>
border-color css
<style>
span { border-color: #DBABF6; }
span { border-color: rgb(219,171,246); }
td.TdClassName
{
border-color: #DBABF6;
}
.TagClassName
{
border-color: #DBABF6;
}
</style>