Shades of Mauve #DBAAEE
Tints of Mauve #DBAAEE
RGB
CMYK
RGB Variations
Color information
#DBAAEE (or 0xDBAAEE) is known color: Mauve. HEX triplet: DB, AA and EE. RGB value is (219,170,238). Sum of RGB (Red+Green+Blue) = 219+170+238=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAEE is #245511. Grayscale: #C0C0C0. Windows color (decimal): -2381074 or 15641307. OLE color: 15641307.
HSL color Cylindrical-coordinate representation of color #DBAAEE: hue angle of 283.24º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBAAEE is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 170 | 238 | - |
CMYK | 0.08 | 0.29 | 0 | 0.07 |
HSL | 283.24º | 0.67% | 0.8% | - |
HSV(B) | 283.24º | 0.29% | 0.93% | - |
XYZ | 59.02 | 49.98 | 87.43 | - |
YUV | 192.4 | 153.73 | 146.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 170 | 238 | 0.08 | 0.29 | 0 | 0.07 | 283.24 | 0.67 | 0.8 |
Hex | DB | AA | EE | 8 | 1D | 0 | 7 | 11B | 43 | 50 |
Octal | 333 | 252 | 356 | 10 | 35 | 0 | 7 | 433 | 103 | 120 |
Binary | 11011011 | 10101010 | 11101110 | 1000 | 11101 | 0 | 111 | 100011011 | 1000011 | 1010000 |
Color Harmonies of #DBAAEE
Complementary color
Monochromatic Colors of #DBAAEE
Black with #DBAAEE
Text Example
Text Example
White with #DBAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAEE; }
p { color: rgb(219,170,238); }
H1.HeaderClassName
{
color: #DBAAEE;
}
.AnyTagClassName
{
color: #DBAAEE;
}
</style>
background-color css
<style>
a { background-color: #DBAAEE; }
a { background-color: rgb(219,170,238); }
div.DivClassName
{
background-color: #DBAAEE;
}
.BgClassName
{
background-color: #DBAAEE;
}
</style>
border-color css
<style>
span { border-color: #DBAAEE; }
span { border-color: rgb(219,170,238); }
td.TdClassName
{
border-color: #DBAAEE;
}
.TagClassName
{
border-color: #DBAAEE;
}
</style>