Shades of Mauve #DBA6EF
Tints of Mauve #DBA6EF
RGB
CMYK
RGB Variations
Color information
#DBA6EF (or 0xDBA6EF) is known color: Mauve. HEX triplet: DB, A6 and EF. RGB value is (219,166,239). Sum of RGB (Red+Green+Blue) = 219+166+239=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBA6EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA6EF is #245910. Grayscale: #BDBDBD. Windows color (decimal): -2382097 or 15705819. OLE color: 15705819.
HSL color Cylindrical-coordinate representation of color #DBA6EF: hue angle of 283.56º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA6EF is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 166 | 239 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.06 |
| HSL | 283.56º | 0.7% | 0.79% | - |
| HSV(B) | 283.56º | 0.31% | 0.94% | - |
| XYZ | 58.43 | 48.56 | 87.96 | - |
| YUV | 190.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 239 | 0.08 | 0.31 | 0 | 0.06 | 283.56 | 0.7 | 0.79 |
| Hex | DB | A6 | EF | 8 | 1F | 0 | 6 | 11C | 46 | 4F |
| Octal | 333 | 246 | 357 | 10 | 37 | 0 | 6 | 434 | 106 | 117 |
| Binary | 11011011 | 10100110 | 11101111 | 1000 | 11111 | 0 | 110 | 100011100 | 1000110 | 1001111 |
Color Harmonies of #DBA6EF
Complementary color
Monochromatic Colors of #DBA6EF
Black with #DBA6EF
Text Example
Text Example
White with #DBA6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6EF; }
p { color: rgb(219,166,239); }
H1.HeaderClassName
{
color: #DBA6EF;
}
.AnyTagClassName
{
color: #DBA6EF;
}
</style>
background-color css
<style>
a { background-color: #DBA6EF; }
a { background-color: rgb(219,166,239); }
div.DivClassName
{
background-color: #DBA6EF;
}
.BgClassName
{
background-color: #DBA6EF;
}
</style>
border-color css
<style>
span { border-color: #DBA6EF; }
span { border-color: rgb(219,166,239); }
td.TdClassName
{
border-color: #DBA6EF;
}
.TagClassName
{
border-color: #DBA6EF;
}
</style>