Shades of Mauve #DBB6F1
Tints of Mauve #DBB6F1
RGB
CMYK
RGB Variations
Color information
#DBB6F1 (or 0xDBB6F1) is known color: Mauve. HEX triplet: DB, B6 and F1. RGB value is (219,182,241). Sum of RGB (Red+Green+Blue) = 219+182+241=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBB6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6F1 is #24490E. Grayscale: #C7C7C7. Windows color (decimal): -2377999 or 15840987. OLE color: 15840987.
HSL color Cylindrical-coordinate representation of color #DBB6F1: hue angle of 277.63º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBB6F1 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 182 | 241 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.05 |
| HSL | 277.63º | 0.68% | 0.83% | - |
| HSV(B) | 277.63º | 0.24% | 0.95% | - |
| XYZ | 61.82 | 54.87 | 90.55 | - |
| YUV | 199.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 241 | 0.09 | 0.24 | 0 | 0.05 | 277.63 | 0.68 | 0.83 |
| Hex | DB | B6 | F1 | 9 | 18 | 0 | 5 | 116 | 44 | 53 |
| Octal | 333 | 266 | 361 | 11 | 30 | 0 | 5 | 426 | 104 | 123 |
| Binary | 11011011 | 10110110 | 11110001 | 1001 | 11000 | 0 | 101 | 100010110 | 1000100 | 1010011 |
Color Harmonies of #DBB6F1
Complementary color
Monochromatic Colors of #DBB6F1
Black with #DBB6F1
Text Example
Text Example
White with #DBB6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6F1; }
p { color: rgb(219,182,241); }
H1.HeaderClassName
{
color: #DBB6F1;
}
.AnyTagClassName
{
color: #DBB6F1;
}
</style>
background-color css
<style>
a { background-color: #DBB6F1; }
a { background-color: rgb(219,182,241); }
div.DivClassName
{
background-color: #DBB6F1;
}
.BgClassName
{
background-color: #DBB6F1;
}
</style>
border-color css
<style>
span { border-color: #DBB6F1; }
span { border-color: rgb(219,182,241); }
td.TdClassName
{
border-color: #DBB6F1;
}
.TagClassName
{
border-color: #DBB6F1;
}
</style>