Shades of Mauve #DBABF4
Tints of Mauve #DBABF4
RGB
CMYK
RGB Variations
Color information
#DBABF4 (or 0xDBABF4) is known color: Mauve. HEX triplet: DB, AB and F4. RGB value is (219,171,244). Sum of RGB (Red+Green+Blue) = 219+171+244=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBABF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABF4 is #24540B. Grayscale: #C1C1C1. Windows color (decimal): -2380812 or 16034779. OLE color: 16034779.
HSL color Cylindrical-coordinate representation of color #DBABF4: hue angle of 279.45º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBABF4 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 171 | 244 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.04 |
| HSL | 279.45º | 0.77% | 0.81% | - |
| HSV(B) | 279.45º | 0.3% | 0.96% | - |
| XYZ | 60.11 | 50.72 | 92.21 | - |
| YUV | 193.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 244 | 0.10 | 0.30 | 0 | 0.04 | 279.45 | 0.77 | 0.81 |
| Hex | DB | AB | F4 | A | 1E | 0 | 4 | 117 | 4D | 51 |
| Octal | 333 | 253 | 364 | 12 | 36 | 0 | 4 | 427 | 115 | 121 |
| Binary | 11011011 | 10101011 | 11110100 | 1010 | 11110 | 0 | 100 | 100010111 | 1001101 | 1010001 |
Color Harmonies of #DBABF4
Complementary color
Monochromatic Colors of #DBABF4
Black with #DBABF4
Text Example
Text Example
White with #DBABF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABF4; }
p { color: rgb(219,171,244); }
H1.HeaderClassName
{
color: #DBABF4;
}
.AnyTagClassName
{
color: #DBABF4;
}
</style>
background-color css
<style>
a { background-color: #DBABF4; }
a { background-color: rgb(219,171,244); }
div.DivClassName
{
background-color: #DBABF4;
}
.BgClassName
{
background-color: #DBABF4;
}
</style>
border-color css
<style>
span { border-color: #DBABF4; }
span { border-color: rgb(219,171,244); }
td.TdClassName
{
border-color: #DBABF4;
}
.TagClassName
{
border-color: #DBABF4;
}
</style>