Shades of Mauve #DBB9F9
Tints of Mauve #DBB9F9
RGB
CMYK
RGB Variations
Color information
#DBB9F9 (or 0xDBB9F9) is known color: Mauve. HEX triplet: DB, B9 and F9. RGB value is (219,185,249). Sum of RGB (Red+Green+Blue) = 219+185+249=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9F9 is #244606. Grayscale: #CACACA. Windows color (decimal): -2377223 or 16366043. OLE color: 16366043.
HSL color Cylindrical-coordinate representation of color #DBB9F9: hue angle of 271.88º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBB9F9 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 185 | 249 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.02 |
| HSL | 271.88º | 0.84% | 0.85% | - |
| HSV(B) | 271.88º | 0.26% | 0.98% | - |
| XYZ | 63.66 | 56.6 | 97.19 | - |
| YUV | 202.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 249 | 0.12 | 0.26 | 0 | 0.02 | 271.88 | 0.84 | 0.85 |
| Hex | DB | B9 | F9 | C | 1A | 0 | 2 | 110 | 54 | 55 |
| Octal | 333 | 271 | 371 | 14 | 32 | 0 | 2 | 420 | 124 | 125 |
| Binary | 11011011 | 10111001 | 11111001 | 1100 | 11010 | 0 | 10 | 100010000 | 1010100 | 1010101 |
Color Harmonies of #DBB9F9
Complementary color
Monochromatic Colors of #DBB9F9
Black with #DBB9F9
Text Example
Text Example
White with #DBB9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9F9; }
p { color: rgb(219,185,249); }
H1.HeaderClassName
{
color: #DBB9F9;
}
.AnyTagClassName
{
color: #DBB9F9;
}
</style>
background-color css
<style>
a { background-color: #DBB9F9; }
a { background-color: rgb(219,185,249); }
div.DivClassName
{
background-color: #DBB9F9;
}
.BgClassName
{
background-color: #DBB9F9;
}
</style>
border-color css
<style>
span { border-color: #DBB9F9; }
span { border-color: rgb(219,185,249); }
td.TdClassName
{
border-color: #DBB9F9;
}
.TagClassName
{
border-color: #DBB9F9;
}
</style>