Shades of Mauve #DBBAFA
Tints of Mauve #DBBAFA
RGB
CMYK
RGB Variations
Color information
#DBBAFA (or 0xDBBAFA) is known color: Mauve. HEX triplet: DB, BA and FA. RGB value is (219,186,250). Sum of RGB (Red+Green+Blue) = 219+186+250=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAFA is #244505. Grayscale: #CACACA. Windows color (decimal): -2376966 or 16431835. OLE color: 16431835.
HSL color Cylindrical-coordinate representation of color #DBBAFA: hue angle of 270.94º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBAFA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 186 | 250 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.02 |
| HSL | 270.94º | 0.86% | 0.85% | - |
| HSV(B) | 270.94º | 0.26% | 0.98% | - |
| XYZ | 64.03 | 57.08 | 98.09 | - |
| YUV | 203.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 250 | 0.12 | 0.26 | 0 | 0.02 | 270.94 | 0.86 | 0.85 |
| Hex | DB | BA | FA | C | 1A | 0 | 2 | 10F | 56 | 55 |
| Octal | 333 | 272 | 372 | 14 | 32 | 0 | 2 | 417 | 126 | 125 |
| Binary | 11011011 | 10111010 | 11111010 | 1100 | 11010 | 0 | 10 | 100001111 | 1010110 | 1010101 |
Color Harmonies of #DBBAFA
Complementary color
Monochromatic Colors of #DBBAFA
Black with #DBBAFA
Text Example
Text Example
White with #DBBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAFA; }
p { color: rgb(219,186,250); }
H1.HeaderClassName
{
color: #DBBAFA;
}
.AnyTagClassName
{
color: #DBBAFA;
}
</style>
background-color css
<style>
a { background-color: #DBBAFA; }
a { background-color: rgb(219,186,250); }
div.DivClassName
{
background-color: #DBBAFA;
}
.BgClassName
{
background-color: #DBBAFA;
}
</style>
border-color css
<style>
span { border-color: #DBBAFA; }
span { border-color: rgb(219,186,250); }
td.TdClassName
{
border-color: #DBBAFA;
}
.TagClassName
{
border-color: #DBBAFA;
}
</style>