Shades of Mauve #DBABFC
Tints of Mauve #DBABFC
RGB
CMYK
RGB Variations
Color information
#DBABFC (or 0xDBABFC) is known color: Mauve. HEX triplet: DB, AB and FC. RGB value is (219,171,252). Sum of RGB (Red+Green+Blue) = 219+171+252=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABFC is #245403. Grayscale: #C2C2C2. Windows color (decimal): -2380804 or 16559067. OLE color: 16559067.
HSL color Cylindrical-coordinate representation of color #DBABFC: hue angle of 275.56º degrees, saturation: 0.93, 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 #DBABFC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 171 | 252 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.01 |
| HSL | 275.56º | 0.93% | 0.83% | - |
| HSV(B) | 275.56º | 0.32% | 0.99% | - |
| XYZ | 61.35 | 51.21 | 98.75 | - |
| YUV | 194.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 252 | 0.13 | 0.32 | 0 | 0.01 | 275.56 | 0.93 | 0.83 |
| Hex | DB | AB | FC | D | 20 | 0 | 1 | 114 | 5D | 53 |
| Octal | 333 | 253 | 374 | 15 | 40 | 0 | 1 | 424 | 135 | 123 |
| Binary | 11011011 | 10101011 | 11111100 | 1101 | 100000 | 0 | 1 | 100010100 | 1011101 | 1010011 |
Color Harmonies of #DBABFC
Complementary color
Monochromatic Colors of #DBABFC
Black with #DBABFC
Text Example
Text Example
White with #DBABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABFC; }
p { color: rgb(219,171,252); }
H1.HeaderClassName
{
color: #DBABFC;
}
.AnyTagClassName
{
color: #DBABFC;
}
</style>
background-color css
<style>
a { background-color: #DBABFC; }
a { background-color: rgb(219,171,252); }
div.DivClassName
{
background-color: #DBABFC;
}
.BgClassName
{
background-color: #DBABFC;
}
</style>
border-color css
<style>
span { border-color: #DBABFC; }
span { border-color: rgb(219,171,252); }
td.TdClassName
{
border-color: #DBABFC;
}
.TagClassName
{
border-color: #DBABFC;
}
</style>