Shades of Mauve #DBA4ED
Tints of Mauve #DBA4ED
RGB
CMYK
RGB Variations
Color information
#DBA4ED (or 0xDBA4ED) is known color: Mauve. HEX triplet: DB, A4 and ED. RGB value is (219,164,237). Sum of RGB (Red+Green+Blue) = 219+164+237=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4ED is #245B12. Grayscale: #BCBCBC. Windows color (decimal): -2382611 or 15574235. OLE color: 15574235.
HSL color Cylindrical-coordinate representation of color #DBA4ED: hue angle of 285.21º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA4ED is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 164 | 237 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.07 |
| HSL | 285.21º | 0.67% | 0.79% | - |
| HSV(B) | 285.21º | 0.31% | 0.93% | - |
| XYZ | 57.77 | 47.73 | 86.29 | - |
| YUV | 188.77 | 155.22 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 237 | 0.08 | 0.31 | 0 | 0.07 | 285.21 | 0.67 | 0.79 |
| Hex | DB | A4 | ED | 8 | 1F | 0 | 7 | 11D | 43 | 4F |
| Octal | 333 | 244 | 355 | 10 | 37 | 0 | 7 | 435 | 103 | 117 |
| Binary | 11011011 | 10100100 | 11101101 | 1000 | 11111 | 0 | 111 | 100011101 | 1000011 | 1001111 |
Color Harmonies of #DBA4ED
Complementary color
Monochromatic Colors of #DBA4ED
Black with #DBA4ED
Text Example
Text Example
White with #DBA4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4ED; }
p { color: rgb(219,164,237); }
H1.HeaderClassName
{
color: #DBA4ED;
}
.AnyTagClassName
{
color: #DBA4ED;
}
</style>
background-color css
<style>
a { background-color: #DBA4ED; }
a { background-color: rgb(219,164,237); }
div.DivClassName
{
background-color: #DBA4ED;
}
.BgClassName
{
background-color: #DBA4ED;
}
</style>
border-color css
<style>
span { border-color: #DBA4ED; }
span { border-color: rgb(219,164,237); }
td.TdClassName
{
border-color: #DBA4ED;
}
.TagClassName
{
border-color: #DBA4ED;
}
</style>