Shades of Mauve #DBB3FB
Tints of Mauve #DBB3FB
RGB
CMYK
RGB Variations
Color information
#DBB3FB (or 0xDBB3FB) is known color: Mauve. HEX triplet: DB, B3 and FB. RGB value is (219,179,251). Sum of RGB (Red+Green+Blue) = 219+179+251=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBB3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3FB is #244C04. Grayscale: #C6C6C6. Windows color (decimal): -2378757 or 16495579. OLE color: 16495579.
HSL color Cylindrical-coordinate representation of color #DBB3FB: hue angle of 273.33º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB3FB is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 179 | 251 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.02 |
| HSL | 273.33º | 0.9% | 0.84% | - |
| HSV(B) | 273.33º | 0.29% | 0.98% | - |
| XYZ | 62.75 | 54.27 | 98.43 | - |
| YUV | 199.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 251 | 0.13 | 0.29 | 0 | 0.02 | 273.33 | 0.9 | 0.84 |
| Hex | DB | B3 | FB | D | 1D | 0 | 2 | 111 | 5A | 54 |
| Octal | 333 | 263 | 373 | 15 | 35 | 0 | 2 | 421 | 132 | 124 |
| Binary | 11011011 | 10110011 | 11111011 | 1101 | 11101 | 0 | 10 | 100010001 | 1011010 | 1010100 |
Color Harmonies of #DBB3FB
Complementary color
Monochromatic Colors of #DBB3FB
Black with #DBB3FB
Text Example
Text Example
White with #DBB3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3FB; }
p { color: rgb(219,179,251); }
H1.HeaderClassName
{
color: #DBB3FB;
}
.AnyTagClassName
{
color: #DBB3FB;
}
</style>
background-color css
<style>
a { background-color: #DBB3FB; }
a { background-color: rgb(219,179,251); }
div.DivClassName
{
background-color: #DBB3FB;
}
.BgClassName
{
background-color: #DBB3FB;
}
</style>
border-color css
<style>
span { border-color: #DBB3FB; }
span { border-color: rgb(219,179,251); }
td.TdClassName
{
border-color: #DBB3FB;
}
.TagClassName
{
border-color: #DBB3FB;
}
</style>