Shades of Mauve #DBB3E8
Tints of Mauve #DBB3E8
RGB
CMYK
RGB Variations
Color information
#DBB3E8 (or 0xDBB3E8) is known color: Mauve. HEX triplet: DB, B3 and E8. RGB value is (219,179,232). Sum of RGB (Red+Green+Blue) = 219+179+232=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3E8 is #244C17. Grayscale: #C4C4C4. Windows color (decimal): -2378776 or 15250395. OLE color: 15250395.
HSL color Cylindrical-coordinate representation of color #DBB3E8: hue angle of 285.28º degrees, saturation: 0.54, 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 #DBB3E8 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 179 | 232 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.09 |
| HSL | 285.28º | 0.54% | 0.81% | - |
| HSV(B) | 285.28º | 0.23% | 0.91% | - |
| XYZ | 59.9 | 53.13 | 83.44 | - |
| YUV | 197 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 232 | 0.06 | 0.23 | 0 | 0.09 | 285.28 | 0.54 | 0.81 |
| Hex | DB | B3 | E8 | 6 | 17 | 0 | 9 | 11D | 36 | 51 |
| Octal | 333 | 263 | 350 | 6 | 27 | 0 | 11 | 435 | 66 | 121 |
| Binary | 11011011 | 10110011 | 11101000 | 110 | 10111 | 0 | 1001 | 100011101 | 110110 | 1010001 |
Color Harmonies of #DBB3E8
Complementary color
Monochromatic Colors of #DBB3E8
Black with #DBB3E8
Text Example
Text Example
White with #DBB3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3E8; }
p { color: rgb(219,179,232); }
H1.HeaderClassName
{
color: #DBB3E8;
}
.AnyTagClassName
{
color: #DBB3E8;
}
</style>
background-color css
<style>
a { background-color: #DBB3E8; }
a { background-color: rgb(219,179,232); }
div.DivClassName
{
background-color: #DBB3E8;
}
.BgClassName
{
background-color: #DBB3E8;
}
</style>
border-color css
<style>
span { border-color: #DBB3E8; }
span { border-color: rgb(219,179,232); }
td.TdClassName
{
border-color: #DBB3E8;
}
.TagClassName
{
border-color: #DBB3E8;
}
</style>