Shades of Mauve #DBABF3
Tints of Mauve #DBABF3
RGB
CMYK
RGB Variations
Color information
#DBABF3 (or 0xDBABF3) is known color: Mauve. HEX triplet: DB, AB and F3. RGB value is (219,171,243). Sum of RGB (Red+Green+Blue) = 219+171+243=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABF3 is #24540C. Grayscale: #C1C1C1. Windows color (decimal): -2380813 or 15969243. OLE color: 15969243.
HSL color Cylindrical-coordinate representation of color #DBABF3: hue angle of 280º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBABF3 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 171 | 243 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.05 |
| HSL | 280º | 0.75% | 0.81% | - |
| HSV(B) | 280º | 0.3% | 0.95% | - |
| XYZ | 59.95 | 50.66 | 91.41 | - |
| YUV | 193.56 | 155.9 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 243 | 0.10 | 0.30 | 0 | 0.05 | 280 | 0.75 | 0.81 |
| Hex | DB | AB | F3 | A | 1E | 0 | 5 | 118 | 4B | 51 |
| Octal | 333 | 253 | 363 | 12 | 36 | 0 | 5 | 430 | 113 | 121 |
| Binary | 11011011 | 10101011 | 11110011 | 1010 | 11110 | 0 | 101 | 100011000 | 1001011 | 1010001 |
Color Harmonies of #DBABF3
Complementary color
Monochromatic Colors of #DBABF3
Black with #DBABF3
Text Example
Text Example
White with #DBABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABF3; }
p { color: rgb(219,171,243); }
H1.HeaderClassName
{
color: #DBABF3;
}
.AnyTagClassName
{
color: #DBABF3;
}
</style>
background-color css
<style>
a { background-color: #DBABF3; }
a { background-color: rgb(219,171,243); }
div.DivClassName
{
background-color: #DBABF3;
}
.BgClassName
{
background-color: #DBABF3;
}
</style>
border-color css
<style>
span { border-color: #DBABF3; }
span { border-color: rgb(219,171,243); }
td.TdClassName
{
border-color: #DBABF3;
}
.TagClassName
{
border-color: #DBABF3;
}
</style>