Shades of Mauve #DBAAEC
Tints of Mauve #DBAAEC
RGB
CMYK
RGB Variations
Color information
#DBAAEC (or 0xDBAAEC) is known color: Mauve. HEX triplet: DB, AA and EC. RGB value is (219,170,236). Sum of RGB (Red+Green+Blue) = 219+170+236=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAEC is #245513. Grayscale: #BFBFBF. Windows color (decimal): -2381076 or 15510235. OLE color: 15510235.
HSL color Cylindrical-coordinate representation of color #DBAAEC: hue angle of 284.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBAAEC is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 170 | 236 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.07 |
| HSL | 284.55º | 0.63% | 0.8% | - |
| HSV(B) | 284.55º | 0.28% | 0.93% | - |
| XYZ | 58.73 | 49.87 | 85.89 | - |
| YUV | 192.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 236 | 0.07 | 0.28 | 0 | 0.07 | 284.55 | 0.63 | 0.8 |
| Hex | DB | AA | EC | 7 | 1C | 0 | 7 | 11D | 3F | 50 |
| Octal | 333 | 252 | 354 | 7 | 34 | 0 | 7 | 435 | 77 | 120 |
| Binary | 11011011 | 10101010 | 11101100 | 111 | 11100 | 0 | 111 | 100011101 | 111111 | 1010000 |
Color Harmonies of #DBAAEC
Complementary color
Monochromatic Colors of #DBAAEC
Black with #DBAAEC
Text Example
Text Example
White with #DBAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAEC; }
p { color: rgb(219,170,236); }
H1.HeaderClassName
{
color: #DBAAEC;
}
.AnyTagClassName
{
color: #DBAAEC;
}
</style>
background-color css
<style>
a { background-color: #DBAAEC; }
a { background-color: rgb(219,170,236); }
div.DivClassName
{
background-color: #DBAAEC;
}
.BgClassName
{
background-color: #DBAAEC;
}
</style>
border-color css
<style>
span { border-color: #DBAAEC; }
span { border-color: rgb(219,170,236); }
td.TdClassName
{
border-color: #DBAAEC;
}
.TagClassName
{
border-color: #DBAAEC;
}
</style>