Shades of Mauve #DBAAFE
Tints of Mauve #DBAAFE
RGB
CMYK
RGB Variations
Color information
#DBAAFE (or 0xDBAAFE) is known color: Mauve. HEX triplet: DB, AA and FE. RGB value is (219,170,254). Sum of RGB (Red+Green+Blue) = 219+170+254=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAFE is #245501. Grayscale: #C1C1C1. Windows color (decimal): -2381058 or 16689883. OLE color: 16689883.
HSL color Cylindrical-coordinate representation of color #DBAAFE: hue angle of 275º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBAAFE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 170 | 254 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.00 |
| HSL | 275º | 0.98% | 0.83% | - |
| HSV(B) | 275º | 0.33% | 1% | - |
| XYZ | 61.48 | 50.97 | 100.36 | - |
| YUV | 194.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 254 | 0.14 | 0.33 | 0 | 0.00 | 275 | 0.98 | 0.83 |
| Hex | DB | AA | FE | E | 21 | 0 | 0 | 113 | 62 | 53 |
| Octal | 333 | 252 | 376 | 16 | 41 | 0 | 0 | 423 | 142 | 123 |
| Binary | 11011011 | 10101010 | 11111110 | 1110 | 100001 | 0 | 0 | 100010011 | 1100010 | 1010011 |
Color Harmonies of #DBAAFE
Complementary color
Monochromatic Colors of #DBAAFE
Black with #DBAAFE
Text Example
Text Example
White with #DBAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAFE; }
p { color: rgb(219,170,254); }
H1.HeaderClassName
{
color: #DBAAFE;
}
.AnyTagClassName
{
color: #DBAAFE;
}
</style>
background-color css
<style>
a { background-color: #DBAAFE; }
a { background-color: rgb(219,170,254); }
div.DivClassName
{
background-color: #DBAAFE;
}
.BgClassName
{
background-color: #DBAAFE;
}
</style>
border-color css
<style>
span { border-color: #DBAAFE; }
span { border-color: rgb(219,170,254); }
td.TdClassName
{
border-color: #DBAAFE;
}
.TagClassName
{
border-color: #DBAAFE;
}
</style>