Shades of Mauve #DBBBF6
Tints of Mauve #DBBBF6
RGB
CMYK
RGB Variations
Color information
#DBBBF6 (or 0xDBBBF6) is known color: Mauve. HEX triplet: DB, BB and F6. RGB value is (219,187,246). Sum of RGB (Red+Green+Blue) = 219+187+246=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBBBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBF6 is #244409. Grayscale: #CBCBCB. Windows color (decimal): -2376714 or 16169947. OLE color: 16169947.
HSL color Cylindrical-coordinate representation of color #DBBBF6: hue angle of 272.54º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBBBF6 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 187 | 246 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.04 |
| HSL | 272.54º | 0.77% | 0.85% | - |
| HSV(B) | 272.54º | 0.24% | 0.96% | - |
| XYZ | 63.62 | 57.25 | 94.89 | - |
| YUV | 203.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 246 | 0.11 | 0.24 | 0 | 0.04 | 272.54 | 0.77 | 0.85 |
| Hex | DB | BB | F6 | B | 18 | 0 | 4 | 111 | 4D | 55 |
| Octal | 333 | 273 | 366 | 13 | 30 | 0 | 4 | 421 | 115 | 125 |
| Binary | 11011011 | 10111011 | 11110110 | 1011 | 11000 | 0 | 100 | 100010001 | 1001101 | 1010101 |
Color Harmonies of #DBBBF6
Complementary color
Monochromatic Colors of #DBBBF6
Black with #DBBBF6
Text Example
Text Example
White with #DBBBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBF6; }
p { color: rgb(219,187,246); }
H1.HeaderClassName
{
color: #DBBBF6;
}
.AnyTagClassName
{
color: #DBBBF6;
}
</style>
background-color css
<style>
a { background-color: #DBBBF6; }
a { background-color: rgb(219,187,246); }
div.DivClassName
{
background-color: #DBBBF6;
}
.BgClassName
{
background-color: #DBBBF6;
}
</style>
border-color css
<style>
span { border-color: #DBBBF6; }
span { border-color: rgb(219,187,246); }
td.TdClassName
{
border-color: #DBBBF6;
}
.TagClassName
{
border-color: #DBBBF6;
}
</style>