Shades of Mauve #DBB3E9
Tints of Mauve #DBB3E9
RGB
CMYK
RGB Variations
Color information
#DBB3E9 (or 0xDBB3E9) is known color: Mauve. HEX triplet: DB, B3 and E9. RGB value is (219,179,233). Sum of RGB (Red+Green+Blue) = 219+179+233=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3E9 is #244C16. Grayscale: #C4C4C4. Windows color (decimal): -2378775 or 15315931. OLE color: 15315931.
HSL color Cylindrical-coordinate representation of color #DBB3E9: hue angle of 284.44º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB3E9 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 179 | 233 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.09 |
| HSL | 284.44º | 0.55% | 0.81% | - |
| HSV(B) | 284.44º | 0.23% | 0.91% | - |
| XYZ | 60.04 | 53.18 | 84.19 | - |
| YUV | 197.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 233 | 0.06 | 0.23 | 0 | 0.09 | 284.44 | 0.55 | 0.81 |
| Hex | DB | B3 | E9 | 6 | 17 | 0 | 9 | 11C | 37 | 51 |
| Octal | 333 | 263 | 351 | 6 | 27 | 0 | 11 | 434 | 67 | 121 |
| Binary | 11011011 | 10110011 | 11101001 | 110 | 10111 | 0 | 1001 | 100011100 | 110111 | 1010001 |
Color Harmonies of #DBB3E9
Complementary color
Monochromatic Colors of #DBB3E9
Black with #DBB3E9
Text Example
Text Example
White with #DBB3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3E9; }
p { color: rgb(219,179,233); }
H1.HeaderClassName
{
color: #DBB3E9;
}
.AnyTagClassName
{
color: #DBB3E9;
}
</style>
background-color css
<style>
a { background-color: #DBB3E9; }
a { background-color: rgb(219,179,233); }
div.DivClassName
{
background-color: #DBB3E9;
}
.BgClassName
{
background-color: #DBB3E9;
}
</style>
border-color css
<style>
span { border-color: #DBB3E9; }
span { border-color: rgb(219,179,233); }
td.TdClassName
{
border-color: #DBB3E9;
}
.TagClassName
{
border-color: #DBB3E9;
}
</style>