Shades of Mauve #DBA8F6
Tints of Mauve #DBA8F6
RGB
CMYK
RGB Variations
Color information
#DBA8F6 (or 0xDBA8F6) is known color: Mauve. HEX triplet: DB, A8 and F6. RGB value is (219,168,246). Sum of RGB (Red+Green+Blue) = 219+168+246=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBA8F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8F6 is #245709. Grayscale: #BFBFBF. Windows color (decimal): -2381578 or 16165083. OLE color: 16165083.
HSL color Cylindrical-coordinate representation of color #DBA8F6: hue angle of 279.23º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA8F6 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 168 | 246 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.04 |
| HSL | 279.23º | 0.81% | 0.81% | - |
| HSV(B) | 279.23º | 0.32% | 0.96% | - |
| XYZ | 59.85 | 49.72 | 93.63 | - |
| YUV | 192.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 246 | 0.11 | 0.32 | 0 | 0.04 | 279.23 | 0.81 | 0.81 |
| Hex | DB | A8 | F6 | B | 20 | 0 | 4 | 117 | 51 | 51 |
| Octal | 333 | 250 | 366 | 13 | 40 | 0 | 4 | 427 | 121 | 121 |
| Binary | 11011011 | 10101000 | 11110110 | 1011 | 100000 | 0 | 100 | 100010111 | 1010001 | 1010001 |
Color Harmonies of #DBA8F6
Complementary color
Monochromatic Colors of #DBA8F6
Black with #DBA8F6
Text Example
Text Example
White with #DBA8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8F6; }
p { color: rgb(219,168,246); }
H1.HeaderClassName
{
color: #DBA8F6;
}
.AnyTagClassName
{
color: #DBA8F6;
}
</style>
background-color css
<style>
a { background-color: #DBA8F6; }
a { background-color: rgb(219,168,246); }
div.DivClassName
{
background-color: #DBA8F6;
}
.BgClassName
{
background-color: #DBA8F6;
}
</style>
border-color css
<style>
span { border-color: #DBA8F6; }
span { border-color: rgb(219,168,246); }
td.TdClassName
{
border-color: #DBA8F6;
}
.TagClassName
{
border-color: #DBA8F6;
}
</style>