Shades of Mauve #DBAAF2
Tints of Mauve #DBAAF2
RGB
CMYK
RGB Variations
Color information
#DBAAF2 (or 0xDBAAF2) is known color: Mauve. HEX triplet: DB, AA and F2. RGB value is (219,170,242). Sum of RGB (Red+Green+Blue) = 219+170+242=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAF2 is #24550D. Grayscale: #C0C0C0. Windows color (decimal): -2381070 or 15903451. OLE color: 15903451.
HSL color Cylindrical-coordinate representation of color #DBAAF2: hue angle of 280.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBAAF2 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 170 | 242 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.05 |
| HSL | 280.83º | 0.73% | 0.81% | - |
| HSV(B) | 280.83º | 0.3% | 0.95% | - |
| XYZ | 59.62 | 50.22 | 90.56 | - |
| YUV | 192.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 242 | 0.10 | 0.30 | 0 | 0.05 | 280.83 | 0.73 | 0.81 |
| Hex | DB | AA | F2 | A | 1E | 0 | 5 | 119 | 49 | 51 |
| Octal | 333 | 252 | 362 | 12 | 36 | 0 | 5 | 431 | 111 | 121 |
| Binary | 11011011 | 10101010 | 11110010 | 1010 | 11110 | 0 | 101 | 100011001 | 1001001 | 1010001 |
Color Harmonies of #DBAAF2
Complementary color
Monochromatic Colors of #DBAAF2
Black with #DBAAF2
Text Example
Text Example
White with #DBAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAF2; }
p { color: rgb(219,170,242); }
H1.HeaderClassName
{
color: #DBAAF2;
}
.AnyTagClassName
{
color: #DBAAF2;
}
</style>
background-color css
<style>
a { background-color: #DBAAF2; }
a { background-color: rgb(219,170,242); }
div.DivClassName
{
background-color: #DBAAF2;
}
.BgClassName
{
background-color: #DBAAF2;
}
</style>
border-color css
<style>
span { border-color: #DBAAF2; }
span { border-color: rgb(219,170,242); }
td.TdClassName
{
border-color: #DBAAF2;
}
.TagClassName
{
border-color: #DBAAF2;
}
</style>