Shades of Mauve #DBA5ED
Tints of Mauve #DBA5ED
RGB
CMYK
RGB Variations
Color information
#DBA5ED (or 0xDBA5ED) is known color: Mauve. HEX triplet: DB, A5 and ED. RGB value is (219,165,237). Sum of RGB (Red+Green+Blue) = 219+165+237=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5ED is #245A12. Grayscale: #BDBDBD. Windows color (decimal): -2382355 or 15574491. OLE color: 15574491.
HSL color Cylindrical-coordinate representation of color #DBA5ED: hue angle of 285º degrees, saturation: 0.67, 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 #DBA5ED is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 165 | 237 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.07 |
| HSL | 285º | 0.67% | 0.79% | - |
| HSV(B) | 285º | 0.3% | 0.93% | - |
| XYZ | 57.95 | 48.08 | 86.35 | - |
| YUV | 189.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 237 | 0.08 | 0.30 | 0 | 0.07 | 285 | 0.67 | 0.79 |
| Hex | DB | A5 | ED | 8 | 1E | 0 | 7 | 11D | 43 | 4F |
| Octal | 333 | 245 | 355 | 10 | 36 | 0 | 7 | 435 | 103 | 117 |
| Binary | 11011011 | 10100101 | 11101101 | 1000 | 11110 | 0 | 111 | 100011101 | 1000011 | 1001111 |
Color Harmonies of #DBA5ED
Complementary color
Monochromatic Colors of #DBA5ED
Black with #DBA5ED
Text Example
Text Example
White with #DBA5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5ED; }
p { color: rgb(219,165,237); }
H1.HeaderClassName
{
color: #DBA5ED;
}
.AnyTagClassName
{
color: #DBA5ED;
}
</style>
background-color css
<style>
a { background-color: #DBA5ED; }
a { background-color: rgb(219,165,237); }
div.DivClassName
{
background-color: #DBA5ED;
}
.BgClassName
{
background-color: #DBA5ED;
}
</style>
border-color css
<style>
span { border-color: #DBA5ED; }
span { border-color: rgb(219,165,237); }
td.TdClassName
{
border-color: #DBA5ED;
}
.TagClassName
{
border-color: #DBA5ED;
}
</style>