Shades of Mauve #DBA8F0
Tints of Mauve #DBA8F0
RGB
CMYK
RGB Variations
Color information
#DBA8F0 (or 0xDBA8F0) is known color: Mauve. HEX triplet: DB, A8 and F0. RGB value is (219,168,240). Sum of RGB (Red+Green+Blue) = 219+168+240=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBA8F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8F0 is #24570F. Grayscale: #BFBFBF. Windows color (decimal): -2381584 or 15771867. OLE color: 15771867.
HSL color Cylindrical-coordinate representation of color #DBA8F0: hue angle of 282.5º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA8F0 is Cyan = 0.09, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 168 | 240 | - |
| CMYK | 0.09 | 0.3 | 0 | 0.06 |
| HSL | 282.5º | 0.71% | 0.8% | - |
| HSV(B) | 282.5º | 0.3% | 0.94% | - |
| XYZ | 58.94 | 49.36 | 88.86 | - |
| YUV | 191.46 | 155.4 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 240 | 0.09 | 0.3 | 0 | 0.06 | 282.5 | 0.71 | 0.8 |
| Hex | DB | A8 | F0 | 9 | 1E | 0 | 6 | 11A | 47 | 50 |
| Octal | 333 | 250 | 360 | 11 | 36 | 0 | 6 | 432 | 107 | 120 |
| Binary | 11011011 | 10101000 | 11110000 | 1001 | 11110 | 0 | 110 | 100011010 | 1000111 | 1010000 |
Color Harmonies of #DBA8F0
Complementary color
Monochromatic Colors of #DBA8F0
Black with #DBA8F0
Text Example
Text Example
White with #DBA8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8F0; }
p { color: rgb(219,168,240); }
H1.HeaderClassName
{
color: #DBA8F0;
}
.AnyTagClassName
{
color: #DBA8F0;
}
</style>
background-color css
<style>
a { background-color: #DBA8F0; }
a { background-color: rgb(219,168,240); }
div.DivClassName
{
background-color: #DBA8F0;
}
.BgClassName
{
background-color: #DBA8F0;
}
</style>
border-color css
<style>
span { border-color: #DBA8F0; }
span { border-color: rgb(219,168,240); }
td.TdClassName
{
border-color: #DBA8F0;
}
.TagClassName
{
border-color: #DBA8F0;
}
</style>