Shades of Mauve #DBA9EC
Tints of Mauve #DBA9EC
RGB
CMYK
RGB Variations
Color information
#DBA9EC (or 0xDBA9EC) is known color: Mauve. HEX triplet: DB, A9 and EC. RGB value is (219,169,236). Sum of RGB (Red+Green+Blue) = 219+169+236=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9EC is #245613. Grayscale: #BFBFBF. Windows color (decimal): -2381332 or 15509979. OLE color: 15509979.
HSL color Cylindrical-coordinate representation of color #DBA9EC: hue angle of 284.78º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA9EC is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 169 | 236 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.07 |
| HSL | 284.78º | 0.64% | 0.79% | - |
| HSV(B) | 284.78º | 0.28% | 0.93% | - |
| XYZ | 58.54 | 49.49 | 85.82 | - |
| YUV | 191.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 236 | 0.07 | 0.28 | 0 | 0.07 | 284.78 | 0.64 | 0.79 |
| Hex | DB | A9 | EC | 7 | 1C | 0 | 7 | 11D | 40 | 4F |
| Octal | 333 | 251 | 354 | 7 | 34 | 0 | 7 | 435 | 100 | 117 |
| Binary | 11011011 | 10101001 | 11101100 | 111 | 11100 | 0 | 111 | 100011101 | 1000000 | 1001111 |
Color Harmonies of #DBA9EC
Complementary color
Monochromatic Colors of #DBA9EC
Black with #DBA9EC
Text Example
Text Example
White with #DBA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9EC; }
p { color: rgb(219,169,236); }
H1.HeaderClassName
{
color: #DBA9EC;
}
.AnyTagClassName
{
color: #DBA9EC;
}
</style>
background-color css
<style>
a { background-color: #DBA9EC; }
a { background-color: rgb(219,169,236); }
div.DivClassName
{
background-color: #DBA9EC;
}
.BgClassName
{
background-color: #DBA9EC;
}
</style>
border-color css
<style>
span { border-color: #DBA9EC; }
span { border-color: rgb(219,169,236); }
td.TdClassName
{
border-color: #DBA9EC;
}
.TagClassName
{
border-color: #DBA9EC;
}
</style>