Shades of Mauve #DBABFF
Tints of Mauve #DBABFF
RGB
CMYK
RGB Variations
Color information
#DBABFF (or 0xDBABFF) is known color: Mauve. HEX triplet: DB, AB and FF. RGB value is (219,171,255). Sum of RGB (Red+Green+Blue) = 219+171+255=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABFF is #245400. Grayscale: #C2C2C2. Windows color (decimal): -2380801 or 16755675. OLE color: 16755675.
HSL color Cylindrical-coordinate representation of color #DBABFF: hue angle of 274.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBABFF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 171 | 255 | - |
| CMYK | 0.14 | 0.33 | 0 | 0 |
| HSL | 274.29º | 1% | 0.84% | - |
| HSV(B) | 274.29º | 0.33% | 1% | - |
| XYZ | 61.83 | 51.41 | 101.27 | - |
| YUV | 194.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 255 | 0.14 | 0.33 | 0 | 0 | 274.29 | 1 | 0.84 |
| Hex | DB | AB | FF | E | 21 | 0 | 0 | 112 | 64 | 54 |
| Octal | 333 | 253 | 377 | 16 | 41 | 0 | 0 | 422 | 144 | 124 |
| Binary | 11011011 | 10101011 | 11111111 | 1110 | 100001 | 0 | 0 | 100010010 | 1100100 | 1010100 |
Color Harmonies of #DBABFF
Complementary color
Monochromatic Colors of #DBABFF
Black with #DBABFF
Text Example
Text Example
White with #DBABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABFF; }
p { color: rgb(219,171,255); }
H1.HeaderClassName
{
color: #DBABFF;
}
.AnyTagClassName
{
color: #DBABFF;
}
</style>
background-color css
<style>
a { background-color: #DBABFF; }
a { background-color: rgb(219,171,255); }
div.DivClassName
{
background-color: #DBABFF;
}
.BgClassName
{
background-color: #DBABFF;
}
</style>
border-color css
<style>
span { border-color: #DBABFF; }
span { border-color: rgb(219,171,255); }
td.TdClassName
{
border-color: #DBABFF;
}
.TagClassName
{
border-color: #DBABFF;
}
</style>