Shades of Mauve #DBB9EC
Tints of Mauve #DBB9EC
RGB
CMYK
RGB Variations
Color information
#DBB9EC (or 0xDBB9EC) is known color: Mauve. HEX triplet: DB, B9 and EC. RGB value is (219,185,236). Sum of RGB (Red+Green+Blue) = 219+185+236=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9EC is #244613. Grayscale: #C8C8C8. Windows color (decimal): -2377236 or 15514075. OLE color: 15514075.
HSL color Cylindrical-coordinate representation of color #DBB9EC: hue angle of 280º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB9EC is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 185 | 236 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.07 |
| HSL | 280º | 0.57% | 0.83% | - |
| HSV(B) | 280º | 0.22% | 0.93% | - |
| XYZ | 61.7 | 55.81 | 86.88 | - |
| YUV | 200.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 236 | 0.07 | 0.22 | 0 | 0.07 | 280 | 0.57 | 0.83 |
| Hex | DB | B9 | EC | 7 | 16 | 0 | 7 | 118 | 39 | 53 |
| Octal | 333 | 271 | 354 | 7 | 26 | 0 | 7 | 430 | 71 | 123 |
| Binary | 11011011 | 10111001 | 11101100 | 111 | 10110 | 0 | 111 | 100011000 | 111001 | 1010011 |
Color Harmonies of #DBB9EC
Complementary color
Monochromatic Colors of #DBB9EC
Black with #DBB9EC
Text Example
Text Example
White with #DBB9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9EC; }
p { color: rgb(219,185,236); }
H1.HeaderClassName
{
color: #DBB9EC;
}
.AnyTagClassName
{
color: #DBB9EC;
}
</style>
background-color css
<style>
a { background-color: #DBB9EC; }
a { background-color: rgb(219,185,236); }
div.DivClassName
{
background-color: #DBB9EC;
}
.BgClassName
{
background-color: #DBB9EC;
}
</style>
border-color css
<style>
span { border-color: #DBB9EC; }
span { border-color: rgb(219,185,236); }
td.TdClassName
{
border-color: #DBB9EC;
}
.TagClassName
{
border-color: #DBB9EC;
}
</style>