Shades of Mauve #DBABF8
Tints of Mauve #DBABF8
RGB
CMYK
RGB Variations
Color information
#DBABF8 (or 0xDBABF8) is known color: Mauve. HEX triplet: DB, AB and F8. RGB value is (219,171,248). Sum of RGB (Red+Green+Blue) = 219+171+248=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABF8 is #245407. Grayscale: #C1C1C1. Windows color (decimal): -2380808 or 16296923. OLE color: 16296923.
HSL color Cylindrical-coordinate representation of color #DBABF8: hue angle of 277.4º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBABF8 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 171 | 248 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.03 |
| HSL | 277.4º | 0.85% | 0.82% | - |
| HSV(B) | 277.4º | 0.31% | 0.97% | - |
| XYZ | 60.72 | 50.96 | 95.44 | - |
| YUV | 194.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 248 | 0.12 | 0.31 | 0 | 0.03 | 277.4 | 0.85 | 0.82 |
| Hex | DB | AB | F8 | C | 1F | 0 | 3 | 115 | 55 | 52 |
| Octal | 333 | 253 | 370 | 14 | 37 | 0 | 3 | 425 | 125 | 122 |
| Binary | 11011011 | 10101011 | 11111000 | 1100 | 11111 | 0 | 11 | 100010101 | 1010101 | 1010010 |
Color Harmonies of #DBABF8
Complementary color
Monochromatic Colors of #DBABF8
Black with #DBABF8
Text Example
Text Example
White with #DBABF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABF8; }
p { color: rgb(219,171,248); }
H1.HeaderClassName
{
color: #DBABF8;
}
.AnyTagClassName
{
color: #DBABF8;
}
</style>
background-color css
<style>
a { background-color: #DBABF8; }
a { background-color: rgb(219,171,248); }
div.DivClassName
{
background-color: #DBABF8;
}
.BgClassName
{
background-color: #DBABF8;
}
</style>
border-color css
<style>
span { border-color: #DBABF8; }
span { border-color: rgb(219,171,248); }
td.TdClassName
{
border-color: #DBABF8;
}
.TagClassName
{
border-color: #DBABF8;
}
</style>