Shades of Mauve #DBA2EF
Tints of Mauve #DBA2EF
RGB
CMYK
RGB Variations
Color information
#DBA2EF (or 0xDBA2EF) is known color: Mauve. HEX triplet: DB, A2 and EF. RGB value is (219,162,239). Sum of RGB (Red+Green+Blue) = 219+162+239=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBA2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2EF is #245D10. Grayscale: #BBBBBB. Windows color (decimal): -2383121 or 15704795. OLE color: 15704795.
HSL color Cylindrical-coordinate representation of color #DBA2EF: hue angle of 284.42º degrees, saturation: 0.71, 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 #DBA2EF is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 162 | 239 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.06 |
| HSL | 284.42º | 0.71% | 0.79% | - |
| HSV(B) | 284.42º | 0.32% | 0.94% | - |
| XYZ | 57.71 | 47.13 | 87.72 | - |
| YUV | 187.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 239 | 0.08 | 0.32 | 0 | 0.06 | 284.42 | 0.71 | 0.79 |
| Hex | DB | A2 | EF | 8 | 20 | 0 | 6 | 11C | 47 | 4F |
| Octal | 333 | 242 | 357 | 10 | 40 | 0 | 6 | 434 | 107 | 117 |
| Binary | 11011011 | 10100010 | 11101111 | 1000 | 100000 | 0 | 110 | 100011100 | 1000111 | 1001111 |
Color Harmonies of #DBA2EF
Complementary color
Monochromatic Colors of #DBA2EF
Black with #DBA2EF
Text Example
Text Example
White with #DBA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2EF; }
p { color: rgb(219,162,239); }
H1.HeaderClassName
{
color: #DBA2EF;
}
.AnyTagClassName
{
color: #DBA2EF;
}
</style>
background-color css
<style>
a { background-color: #DBA2EF; }
a { background-color: rgb(219,162,239); }
div.DivClassName
{
background-color: #DBA2EF;
}
.BgClassName
{
background-color: #DBA2EF;
}
</style>
border-color css
<style>
span { border-color: #DBA2EF; }
span { border-color: rgb(219,162,239); }
td.TdClassName
{
border-color: #DBA2EF;
}
.TagClassName
{
border-color: #DBA2EF;
}
</style>