Shades of Mauve #DBADEA
Tints of Mauve #DBADEA
RGB
CMYK
RGB Variations
Color information
#DBADEA (or 0xDBADEA) is known color: Mauve. HEX triplet: DB, AD and EA. RGB value is (219,173,234). Sum of RGB (Red+Green+Blue) = 219+173+234=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADEA is #245215. Grayscale: #C1C1C1. Windows color (decimal): -2380310 or 15379931. OLE color: 15379931.
HSL color Cylindrical-coordinate representation of color #DBADEA: hue angle of 285.25º degrees, saturation: 0.59, 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 #DBADEA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 173 | 234 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.08 |
| HSL | 285.25º | 0.59% | 0.8% | - |
| HSV(B) | 285.25º | 0.26% | 0.92% | - |
| XYZ | 59.01 | 50.89 | 84.55 | - |
| YUV | 193.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 234 | 0.06 | 0.26 | 0 | 0.08 | 285.25 | 0.59 | 0.8 |
| Hex | DB | AD | EA | 6 | 1A | 0 | 8 | 11D | 3B | 50 |
| Octal | 333 | 255 | 352 | 6 | 32 | 0 | 10 | 435 | 73 | 120 |
| Binary | 11011011 | 10101101 | 11101010 | 110 | 11010 | 0 | 1000 | 100011101 | 111011 | 1010000 |
Color Harmonies of #DBADEA
Complementary color
Monochromatic Colors of #DBADEA
Black with #DBADEA
Text Example
Text Example
White with #DBADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADEA; }
p { color: rgb(219,173,234); }
H1.HeaderClassName
{
color: #DBADEA;
}
.AnyTagClassName
{
color: #DBADEA;
}
</style>
background-color css
<style>
a { background-color: #DBADEA; }
a { background-color: rgb(219,173,234); }
div.DivClassName
{
background-color: #DBADEA;
}
.BgClassName
{
background-color: #DBADEA;
}
</style>
border-color css
<style>
span { border-color: #DBADEA; }
span { border-color: rgb(219,173,234); }
td.TdClassName
{
border-color: #DBADEA;
}
.TagClassName
{
border-color: #DBADEA;
}
</style>