Shades of Mauve #DBA7ED
Tints of Mauve #DBA7ED
RGB
CMYK
RGB Variations
Color information
#DBA7ED (or 0xDBA7ED) is known color: Mauve. HEX triplet: DB, A7 and ED. RGB value is (219,167,237). Sum of RGB (Red+Green+Blue) = 219+167+237=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBA7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7ED is #245812. Grayscale: #BEBEBE. Windows color (decimal): -2381843 or 15575003. OLE color: 15575003.
HSL color Cylindrical-coordinate representation of color #DBA7ED: hue angle of 284.57º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA7ED is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 167 | 237 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.07 |
| HSL | 284.57º | 0.66% | 0.79% | - |
| HSV(B) | 284.57º | 0.3% | 0.93% | - |
| XYZ | 58.32 | 48.81 | 86.47 | - |
| YUV | 190.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 237 | 0.08 | 0.30 | 0 | 0.07 | 284.57 | 0.66 | 0.79 |
| Hex | DB | A7 | ED | 8 | 1E | 0 | 7 | 11D | 42 | 4F |
| Octal | 333 | 247 | 355 | 10 | 36 | 0 | 7 | 435 | 102 | 117 |
| Binary | 11011011 | 10100111 | 11101101 | 1000 | 11110 | 0 | 111 | 100011101 | 1000010 | 1001111 |
Color Harmonies of #DBA7ED
Complementary color
Monochromatic Colors of #DBA7ED
Black with #DBA7ED
Text Example
Text Example
White with #DBA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7ED; }
p { color: rgb(219,167,237); }
H1.HeaderClassName
{
color: #DBA7ED;
}
.AnyTagClassName
{
color: #DBA7ED;
}
</style>
background-color css
<style>
a { background-color: #DBA7ED; }
a { background-color: rgb(219,167,237); }
div.DivClassName
{
background-color: #DBA7ED;
}
.BgClassName
{
background-color: #DBA7ED;
}
</style>
border-color css
<style>
span { border-color: #DBA7ED; }
span { border-color: rgb(219,167,237); }
td.TdClassName
{
border-color: #DBA7ED;
}
.TagClassName
{
border-color: #DBA7ED;
}
</style>