Shades of Mauve #DBB4EC
Tints of Mauve #DBB4EC
RGB
CMYK
RGB Variations
Color information
#DBB4EC (or 0xDBB4EC) is known color: Mauve. HEX triplet: DB, B4 and EC. RGB value is (219,180,236). Sum of RGB (Red+Green+Blue) = 219+180+236=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4EC is #244B13. Grayscale: #C5C5C5. Windows color (decimal): -2378516 or 15512795. OLE color: 15512795.
HSL color Cylindrical-coordinate representation of color #DBB4EC: hue angle of 281.79º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBB4EC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 180 | 236 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.07 |
| HSL | 281.79º | 0.6% | 0.82% | - |
| HSV(B) | 281.79º | 0.24% | 0.93% | - |
| XYZ | 60.68 | 53.76 | 86.54 | - |
| YUV | 198.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 236 | 0.07 | 0.24 | 0 | 0.07 | 281.79 | 0.6 | 0.82 |
| Hex | DB | B4 | EC | 7 | 18 | 0 | 7 | 11A | 3C | 52 |
| Octal | 333 | 264 | 354 | 7 | 30 | 0 | 7 | 432 | 74 | 122 |
| Binary | 11011011 | 10110100 | 11101100 | 111 | 11000 | 0 | 111 | 100011010 | 111100 | 1010010 |
Color Harmonies of #DBB4EC
Complementary color
Monochromatic Colors of #DBB4EC
Black with #DBB4EC
Text Example
Text Example
White with #DBB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4EC; }
p { color: rgb(219,180,236); }
H1.HeaderClassName
{
color: #DBB4EC;
}
.AnyTagClassName
{
color: #DBB4EC;
}
</style>
background-color css
<style>
a { background-color: #DBB4EC; }
a { background-color: rgb(219,180,236); }
div.DivClassName
{
background-color: #DBB4EC;
}
.BgClassName
{
background-color: #DBB4EC;
}
</style>
border-color css
<style>
span { border-color: #DBB4EC; }
span { border-color: rgb(219,180,236); }
td.TdClassName
{
border-color: #DBB4EC;
}
.TagClassName
{
border-color: #DBB4EC;
}
</style>