Shades of Mauve #DBABEA
Tints of Mauve #DBABEA
RGB
CMYK
RGB Variations
Color information
#DBABEA (or 0xDBABEA) is known color: Mauve. HEX triplet: DB, AB and EA. RGB value is (219,171,234). Sum of RGB (Red+Green+Blue) = 219+171+234=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABEA is #245415. Grayscale: #C0C0C0. Windows color (decimal): -2380822 or 15379419. OLE color: 15379419.
HSL color Cylindrical-coordinate representation of color #DBABEA: hue angle of 285.71º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBABEA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 171 | 234 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.08 |
| HSL | 285.71º | 0.6% | 0.79% | - |
| HSV(B) | 285.71º | 0.27% | 0.92% | - |
| XYZ | 58.63 | 50.13 | 84.43 | - |
| YUV | 192.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 234 | 0.06 | 0.27 | 0 | 0.08 | 285.71 | 0.6 | 0.79 |
| Hex | DB | AB | EA | 6 | 1B | 0 | 8 | 11E | 3C | 4F |
| Octal | 333 | 253 | 352 | 6 | 33 | 0 | 10 | 436 | 74 | 117 |
| Binary | 11011011 | 10101011 | 11101010 | 110 | 11011 | 0 | 1000 | 100011110 | 111100 | 1001111 |
Color Harmonies of #DBABEA
Complementary color
Monochromatic Colors of #DBABEA
Black with #DBABEA
Text Example
Text Example
White with #DBABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABEA; }
p { color: rgb(219,171,234); }
H1.HeaderClassName
{
color: #DBABEA;
}
.AnyTagClassName
{
color: #DBABEA;
}
</style>
background-color css
<style>
a { background-color: #DBABEA; }
a { background-color: rgb(219,171,234); }
div.DivClassName
{
background-color: #DBABEA;
}
.BgClassName
{
background-color: #DBABEA;
}
</style>
border-color css
<style>
span { border-color: #DBABEA; }
span { border-color: rgb(219,171,234); }
td.TdClassName
{
border-color: #DBABEA;
}
.TagClassName
{
border-color: #DBABEA;
}
</style>