Shades of Mauve #DBBBED
Tints of Mauve #DBBBED
RGB
CMYK
RGB Variations
Color information
#DBBBED (or 0xDBBBED) is known color: Mauve. HEX triplet: DB, BB and ED. RGB value is (219,187,237). Sum of RGB (Red+Green+Blue) = 219+187+237=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBED is #244412. Grayscale: #CACACA. Windows color (decimal): -2376723 or 15580123. OLE color: 15580123.
HSL color Cylindrical-coordinate representation of color #DBBBED: hue angle of 278.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBBED is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 187 | 237 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.07 |
| HSL | 278.4º | 0.58% | 0.83% | - |
| HSV(B) | 278.4º | 0.21% | 0.93% | - |
| XYZ | 62.27 | 56.72 | 87.79 | - |
| YUV | 202.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 237 | 0.08 | 0.21 | 0 | 0.07 | 278.4 | 0.58 | 0.83 |
| Hex | DB | BB | ED | 8 | 15 | 0 | 7 | 116 | 3A | 53 |
| Octal | 333 | 273 | 355 | 10 | 25 | 0 | 7 | 426 | 72 | 123 |
| Binary | 11011011 | 10111011 | 11101101 | 1000 | 10101 | 0 | 111 | 100010110 | 111010 | 1010011 |
Color Harmonies of #DBBBED
Complementary color
Monochromatic Colors of #DBBBED
Black with #DBBBED
Text Example
Text Example
White with #DBBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBED; }
p { color: rgb(219,187,237); }
H1.HeaderClassName
{
color: #DBBBED;
}
.AnyTagClassName
{
color: #DBBBED;
}
</style>
background-color css
<style>
a { background-color: #DBBBED; }
a { background-color: rgb(219,187,237); }
div.DivClassName
{
background-color: #DBBBED;
}
.BgClassName
{
background-color: #DBBBED;
}
</style>
border-color css
<style>
span { border-color: #DBBBED; }
span { border-color: rgb(219,187,237); }
td.TdClassName
{
border-color: #DBBBED;
}
.TagClassName
{
border-color: #DBBBED;
}
</style>