Shades of Mauve #DBA8EE
Tints of Mauve #DBA8EE
RGB
CMYK
RGB Variations
Color information
#DBA8EE (or 0xDBA8EE) is known color: Mauve. HEX triplet: DB, A8 and EE. RGB value is (219,168,238). Sum of RGB (Red+Green+Blue) = 219+168+238=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8EE is #245711. Grayscale: #BFBFBF. Windows color (decimal): -2381586 or 15640795. OLE color: 15640795.
HSL color Cylindrical-coordinate representation of color #DBA8EE: hue angle of 283.71º 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 #DBA8EE is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 168 | 238 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.07 |
| HSL | 283.71º | 0.67% | 0.8% | - |
| HSV(B) | 283.71º | 0.29% | 0.93% | - |
| XYZ | 58.65 | 49.24 | 87.3 | - |
| YUV | 191.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 238 | 0.08 | 0.29 | 0 | 0.07 | 283.71 | 0.67 | 0.8 |
| Hex | DB | A8 | EE | 8 | 1D | 0 | 7 | 11C | 43 | 50 |
| Octal | 333 | 250 | 356 | 10 | 35 | 0 | 7 | 434 | 103 | 120 |
| Binary | 11011011 | 10101000 | 11101110 | 1000 | 11101 | 0 | 111 | 100011100 | 1000011 | 1010000 |
Color Harmonies of #DBA8EE
Complementary color
Monochromatic Colors of #DBA8EE
Black with #DBA8EE
Text Example
Text Example
White with #DBA8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8EE; }
p { color: rgb(219,168,238); }
H1.HeaderClassName
{
color: #DBA8EE;
}
.AnyTagClassName
{
color: #DBA8EE;
}
</style>
background-color css
<style>
a { background-color: #DBA8EE; }
a { background-color: rgb(219,168,238); }
div.DivClassName
{
background-color: #DBA8EE;
}
.BgClassName
{
background-color: #DBA8EE;
}
</style>
border-color css
<style>
span { border-color: #DBA8EE; }
span { border-color: rgb(219,168,238); }
td.TdClassName
{
border-color: #DBA8EE;
}
.TagClassName
{
border-color: #DBA8EE;
}
</style>