Shades of Mauve #DBABF9
Tints of Mauve #DBABF9
RGB
CMYK
RGB Variations
Color information
#DBABF9 (or 0xDBABF9) is known color: Mauve. HEX triplet: DB, AB and F9. RGB value is (219,171,249). Sum of RGB (Red+Green+Blue) = 219+171+249=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABF9 is #245406. Grayscale: #C1C1C1. Windows color (decimal): -2380807 or 16362459. OLE color: 16362459.
HSL color Cylindrical-coordinate representation of color #DBABF9: hue angle of 276.92º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBABF9 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 171 | 249 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.02 |
| HSL | 276.92º | 0.87% | 0.82% | - |
| HSV(B) | 276.92º | 0.31% | 0.98% | - |
| XYZ | 60.88 | 51.03 | 96.26 | - |
| YUV | 194.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 249 | 0.12 | 0.31 | 0 | 0.02 | 276.92 | 0.87 | 0.82 |
| Hex | DB | AB | F9 | C | 1F | 0 | 2 | 115 | 57 | 52 |
| Octal | 333 | 253 | 371 | 14 | 37 | 0 | 2 | 425 | 127 | 122 |
| Binary | 11011011 | 10101011 | 11111001 | 1100 | 11111 | 0 | 10 | 100010101 | 1010111 | 1010010 |
Color Harmonies of #DBABF9
Complementary color
Monochromatic Colors of #DBABF9
Black with #DBABF9
Text Example
Text Example
White with #DBABF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABF9; }
p { color: rgb(219,171,249); }
H1.HeaderClassName
{
color: #DBABF9;
}
.AnyTagClassName
{
color: #DBABF9;
}
</style>
background-color css
<style>
a { background-color: #DBABF9; }
a { background-color: rgb(219,171,249); }
div.DivClassName
{
background-color: #DBABF9;
}
.BgClassName
{
background-color: #DBABF9;
}
</style>
border-color css
<style>
span { border-color: #DBABF9; }
span { border-color: rgb(219,171,249); }
td.TdClassName
{
border-color: #DBABF9;
}
.TagClassName
{
border-color: #DBABF9;
}
</style>