Shades of Mauve #DBBBF1
Tints of Mauve #DBBBF1
RGB
CMYK
RGB Variations
Color information
#DBBBF1 (or 0xDBBBF1) is known color: Mauve. HEX triplet: DB, BB and F1. RGB value is (219,187,241). Sum of RGB (Red+Green+Blue) = 219+187+241=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBF1 is #24440E. Grayscale: #CACACA. Windows color (decimal): -2376719 or 15842267. OLE color: 15842267.
HSL color Cylindrical-coordinate representation of color #DBBBF1: hue angle of 275.56º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBBF1 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 187 | 241 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.05 |
| HSL | 275.56º | 0.66% | 0.84% | - |
| HSV(B) | 275.56º | 0.22% | 0.95% | - |
| XYZ | 62.86 | 56.95 | 90.9 | - |
| YUV | 202.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 241 | 0.09 | 0.22 | 0 | 0.05 | 275.56 | 0.66 | 0.84 |
| Hex | DB | BB | F1 | 9 | 16 | 0 | 5 | 114 | 42 | 54 |
| Octal | 333 | 273 | 361 | 11 | 26 | 0 | 5 | 424 | 102 | 124 |
| Binary | 11011011 | 10111011 | 11110001 | 1001 | 10110 | 0 | 101 | 100010100 | 1000010 | 1010100 |
Color Harmonies of #DBBBF1
Complementary color
Monochromatic Colors of #DBBBF1
Black with #DBBBF1
Text Example
Text Example
White with #DBBBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBF1; }
p { color: rgb(219,187,241); }
H1.HeaderClassName
{
color: #DBBBF1;
}
.AnyTagClassName
{
color: #DBBBF1;
}
</style>
background-color css
<style>
a { background-color: #DBBBF1; }
a { background-color: rgb(219,187,241); }
div.DivClassName
{
background-color: #DBBBF1;
}
.BgClassName
{
background-color: #DBBBF1;
}
</style>
border-color css
<style>
span { border-color: #DBBBF1; }
span { border-color: rgb(219,187,241); }
td.TdClassName
{
border-color: #DBBBF1;
}
.TagClassName
{
border-color: #DBBBF1;
}
</style>