Shades of Mauve #DBBBFB
Tints of Mauve #DBBBFB
RGB
CMYK
RGB Variations
Color information
#DBBBFB (or 0xDBBBFB) is known color: Mauve. HEX triplet: DB, BB and FB. RGB value is (219,187,251). Sum of RGB (Red+Green+Blue) = 219+187+251=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBBBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBFB is #244404. Grayscale: #CBCBCB. Windows color (decimal): -2376709 or 16497627. OLE color: 16497627.
HSL color Cylindrical-coordinate representation of color #DBBBFB: hue angle of 270º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBBBFB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 187 | 251 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.02 |
| HSL | 270º | 0.89% | 0.86% | - |
| HSV(B) | 270º | 0.25% | 0.98% | - |
| XYZ | 64.4 | 57.57 | 98.98 | - |
| YUV | 203.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 251 | 0.13 | 0.25 | 0 | 0.02 | 270 | 0.89 | 0.86 |
| Hex | DB | BB | FB | D | 19 | 0 | 2 | 10E | 59 | 56 |
| Octal | 333 | 273 | 373 | 15 | 31 | 0 | 2 | 416 | 131 | 126 |
| Binary | 11011011 | 10111011 | 11111011 | 1101 | 11001 | 0 | 10 | 100001110 | 1011001 | 1010110 |
Color Harmonies of #DBBBFB
Complementary color
Monochromatic Colors of #DBBBFB
Black with #DBBBFB
Text Example
Text Example
White with #DBBBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBFB; }
p { color: rgb(219,187,251); }
H1.HeaderClassName
{
color: #DBBBFB;
}
.AnyTagClassName
{
color: #DBBBFB;
}
</style>
background-color css
<style>
a { background-color: #DBBBFB; }
a { background-color: rgb(219,187,251); }
div.DivClassName
{
background-color: #DBBBFB;
}
.BgClassName
{
background-color: #DBBBFB;
}
</style>
border-color css
<style>
span { border-color: #DBBBFB; }
span { border-color: rgb(219,187,251); }
td.TdClassName
{
border-color: #DBBBFB;
}
.TagClassName
{
border-color: #DBBBFB;
}
</style>