Shades of Mauve #DBAAFF
Tints of Mauve #DBAAFF
RGB
CMYK
RGB Variations
Color information
#DBAAFF (or 0xDBAAFF) is known color: Mauve. HEX triplet: DB, AA and FF. RGB value is (219,170,255). Sum of RGB (Red+Green+Blue) = 219+170+255=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAFF is #245500. Grayscale: #C2C2C2. Windows color (decimal): -2381057 or 16755419. OLE color: 16755419.
HSL color Cylindrical-coordinate representation of color #DBAAFF: hue angle of 274.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBAAFF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 170 | 255 | - |
| CMYK | 0.14 | 0.33 | 0 | 0 |
| HSL | 274.59º | 1% | 0.83% | - |
| HSV(B) | 274.59º | 0.33% | 1% | - |
| XYZ | 61.64 | 51.03 | 101.21 | - |
| YUV | 194.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 255 | 0.14 | 0.33 | 0 | 0 | 274.59 | 1 | 0.83 |
| Hex | DB | AA | FF | E | 21 | 0 | 0 | 113 | 64 | 53 |
| Octal | 333 | 252 | 377 | 16 | 41 | 0 | 0 | 423 | 144 | 123 |
| Binary | 11011011 | 10101010 | 11111111 | 1110 | 100001 | 0 | 0 | 100010011 | 1100100 | 1010011 |
Color Harmonies of #DBAAFF
Complementary color
Monochromatic Colors of #DBAAFF
Black with #DBAAFF
Text Example
Text Example
White with #DBAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAFF; }
p { color: rgb(219,170,255); }
H1.HeaderClassName
{
color: #DBAAFF;
}
.AnyTagClassName
{
color: #DBAAFF;
}
</style>
background-color css
<style>
a { background-color: #DBAAFF; }
a { background-color: rgb(219,170,255); }
div.DivClassName
{
background-color: #DBAAFF;
}
.BgClassName
{
background-color: #DBAAFF;
}
</style>
border-color css
<style>
span { border-color: #DBAAFF; }
span { border-color: rgb(219,170,255); }
td.TdClassName
{
border-color: #DBAAFF;
}
.TagClassName
{
border-color: #DBAAFF;
}
</style>