Shades of Mauve #DBA3EE
Tints of Mauve #DBA3EE
RGB
CMYK
RGB Variations
Color information
#DBA3EE (or 0xDBA3EE) is known color: Mauve. HEX triplet: DB, A3 and EE. RGB value is (219,163,238). Sum of RGB (Red+Green+Blue) = 219+163+238=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3EE is #245C11. Grayscale: #BCBCBC. Windows color (decimal): -2382866 or 15639515. OLE color: 15639515.
HSL color Cylindrical-coordinate representation of color #DBA3EE: hue angle of 284.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA3EE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 163 | 238 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.07 |
| HSL | 284.8º | 0.69% | 0.79% | - |
| HSV(B) | 284.8º | 0.32% | 0.93% | - |
| XYZ | 57.74 | 47.43 | 87 | - |
| YUV | 188.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 238 | 0.08 | 0.32 | 0 | 0.07 | 284.8 | 0.69 | 0.79 |
| Hex | DB | A3 | EE | 8 | 20 | 0 | 7 | 11D | 45 | 4F |
| Octal | 333 | 243 | 356 | 10 | 40 | 0 | 7 | 435 | 105 | 117 |
| Binary | 11011011 | 10100011 | 11101110 | 1000 | 100000 | 0 | 111 | 100011101 | 1000101 | 1001111 |
Color Harmonies of #DBA3EE
Complementary color
Monochromatic Colors of #DBA3EE
Black with #DBA3EE
Text Example
Text Example
White with #DBA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3EE; }
p { color: rgb(219,163,238); }
H1.HeaderClassName
{
color: #DBA3EE;
}
.AnyTagClassName
{
color: #DBA3EE;
}
</style>
background-color css
<style>
a { background-color: #DBA3EE; }
a { background-color: rgb(219,163,238); }
div.DivClassName
{
background-color: #DBA3EE;
}
.BgClassName
{
background-color: #DBA3EE;
}
</style>
border-color css
<style>
span { border-color: #DBA3EE; }
span { border-color: rgb(219,163,238); }
td.TdClassName
{
border-color: #DBA3EE;
}
.TagClassName
{
border-color: #DBA3EE;
}
</style>