Shades of Mauve #DBAAEB
Tints of Mauve #DBAAEB
RGB
CMYK
RGB Variations
Color information
#DBAAEB (or 0xDBAAEB) is known color: Mauve. HEX triplet: DB, AA and EB. RGB value is (219,170,235). Sum of RGB (Red+Green+Blue) = 219+170+235=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAEB is #245514. Grayscale: #BFBFBF. Windows color (decimal): -2381077 or 15444699. OLE color: 15444699.
HSL color Cylindrical-coordinate representation of color #DBAAEB: hue angle of 285.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBAAEB is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 170 | 235 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.08 |
| HSL | 285.23º | 0.62% | 0.79% | - |
| HSV(B) | 285.23º | 0.28% | 0.92% | - |
| XYZ | 58.58 | 49.81 | 85.12 | - |
| YUV | 192.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 235 | 0.07 | 0.28 | 0 | 0.08 | 285.23 | 0.62 | 0.79 |
| Hex | DB | AA | EB | 7 | 1C | 0 | 8 | 11D | 3E | 4F |
| Octal | 333 | 252 | 353 | 7 | 34 | 0 | 10 | 435 | 76 | 117 |
| Binary | 11011011 | 10101010 | 11101011 | 111 | 11100 | 0 | 1000 | 100011101 | 111110 | 1001111 |
Color Harmonies of #DBAAEB
Complementary color
Monochromatic Colors of #DBAAEB
Black with #DBAAEB
Text Example
Text Example
White with #DBAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAEB; }
p { color: rgb(219,170,235); }
H1.HeaderClassName
{
color: #DBAAEB;
}
.AnyTagClassName
{
color: #DBAAEB;
}
</style>
background-color css
<style>
a { background-color: #DBAAEB; }
a { background-color: rgb(219,170,235); }
div.DivClassName
{
background-color: #DBAAEB;
}
.BgClassName
{
background-color: #DBAAEB;
}
</style>
border-color css
<style>
span { border-color: #DBAAEB; }
span { border-color: rgb(219,170,235); }
td.TdClassName
{
border-color: #DBAAEB;
}
.TagClassName
{
border-color: #DBAAEB;
}
</style>