Shades of Mauve #DBB0EC
Tints of Mauve #DBB0EC
RGB
CMYK
RGB Variations
Color information
#DBB0EC (or 0xDBB0EC) is known color: Mauve. HEX triplet: DB, B0 and EC. RGB value is (219,176,236). Sum of RGB (Red+Green+Blue) = 219+176+236=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0EC is #244F13. Grayscale: #C3C3C3. Windows color (decimal): -2379540 or 15511771. OLE color: 15511771.
HSL color Cylindrical-coordinate representation of color #DBB0EC: hue angle of 283º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB0EC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 176 | 236 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.07 |
| HSL | 283º | 0.61% | 0.81% | - |
| HSV(B) | 283º | 0.25% | 0.93% | - |
| XYZ | 59.88 | 52.17 | 86.27 | - |
| YUV | 195.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 236 | 0.07 | 0.25 | 0 | 0.07 | 283 | 0.61 | 0.81 |
| Hex | DB | B0 | EC | 7 | 19 | 0 | 7 | 11B | 3D | 51 |
| Octal | 333 | 260 | 354 | 7 | 31 | 0 | 7 | 433 | 75 | 121 |
| Binary | 11011011 | 10110000 | 11101100 | 111 | 11001 | 0 | 111 | 100011011 | 111101 | 1010001 |
Color Harmonies of #DBB0EC
Complementary color
Monochromatic Colors of #DBB0EC
Black with #DBB0EC
Text Example
Text Example
White with #DBB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0EC; }
p { color: rgb(219,176,236); }
H1.HeaderClassName
{
color: #DBB0EC;
}
.AnyTagClassName
{
color: #DBB0EC;
}
</style>
background-color css
<style>
a { background-color: #DBB0EC; }
a { background-color: rgb(219,176,236); }
div.DivClassName
{
background-color: #DBB0EC;
}
.BgClassName
{
background-color: #DBB0EC;
}
</style>
border-color css
<style>
span { border-color: #DBB0EC; }
span { border-color: rgb(219,176,236); }
td.TdClassName
{
border-color: #DBB0EC;
}
.TagClassName
{
border-color: #DBB0EC;
}
</style>