Shades of Mauve #DBBBF0
Tints of Mauve #DBBBF0
RGB
CMYK
RGB Variations
Color information
#DBBBF0 (or 0xDBBBF0) is known color: Mauve. HEX triplet: DB, BB and F0. RGB value is (219,187,240). Sum of RGB (Red+Green+Blue) = 219+187+240=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBBBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBF0 is #24440F. Grayscale: #CACACA. Windows color (decimal): -2376720 or 15776731. OLE color: 15776731.
HSL color Cylindrical-coordinate representation of color #DBBBF0: hue angle of 276.23º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBBF0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 187 | 240 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.06 |
| HSL | 276.23º | 0.64% | 0.84% | - |
| HSV(B) | 276.23º | 0.22% | 0.94% | - |
| XYZ | 62.71 | 56.89 | 90.11 | - |
| YUV | 202.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 240 | 0.09 | 0.22 | 0 | 0.06 | 276.23 | 0.64 | 0.84 |
| Hex | DB | BB | F0 | 9 | 16 | 0 | 6 | 114 | 40 | 54 |
| Octal | 333 | 273 | 360 | 11 | 26 | 0 | 6 | 424 | 100 | 124 |
| Binary | 11011011 | 10111011 | 11110000 | 1001 | 10110 | 0 | 110 | 100010100 | 1000000 | 1010100 |
Color Harmonies of #DBBBF0
Complementary color
Monochromatic Colors of #DBBBF0
Black with #DBBBF0
Text Example
Text Example
White with #DBBBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBF0; }
p { color: rgb(219,187,240); }
H1.HeaderClassName
{
color: #DBBBF0;
}
.AnyTagClassName
{
color: #DBBBF0;
}
</style>
background-color css
<style>
a { background-color: #DBBBF0; }
a { background-color: rgb(219,187,240); }
div.DivClassName
{
background-color: #DBBBF0;
}
.BgClassName
{
background-color: #DBBBF0;
}
</style>
border-color css
<style>
span { border-color: #DBBBF0; }
span { border-color: rgb(219,187,240); }
td.TdClassName
{
border-color: #DBBBF0;
}
.TagClassName
{
border-color: #DBBBF0;
}
</style>