Shades of Mauve #DBA9F6
Tints of Mauve #DBA9F6
RGB
CMYK
RGB Variations
Color information
#DBA9F6 (or 0xDBA9F6) is known color: Mauve. HEX triplet: DB, A9 and F6. RGB value is (219,169,246). Sum of RGB (Red+Green+Blue) = 219+169+246=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBA9F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9F6 is #245609. Grayscale: #C0C0C0. Windows color (decimal): -2381322 or 16165339. OLE color: 16165339.
HSL color Cylindrical-coordinate representation of color #DBA9F6: hue angle of 278.96º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA9F6 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 169 | 246 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.04 |
| HSL | 278.96º | 0.81% | 0.81% | - |
| HSV(B) | 278.96º | 0.31% | 0.96% | - |
| XYZ | 60.04 | 50.09 | 93.69 | - |
| YUV | 192.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 246 | 0.11 | 0.31 | 0 | 0.04 | 278.96 | 0.81 | 0.81 |
| Hex | DB | A9 | F6 | B | 1F | 0 | 4 | 117 | 51 | 51 |
| Octal | 333 | 251 | 366 | 13 | 37 | 0 | 4 | 427 | 121 | 121 |
| Binary | 11011011 | 10101001 | 11110110 | 1011 | 11111 | 0 | 100 | 100010111 | 1010001 | 1010001 |
Color Harmonies of #DBA9F6
Complementary color
Monochromatic Colors of #DBA9F6
Black with #DBA9F6
Text Example
Text Example
White with #DBA9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9F6; }
p { color: rgb(219,169,246); }
H1.HeaderClassName
{
color: #DBA9F6;
}
.AnyTagClassName
{
color: #DBA9F6;
}
</style>
background-color css
<style>
a { background-color: #DBA9F6; }
a { background-color: rgb(219,169,246); }
div.DivClassName
{
background-color: #DBA9F6;
}
.BgClassName
{
background-color: #DBA9F6;
}
</style>
border-color css
<style>
span { border-color: #DBA9F6; }
span { border-color: rgb(219,169,246); }
td.TdClassName
{
border-color: #DBA9F6;
}
.TagClassName
{
border-color: #DBA9F6;
}
</style>