Shades of Mauve #DBA2EE
Tints of Mauve #DBA2EE
RGB
CMYK
RGB Variations
Color information
#DBA2EE (or 0xDBA2EE) is known color: Mauve. HEX triplet: DB, A2 and EE. RGB value is (219,162,238). Sum of RGB (Red+Green+Blue) = 219+162+238=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2EE is #245D11. Grayscale: #BBBBBB. Windows color (decimal): -2383122 or 15639259. OLE color: 15639259.
HSL color Cylindrical-coordinate representation of color #DBA2EE: hue angle of 285º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA2EE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 162 | 238 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.07 |
| HSL | 285º | 0.69% | 0.78% | - |
| HSV(B) | 285º | 0.32% | 0.93% | - |
| XYZ | 57.57 | 47.07 | 86.94 | - |
| YUV | 187.71 | 156.38 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 238 | 0.08 | 0.32 | 0 | 0.07 | 285 | 0.69 | 0.78 |
| Hex | DB | A2 | EE | 8 | 20 | 0 | 7 | 11D | 45 | 4E |
| Octal | 333 | 242 | 356 | 10 | 40 | 0 | 7 | 435 | 105 | 116 |
| Binary | 11011011 | 10100010 | 11101110 | 1000 | 100000 | 0 | 111 | 100011101 | 1000101 | 1001110 |
Color Harmonies of #DBA2EE
Complementary color
Monochromatic Colors of #DBA2EE
Black with #DBA2EE
Text Example
Text Example
White with #DBA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2EE; }
p { color: rgb(219,162,238); }
H1.HeaderClassName
{
color: #DBA2EE;
}
.AnyTagClassName
{
color: #DBA2EE;
}
</style>
background-color css
<style>
a { background-color: #DBA2EE; }
a { background-color: rgb(219,162,238); }
div.DivClassName
{
background-color: #DBA2EE;
}
.BgClassName
{
background-color: #DBA2EE;
}
</style>
border-color css
<style>
span { border-color: #DBA2EE; }
span { border-color: rgb(219,162,238); }
td.TdClassName
{
border-color: #DBA2EE;
}
.TagClassName
{
border-color: #DBA2EE;
}
</style>