Shades of Mauve #DBB3EC
Tints of Mauve #DBB3EC
RGB
CMYK
RGB Variations
Color information
#DBB3EC (or 0xDBB3EC) is known color: Mauve. HEX triplet: DB, B3 and EC. RGB value is (219,179,236). Sum of RGB (Red+Green+Blue) = 219+179+236=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3EC is #244C13. Grayscale: #C5C5C5. Windows color (decimal): -2378772 or 15512539. OLE color: 15512539.
HSL color Cylindrical-coordinate representation of color #DBB3EC: hue angle of 282.11º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBB3EC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 179 | 236 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.07 |
| HSL | 282.11º | 0.6% | 0.81% | - |
| HSV(B) | 282.11º | 0.24% | 0.93% | - |
| XYZ | 60.47 | 53.36 | 86.47 | - |
| YUV | 197.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 236 | 0.07 | 0.24 | 0 | 0.07 | 282.11 | 0.6 | 0.81 |
| Hex | DB | B3 | EC | 7 | 18 | 0 | 7 | 11A | 3C | 51 |
| Octal | 333 | 263 | 354 | 7 | 30 | 0 | 7 | 432 | 74 | 121 |
| Binary | 11011011 | 10110011 | 11101100 | 111 | 11000 | 0 | 111 | 100011010 | 111100 | 1010001 |
Color Harmonies of #DBB3EC
Complementary color
Monochromatic Colors of #DBB3EC
Black with #DBB3EC
Text Example
Text Example
White with #DBB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3EC; }
p { color: rgb(219,179,236); }
H1.HeaderClassName
{
color: #DBB3EC;
}
.AnyTagClassName
{
color: #DBB3EC;
}
</style>
background-color css
<style>
a { background-color: #DBB3EC; }
a { background-color: rgb(219,179,236); }
div.DivClassName
{
background-color: #DBB3EC;
}
.BgClassName
{
background-color: #DBB3EC;
}
</style>
border-color css
<style>
span { border-color: #DBB3EC; }
span { border-color: rgb(219,179,236); }
td.TdClassName
{
border-color: #DBB3EC;
}
.TagClassName
{
border-color: #DBB3EC;
}
</style>