Shades of Mauve #DBA9EE
Tints of Mauve #DBA9EE
RGB
CMYK
RGB Variations
Color information
#DBA9EE (or 0xDBA9EE) is known color: Mauve. HEX triplet: DB, A9 and EE. RGB value is (219,169,238). Sum of RGB (Red+Green+Blue) = 219+169+238=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBA9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9EE is #245611. Grayscale: #BFBFBF. Windows color (decimal): -2381330 or 15641051. OLE color: 15641051.
HSL color Cylindrical-coordinate representation of color #DBA9EE: hue angle of 283.48º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA9EE is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 169 | 238 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.07 |
| HSL | 283.48º | 0.67% | 0.8% | - |
| HSV(B) | 283.48º | 0.29% | 0.93% | - |
| XYZ | 58.83 | 49.61 | 87.36 | - |
| YUV | 191.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 238 | 0.08 | 0.29 | 0 | 0.07 | 283.48 | 0.67 | 0.8 |
| Hex | DB | A9 | EE | 8 | 1D | 0 | 7 | 11B | 43 | 50 |
| Octal | 333 | 251 | 356 | 10 | 35 | 0 | 7 | 433 | 103 | 120 |
| Binary | 11011011 | 10101001 | 11101110 | 1000 | 11101 | 0 | 111 | 100011011 | 1000011 | 1010000 |
Color Harmonies of #DBA9EE
Complementary color
Monochromatic Colors of #DBA9EE
Black with #DBA9EE
Text Example
Text Example
White with #DBA9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9EE; }
p { color: rgb(219,169,238); }
H1.HeaderClassName
{
color: #DBA9EE;
}
.AnyTagClassName
{
color: #DBA9EE;
}
</style>
background-color css
<style>
a { background-color: #DBA9EE; }
a { background-color: rgb(219,169,238); }
div.DivClassName
{
background-color: #DBA9EE;
}
.BgClassName
{
background-color: #DBA9EE;
}
</style>
border-color css
<style>
span { border-color: #DBA9EE; }
span { border-color: rgb(219,169,238); }
td.TdClassName
{
border-color: #DBA9EE;
}
.TagClassName
{
border-color: #DBA9EE;
}
</style>