Shades of Mauve #DBBBEE
Tints of Mauve #DBBBEE
RGB
CMYK
RGB Variations
Color information
#DBBBEE (or 0xDBBBEE) is known color: Mauve. HEX triplet: DB, BB and EE. RGB value is (219,187,238). Sum of RGB (Red+Green+Blue) = 219+187+238=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBEE is #244411. Grayscale: #CACACA. Windows color (decimal): -2376722 or 15645659. OLE color: 15645659.
HSL color Cylindrical-coordinate representation of color #DBBBEE: hue angle of 277.65º degrees, saturation: 0.6, 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 #DBBBEE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 187 | 238 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.07 |
| HSL | 277.65º | 0.6% | 0.83% | - |
| HSV(B) | 277.65º | 0.21% | 0.93% | - |
| XYZ | 62.42 | 56.77 | 88.56 | - |
| YUV | 202.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 238 | 0.08 | 0.21 | 0 | 0.07 | 277.65 | 0.6 | 0.83 |
| Hex | DB | BB | EE | 8 | 15 | 0 | 7 | 116 | 3C | 53 |
| Octal | 333 | 273 | 356 | 10 | 25 | 0 | 7 | 426 | 74 | 123 |
| Binary | 11011011 | 10111011 | 11101110 | 1000 | 10101 | 0 | 111 | 100010110 | 111100 | 1010011 |
Color Harmonies of #DBBBEE
Complementary color
Monochromatic Colors of #DBBBEE
Black with #DBBBEE
Text Example
Text Example
White with #DBBBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBEE; }
p { color: rgb(219,187,238); }
H1.HeaderClassName
{
color: #DBBBEE;
}
.AnyTagClassName
{
color: #DBBBEE;
}
</style>
background-color css
<style>
a { background-color: #DBBBEE; }
a { background-color: rgb(219,187,238); }
div.DivClassName
{
background-color: #DBBBEE;
}
.BgClassName
{
background-color: #DBBBEE;
}
</style>
border-color css
<style>
span { border-color: #DBBBEE; }
span { border-color: rgb(219,187,238); }
td.TdClassName
{
border-color: #DBBBEE;
}
.TagClassName
{
border-color: #DBBBEE;
}
</style>