Shades of Mauve #DBA9EF
Tints of Mauve #DBA9EF
RGB
CMYK
RGB Variations
Color information
#DBA9EF (or 0xDBA9EF) is known color: Mauve. HEX triplet: DB, A9 and EF. RGB value is (219,169,239). Sum of RGB (Red+Green+Blue) = 219+169+239=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBA9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9EF is #245610. Grayscale: #BFBFBF. Windows color (decimal): -2381329 or 15706587. OLE color: 15706587.
HSL color Cylindrical-coordinate representation of color #DBA9EF: hue angle of 282.86º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA9EF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 169 | 239 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.06 |
| HSL | 282.86º | 0.69% | 0.8% | - |
| HSV(B) | 282.86º | 0.29% | 0.94% | - |
| XYZ | 58.98 | 49.67 | 88.14 | - |
| YUV | 191.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 239 | 0.08 | 0.29 | 0 | 0.06 | 282.86 | 0.69 | 0.8 |
| Hex | DB | A9 | EF | 8 | 1D | 0 | 6 | 11B | 45 | 50 |
| Octal | 333 | 251 | 357 | 10 | 35 | 0 | 6 | 433 | 105 | 120 |
| Binary | 11011011 | 10101001 | 11101111 | 1000 | 11101 | 0 | 110 | 100011011 | 1000101 | 1010000 |
Color Harmonies of #DBA9EF
Complementary color
Monochromatic Colors of #DBA9EF
Black with #DBA9EF
Text Example
Text Example
White with #DBA9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9EF; }
p { color: rgb(219,169,239); }
H1.HeaderClassName
{
color: #DBA9EF;
}
.AnyTagClassName
{
color: #DBA9EF;
}
</style>
background-color css
<style>
a { background-color: #DBA9EF; }
a { background-color: rgb(219,169,239); }
div.DivClassName
{
background-color: #DBA9EF;
}
.BgClassName
{
background-color: #DBA9EF;
}
</style>
border-color css
<style>
span { border-color: #DBA9EF; }
span { border-color: rgb(219,169,239); }
td.TdClassName
{
border-color: #DBA9EF;
}
.TagClassName
{
border-color: #DBA9EF;
}
</style>