Shades of Mauve #DBB3FE
Tints of Mauve #DBB3FE
RGB
CMYK
RGB Variations
Color information
#DBB3FE (or 0xDBB3FE) is known color: Mauve. HEX triplet: DB, B3 and FE. RGB value is (219,179,254). Sum of RGB (Red+Green+Blue) = 219+179+254=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3FE is #244C01. Grayscale: #C7C7C7. Windows color (decimal): -2378754 or 16692187. OLE color: 16692187.
HSL color Cylindrical-coordinate representation of color #DBB3FE: hue angle of 272º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB3FE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 179 | 254 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.00 |
| HSL | 272º | 0.97% | 0.85% | - |
| HSV(B) | 272º | 0.3% | 1% | - |
| XYZ | 63.22 | 54.46 | 100.94 | - |
| YUV | 199.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 254 | 0.14 | 0.30 | 0 | 0.00 | 272 | 0.97 | 0.85 |
| Hex | DB | B3 | FE | E | 1E | 0 | 0 | 110 | 61 | 55 |
| Octal | 333 | 263 | 376 | 16 | 36 | 0 | 0 | 420 | 141 | 125 |
| Binary | 11011011 | 10110011 | 11111110 | 1110 | 11110 | 0 | 0 | 100010000 | 1100001 | 1010101 |
Color Harmonies of #DBB3FE
Complementary color
Monochromatic Colors of #DBB3FE
Black with #DBB3FE
Text Example
Text Example
White with #DBB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3FE; }
p { color: rgb(219,179,254); }
H1.HeaderClassName
{
color: #DBB3FE;
}
.AnyTagClassName
{
color: #DBB3FE;
}
</style>
background-color css
<style>
a { background-color: #DBB3FE; }
a { background-color: rgb(219,179,254); }
div.DivClassName
{
background-color: #DBB3FE;
}
.BgClassName
{
background-color: #DBB3FE;
}
</style>
border-color css
<style>
span { border-color: #DBB3FE; }
span { border-color: rgb(219,179,254); }
td.TdClassName
{
border-color: #DBB3FE;
}
.TagClassName
{
border-color: #DBB3FE;
}
</style>