Shades of Mauve #DBBBF5
Tints of Mauve #DBBBF5
RGB
CMYK
RGB Variations
Color information
#DBBBF5 (or 0xDBBBF5) is known color: Mauve. HEX triplet: DB, BB and F5. RGB value is (219,187,245). Sum of RGB (Red+Green+Blue) = 219+187+245=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBBBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBF5 is #24440A. Grayscale: #CACACA. Windows color (decimal): -2376715 or 16104411. OLE color: 16104411.
HSL color Cylindrical-coordinate representation of color #DBBBF5: hue angle of 273.1º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBBBF5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 187 | 245 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.04 |
| HSL | 273.1º | 0.74% | 0.85% | - |
| HSV(B) | 273.1º | 0.24% | 0.96% | - |
| XYZ | 63.47 | 57.19 | 94.08 | - |
| YUV | 203.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 245 | 0.11 | 0.24 | 0 | 0.04 | 273.1 | 0.74 | 0.85 |
| Hex | DB | BB | F5 | B | 18 | 0 | 4 | 111 | 4A | 55 |
| Octal | 333 | 273 | 365 | 13 | 30 | 0 | 4 | 421 | 112 | 125 |
| Binary | 11011011 | 10111011 | 11110101 | 1011 | 11000 | 0 | 100 | 100010001 | 1001010 | 1010101 |
Color Harmonies of #DBBBF5
Complementary color
Monochromatic Colors of #DBBBF5
Black with #DBBBF5
Text Example
Text Example
White with #DBBBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBF5; }
p { color: rgb(219,187,245); }
H1.HeaderClassName
{
color: #DBBBF5;
}
.AnyTagClassName
{
color: #DBBBF5;
}
</style>
background-color css
<style>
a { background-color: #DBBBF5; }
a { background-color: rgb(219,187,245); }
div.DivClassName
{
background-color: #DBBBF5;
}
.BgClassName
{
background-color: #DBBBF5;
}
</style>
border-color css
<style>
span { border-color: #DBBBF5; }
span { border-color: rgb(219,187,245); }
td.TdClassName
{
border-color: #DBBBF5;
}
.TagClassName
{
border-color: #DBBBF5;
}
</style>