Shades of Mauve #DBBBE9
Tints of Mauve #DBBBE9
RGB
CMYK
RGB Variations
Color information
#DBBBE9 (or 0xDBBBE9) is known color: Mauve. HEX triplet: DB, BB and E9. RGB value is (219,187,233). Sum of RGB (Red+Green+Blue) = 219+187+233=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBE9 is #244416. Grayscale: #C9C9C9. Windows color (decimal): -2376727 or 15317979. OLE color: 15317979.
HSL color Cylindrical-coordinate representation of color #DBBBE9: hue angle of 281.74º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBBE9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 187 | 233 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.09 |
| HSL | 281.74º | 0.51% | 0.82% | - |
| HSV(B) | 281.74º | 0.2% | 0.91% | - |
| XYZ | 61.69 | 56.48 | 84.74 | - |
| YUV | 201.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 233 | 0.06 | 0.20 | 0 | 0.09 | 281.74 | 0.51 | 0.82 |
| Hex | DB | BB | E9 | 6 | 14 | 0 | 9 | 11A | 33 | 52 |
| Octal | 333 | 273 | 351 | 6 | 24 | 0 | 11 | 432 | 63 | 122 |
| Binary | 11011011 | 10111011 | 11101001 | 110 | 10100 | 0 | 1001 | 100011010 | 110011 | 1010010 |
Color Harmonies of #DBBBE9
Complementary color
Monochromatic Colors of #DBBBE9
Black with #DBBBE9
Text Example
Text Example
White with #DBBBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBE9; }
p { color: rgb(219,187,233); }
H1.HeaderClassName
{
color: #DBBBE9;
}
.AnyTagClassName
{
color: #DBBBE9;
}
</style>
background-color css
<style>
a { background-color: #DBBBE9; }
a { background-color: rgb(219,187,233); }
div.DivClassName
{
background-color: #DBBBE9;
}
.BgClassName
{
background-color: #DBBBE9;
}
</style>
border-color css
<style>
span { border-color: #DBBBE9; }
span { border-color: rgb(219,187,233); }
td.TdClassName
{
border-color: #DBBBE9;
}
.TagClassName
{
border-color: #DBBBE9;
}
</style>