Shades of Mauve #DBA3EF
Tints of Mauve #DBA3EF
RGB
CMYK
RGB Variations
Color information
#DBA3EF (or 0xDBA3EF) is known color: Mauve. HEX triplet: DB, A3 and EF. RGB value is (219,163,239). Sum of RGB (Red+Green+Blue) = 219+163+239=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 163 (64.06% from 255 or 26.25% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBA3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3EF is #245C10. Grayscale: #BCBCBC. Windows color (decimal): -2382865 or 15705051. OLE color: 15705051.
HSL color Cylindrical-coordinate representation of color #DBA3EF: hue angle of 284.21º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA3EF is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 163 | 239 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.06 |
| HSL | 284.21º | 0.7% | 0.79% | - |
| HSV(B) | 284.21º | 0.32% | 0.94% | - |
| XYZ | 57.89 | 47.49 | 87.78 | - |
| YUV | 188.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 239 | 0.08 | 0.32 | 0 | 0.06 | 284.21 | 0.7 | 0.79 |
| Hex | DB | A3 | EF | 8 | 20 | 0 | 6 | 11C | 46 | 4F |
| Octal | 333 | 243 | 357 | 10 | 40 | 0 | 6 | 434 | 106 | 117 |
| Binary | 11011011 | 10100011 | 11101111 | 1000 | 100000 | 0 | 110 | 100011100 | 1000110 | 1001111 |
Color Harmonies of #DBA3EF
Complementary color
Monochromatic Colors of #DBA3EF
Black with #DBA3EF
Text Example
Text Example
White with #DBA3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3EF; }
p { color: rgb(219,163,239); }
H1.HeaderClassName
{
color: #DBA3EF;
}
.AnyTagClassName
{
color: #DBA3EF;
}
</style>
background-color css
<style>
a { background-color: #DBA3EF; }
a { background-color: rgb(219,163,239); }
div.DivClassName
{
background-color: #DBA3EF;
}
.BgClassName
{
background-color: #DBA3EF;
}
</style>
border-color css
<style>
span { border-color: #DBA3EF; }
span { border-color: rgb(219,163,239); }
td.TdClassName
{
border-color: #DBA3EF;
}
.TagClassName
{
border-color: #DBA3EF;
}
</style>