Shades of Mauve #DBABFD
Tints of Mauve #DBABFD
RGB
CMYK
RGB Variations
Color information
#DBABFD (or 0xDBABFD) is known color: Mauve. HEX triplet: DB, AB and FD. RGB value is (219,171,253). Sum of RGB (Red+Green+Blue) = 219+171+253=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABFD is #245402. Grayscale: #C2C2C2. Windows color (decimal): -2380803 or 16624603. OLE color: 16624603.
HSL color Cylindrical-coordinate representation of color #DBABFD: hue angle of 275.12º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBABFD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 171 | 253 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.01 |
| HSL | 275.12º | 0.95% | 0.83% | - |
| HSV(B) | 275.12º | 0.32% | 0.99% | - |
| XYZ | 61.51 | 51.28 | 99.58 | - |
| YUV | 194.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 253 | 0.13 | 0.32 | 0 | 0.01 | 275.12 | 0.95 | 0.83 |
| Hex | DB | AB | FD | D | 20 | 0 | 1 | 113 | 5F | 53 |
| Octal | 333 | 253 | 375 | 15 | 40 | 0 | 1 | 423 | 137 | 123 |
| Binary | 11011011 | 10101011 | 11111101 | 1101 | 100000 | 0 | 1 | 100010011 | 1011111 | 1010011 |
Color Harmonies of #DBABFD
Complementary color
Monochromatic Colors of #DBABFD
Black with #DBABFD
Text Example
Text Example
White with #DBABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABFD; }
p { color: rgb(219,171,253); }
H1.HeaderClassName
{
color: #DBABFD;
}
.AnyTagClassName
{
color: #DBABFD;
}
</style>
background-color css
<style>
a { background-color: #DBABFD; }
a { background-color: rgb(219,171,253); }
div.DivClassName
{
background-color: #DBABFD;
}
.BgClassName
{
background-color: #DBABFD;
}
</style>
border-color css
<style>
span { border-color: #DBABFD; }
span { border-color: rgb(219,171,253); }
td.TdClassName
{
border-color: #DBABFD;
}
.TagClassName
{
border-color: #DBABFD;
}
</style>