Shades of Mauve #DBABFB
Tints of Mauve #DBABFB
RGB
CMYK
RGB Variations
Color information
#DBABFB (or 0xDBABFB) is known color: Mauve. HEX triplet: DB, AB and FB. RGB value is (219,171,251). Sum of RGB (Red+Green+Blue) = 219+171+251=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABFB is #245404. Grayscale: #C2C2C2. Windows color (decimal): -2380805 or 16493531. OLE color: 16493531.
HSL color Cylindrical-coordinate representation of color #DBABFB: hue angle of 276º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBABFB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 171 | 251 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.02 |
| HSL | 276º | 0.91% | 0.83% | - |
| HSV(B) | 276º | 0.32% | 0.98% | - |
| XYZ | 61.19 | 51.15 | 97.91 | - |
| YUV | 194.47 | 159.9 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 251 | 0.13 | 0.32 | 0 | 0.02 | 276 | 0.91 | 0.83 |
| Hex | DB | AB | FB | D | 20 | 0 | 2 | 114 | 5B | 53 |
| Octal | 333 | 253 | 373 | 15 | 40 | 0 | 2 | 424 | 133 | 123 |
| Binary | 11011011 | 10101011 | 11111011 | 1101 | 100000 | 0 | 10 | 100010100 | 1011011 | 1010011 |
Color Harmonies of #DBABFB
Complementary color
Monochromatic Colors of #DBABFB
Black with #DBABFB
Text Example
Text Example
White with #DBABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABFB; }
p { color: rgb(219,171,251); }
H1.HeaderClassName
{
color: #DBABFB;
}
.AnyTagClassName
{
color: #DBABFB;
}
</style>
background-color css
<style>
a { background-color: #DBABFB; }
a { background-color: rgb(219,171,251); }
div.DivClassName
{
background-color: #DBABFB;
}
.BgClassName
{
background-color: #DBABFB;
}
</style>
border-color css
<style>
span { border-color: #DBABFB; }
span { border-color: rgb(219,171,251); }
td.TdClassName
{
border-color: #DBABFB;
}
.TagClassName
{
border-color: #DBABFB;
}
</style>