Shades of Mauve #DBACEB
Tints of Mauve #DBACEB
RGB
CMYK
RGB Variations
Color information
#DBACEB (or 0xDBACEB) is known color: Mauve. HEX triplet: DB, AC and EB. RGB value is (219,172,235). Sum of RGB (Red+Green+Blue) = 219+172+235=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACEB is #245314. Grayscale: #C1C1C1. Windows color (decimal): -2380565 or 15445211. OLE color: 15445211.
HSL color Cylindrical-coordinate representation of color #DBACEB: hue angle of 284.76º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBACEB is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 172 | 235 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.08 |
| HSL | 284.76º | 0.61% | 0.8% | - |
| HSV(B) | 284.76º | 0.27% | 0.92% | - |
| XYZ | 58.96 | 50.56 | 85.25 | - |
| YUV | 193.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 235 | 0.07 | 0.27 | 0 | 0.08 | 284.76 | 0.61 | 0.8 |
| Hex | DB | AC | EB | 7 | 1B | 0 | 8 | 11D | 3D | 50 |
| Octal | 333 | 254 | 353 | 7 | 33 | 0 | 10 | 435 | 75 | 120 |
| Binary | 11011011 | 10101100 | 11101011 | 111 | 11011 | 0 | 1000 | 100011101 | 111101 | 1010000 |
Color Harmonies of #DBACEB
Complementary color
Monochromatic Colors of #DBACEB
Black with #DBACEB
Text Example
Text Example
White with #DBACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACEB; }
p { color: rgb(219,172,235); }
H1.HeaderClassName
{
color: #DBACEB;
}
.AnyTagClassName
{
color: #DBACEB;
}
</style>
background-color css
<style>
a { background-color: #DBACEB; }
a { background-color: rgb(219,172,235); }
div.DivClassName
{
background-color: #DBACEB;
}
.BgClassName
{
background-color: #DBACEB;
}
</style>
border-color css
<style>
span { border-color: #DBACEB; }
span { border-color: rgb(219,172,235); }
td.TdClassName
{
border-color: #DBACEB;
}
.TagClassName
{
border-color: #DBACEB;
}
</style>