Shades of Mauve #DBA6FF
Tints of Mauve #DBA6FF
RGB
CMYK
RGB Variations
Color information
#DBA6FF (or 0xDBA6FF) is known color: Mauve. HEX triplet: DB, A6 and FF. RGB value is (219,166,255). Sum of RGB (Red+Green+Blue) = 219+166+255=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 166 (65.23% from 255 or 25.94% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA6FF is #245900. Grayscale: #BFBFBF. Windows color (decimal): -2382081 or 16754395. OLE color: 16754395.
HSL color Cylindrical-coordinate representation of color #DBA6FF: hue angle of 275.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA6FF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 166 | 255 | - |
| CMYK | 0.14 | 0.35 | 0 | 0 |
| HSL | 275.73º | 1% | 0.83% | - |
| HSV(B) | 275.73º | 0.35% | 1% | - |
| XYZ | 60.9 | 49.55 | 100.96 | - |
| YUV | 191.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 255 | 0.14 | 0.35 | 0 | 0 | 275.73 | 1 | 0.83 |
| Hex | DB | A6 | FF | E | 23 | 0 | 0 | 114 | 64 | 53 |
| Octal | 333 | 246 | 377 | 16 | 43 | 0 | 0 | 424 | 144 | 123 |
| Binary | 11011011 | 10100110 | 11111111 | 1110 | 100011 | 0 | 0 | 100010100 | 1100100 | 1010011 |
Color Harmonies of #DBA6FF
Complementary color
Monochromatic Colors of #DBA6FF
Black with #DBA6FF
Text Example
Text Example
White with #DBA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6FF; }
p { color: rgb(219,166,255); }
H1.HeaderClassName
{
color: #DBA6FF;
}
.AnyTagClassName
{
color: #DBA6FF;
}
</style>
background-color css
<style>
a { background-color: #DBA6FF; }
a { background-color: rgb(219,166,255); }
div.DivClassName
{
background-color: #DBA6FF;
}
.BgClassName
{
background-color: #DBA6FF;
}
</style>
border-color css
<style>
span { border-color: #DBA6FF; }
span { border-color: rgb(219,166,255); }
td.TdClassName
{
border-color: #DBA6FF;
}
.TagClassName
{
border-color: #DBA6FF;
}
</style>