Shades of Mauve #DBA9FE
Tints of Mauve #DBA9FE
RGB
CMYK
RGB Variations
Color information
#DBA9FE (or 0xDBA9FE) is known color: Mauve. HEX triplet: DB, A9 and FE. RGB value is (219,169,254). Sum of RGB (Red+Green+Blue) = 219+169+254=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9FE is #245601. Grayscale: #C1C1C1. Windows color (decimal): -2381314 or 16689627. OLE color: 16689627.
HSL color Cylindrical-coordinate representation of color #DBA9FE: hue angle of 275.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA9FE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 169 | 254 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.00 |
| HSL | 275.29º | 0.98% | 0.83% | - |
| HSV(B) | 275.29º | 0.33% | 1% | - |
| XYZ | 61.29 | 50.59 | 100.3 | - |
| YUV | 193.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 254 | 0.14 | 0.33 | 0 | 0.00 | 275.29 | 0.98 | 0.83 |
| Hex | DB | A9 | FE | E | 21 | 0 | 0 | 113 | 62 | 53 |
| Octal | 333 | 251 | 376 | 16 | 41 | 0 | 0 | 423 | 142 | 123 |
| Binary | 11011011 | 10101001 | 11111110 | 1110 | 100001 | 0 | 0 | 100010011 | 1100010 | 1010011 |
Color Harmonies of #DBA9FE
Complementary color
Monochromatic Colors of #DBA9FE
Black with #DBA9FE
Text Example
Text Example
White with #DBA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9FE; }
p { color: rgb(219,169,254); }
H1.HeaderClassName
{
color: #DBA9FE;
}
.AnyTagClassName
{
color: #DBA9FE;
}
</style>
background-color css
<style>
a { background-color: #DBA9FE; }
a { background-color: rgb(219,169,254); }
div.DivClassName
{
background-color: #DBA9FE;
}
.BgClassName
{
background-color: #DBA9FE;
}
</style>
border-color css
<style>
span { border-color: #DBA9FE; }
span { border-color: rgb(219,169,254); }
td.TdClassName
{
border-color: #DBA9FE;
}
.TagClassName
{
border-color: #DBA9FE;
}
</style>