Shades of Mauve #DBBBF7
Tints of Mauve #DBBBF7
RGB
CMYK
RGB Variations
Color information
#DBBBF7 (or 0xDBBBF7) is known color: Mauve. HEX triplet: DB, BB and F7. RGB value is (219,187,247). Sum of RGB (Red+Green+Blue) = 219+187+247=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBBBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBF7 is #244408. Grayscale: #CBCBCB. Windows color (decimal): -2376713 or 16235483. OLE color: 16235483.
HSL color Cylindrical-coordinate representation of color #DBBBF7: hue angle of 272º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBBBF7 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 187 | 247 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.03 |
| HSL | 272º | 0.79% | 0.85% | - |
| HSV(B) | 272º | 0.24% | 0.97% | - |
| XYZ | 63.77 | 57.32 | 95.7 | - |
| YUV | 203.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 247 | 0.11 | 0.24 | 0 | 0.03 | 272 | 0.79 | 0.85 |
| Hex | DB | BB | F7 | B | 18 | 0 | 3 | 110 | 4F | 55 |
| Octal | 333 | 273 | 367 | 13 | 30 | 0 | 3 | 420 | 117 | 125 |
| Binary | 11011011 | 10111011 | 11110111 | 1011 | 11000 | 0 | 11 | 100010000 | 1001111 | 1010101 |
Color Harmonies of #DBBBF7
Complementary color
Monochromatic Colors of #DBBBF7
Black with #DBBBF7
Text Example
Text Example
White with #DBBBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBF7; }
p { color: rgb(219,187,247); }
H1.HeaderClassName
{
color: #DBBBF7;
}
.AnyTagClassName
{
color: #DBBBF7;
}
</style>
background-color css
<style>
a { background-color: #DBBBF7; }
a { background-color: rgb(219,187,247); }
div.DivClassName
{
background-color: #DBBBF7;
}
.BgClassName
{
background-color: #DBBBF7;
}
</style>
border-color css
<style>
span { border-color: #DBBBF7; }
span { border-color: rgb(219,187,247); }
td.TdClassName
{
border-color: #DBBBF7;
}
.TagClassName
{
border-color: #DBBBF7;
}
</style>