Shades of Mauve #DBBEF9
Tints of Mauve #DBBEF9
RGB
CMYK
RGB Variations
Color information
#DBBEF9 (or 0xDBBEF9) is known color: Mauve. HEX triplet: DB, BE and F9. RGB value is (219,190,249). Sum of RGB (Red+Green+Blue) = 219+190+249=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBBEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEF9 is #244106. Grayscale: #CDCDCD. Windows color (decimal): -2375943 or 16367323. OLE color: 16367323.
HSL color Cylindrical-coordinate representation of color #DBBEF9: hue angle of 269.49º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBBEF9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 190 | 249 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.02 |
| HSL | 269.49º | 0.83% | 0.86% | - |
| HSV(B) | 269.49º | 0.24% | 0.98% | - |
| XYZ | 64.73 | 58.73 | 97.55 | - |
| YUV | 205.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 249 | 0.12 | 0.24 | 0 | 0.02 | 269.49 | 0.83 | 0.86 |
| Hex | DB | BE | F9 | C | 18 | 0 | 2 | 10D | 53 | 56 |
| Octal | 333 | 276 | 371 | 14 | 30 | 0 | 2 | 415 | 123 | 126 |
| Binary | 11011011 | 10111110 | 11111001 | 1100 | 11000 | 0 | 10 | 100001101 | 1010011 | 1010110 |
Color Harmonies of #DBBEF9
Complementary color
Monochromatic Colors of #DBBEF9
Black with #DBBEF9
Text Example
Text Example
White with #DBBEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEF9; }
p { color: rgb(219,190,249); }
H1.HeaderClassName
{
color: #DBBEF9;
}
.AnyTagClassName
{
color: #DBBEF9;
}
</style>
background-color css
<style>
a { background-color: #DBBEF9; }
a { background-color: rgb(219,190,249); }
div.DivClassName
{
background-color: #DBBEF9;
}
.BgClassName
{
background-color: #DBBEF9;
}
</style>
border-color css
<style>
span { border-color: #DBBEF9; }
span { border-color: rgb(219,190,249); }
td.TdClassName
{
border-color: #DBBEF9;
}
.TagClassName
{
border-color: #DBBEF9;
}
</style>