Shades of Mauve #DBABF0
Tints of Mauve #DBABF0
RGB
CMYK
RGB Variations
Color information
#DBABF0 (or 0xDBABF0) is known color: Mauve. HEX triplet: DB, AB and F0. RGB value is (219,171,240). Sum of RGB (Red+Green+Blue) = 219+171+240=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABF0 is #24540F. Grayscale: #C0C0C0. Windows color (decimal): -2380816 or 15772635. OLE color: 15772635.
HSL color Cylindrical-coordinate representation of color #DBABF0: hue angle of 281.74º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBABF0 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 171 | 240 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.06 |
| HSL | 281.74º | 0.7% | 0.81% | - |
| HSV(B) | 281.74º | 0.29% | 0.94% | - |
| XYZ | 59.5 | 50.48 | 89.04 | - |
| YUV | 193.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 240 | 0.09 | 0.29 | 0 | 0.06 | 281.74 | 0.7 | 0.81 |
| Hex | DB | AB | F0 | 9 | 1D | 0 | 6 | 11A | 46 | 51 |
| Octal | 333 | 253 | 360 | 11 | 35 | 0 | 6 | 432 | 106 | 121 |
| Binary | 11011011 | 10101011 | 11110000 | 1001 | 11101 | 0 | 110 | 100011010 | 1000110 | 1010001 |
Color Harmonies of #DBABF0
Complementary color
Monochromatic Colors of #DBABF0
Black with #DBABF0
Text Example
Text Example
White with #DBABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABF0; }
p { color: rgb(219,171,240); }
H1.HeaderClassName
{
color: #DBABF0;
}
.AnyTagClassName
{
color: #DBABF0;
}
</style>
background-color css
<style>
a { background-color: #DBABF0; }
a { background-color: rgb(219,171,240); }
div.DivClassName
{
background-color: #DBABF0;
}
.BgClassName
{
background-color: #DBABF0;
}
</style>
border-color css
<style>
span { border-color: #DBABF0; }
span { border-color: rgb(219,171,240); }
td.TdClassName
{
border-color: #DBABF0;
}
.TagClassName
{
border-color: #DBABF0;
}
</style>