Shades of Mauve #DBACEA
Tints of Mauve #DBACEA
RGB
CMYK
RGB Variations
Color information
#DBACEA (or 0xDBACEA) is known color: Mauve. HEX triplet: DB, AC and EA. RGB value is (219,172,234). Sum of RGB (Red+Green+Blue) = 219+172+234=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACEA is #245315. Grayscale: #C0C0C0. Windows color (decimal): -2380566 or 15379675. OLE color: 15379675.
HSL color Cylindrical-coordinate representation of color #DBACEA: hue angle of 285.48º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBACEA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 172 | 234 | - |
CMYK | 0.06 | 0.26 | 0 | 0.08 |
HSL | 285.48º | 0.6% | 0.8% | - |
HSV(B) | 285.48º | 0.26% | 0.92% | - |
XYZ | 58.82 | 50.51 | 84.49 | - |
YUV | 193.12 | 151.07 | 146.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 172 | 234 | 0.06 | 0.26 | 0 | 0.08 | 285.48 | 0.6 | 0.8 |
Hex | DB | AC | EA | 6 | 1A | 0 | 8 | 11D | 3C | 50 |
Octal | 333 | 254 | 352 | 6 | 32 | 0 | 10 | 435 | 74 | 120 |
Binary | 11011011 | 10101100 | 11101010 | 110 | 11010 | 0 | 1000 | 100011101 | 111100 | 1010000 |
Color Harmonies of #DBACEA
Complementary color
Monochromatic Colors of #DBACEA
Black with #DBACEA
Text Example
Text Example
White with #DBACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACEA; }
p { color: rgb(219,172,234); }
H1.HeaderClassName
{
color: #DBACEA;
}
.AnyTagClassName
{
color: #DBACEA;
}
</style>
background-color css
<style>
a { background-color: #DBACEA; }
a { background-color: rgb(219,172,234); }
div.DivClassName
{
background-color: #DBACEA;
}
.BgClassName
{
background-color: #DBACEA;
}
</style>
border-color css
<style>
span { border-color: #DBACEA; }
span { border-color: rgb(219,172,234); }
td.TdClassName
{
border-color: #DBACEA;
}
.TagClassName
{
border-color: #DBACEA;
}
</style>