Shades of Mauve #DBB2FB
Tints of Mauve #DBB2FB
RGB
CMYK
RGB Variations
Color information
#DBB2FB (or 0xDBB2FB) is known color: Mauve. HEX triplet: DB, B2 and FB. RGB value is (219,178,251). Sum of RGB (Red+Green+Blue) = 219+178+251=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBB2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB2FB is #244D04. Grayscale: #C6C6C6. Windows color (decimal): -2379013 or 16495323. OLE color: 16495323.
HSL color Cylindrical-coordinate representation of color #DBB2FB: hue angle of 273.7º 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 #DBB2FB is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 178 | 251 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.02 |
| HSL | 273.7º | 0.9% | 0.84% | - |
| HSV(B) | 273.7º | 0.29% | 0.98% | - |
| XYZ | 62.55 | 53.87 | 98.37 | - |
| YUV | 198.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 251 | 0.13 | 0.29 | 0 | 0.02 | 273.7 | 0.9 | 0.84 |
| Hex | DB | B2 | FB | D | 1D | 0 | 2 | 112 | 5A | 54 |
| Octal | 333 | 262 | 373 | 15 | 35 | 0 | 2 | 422 | 132 | 124 |
| Binary | 11011011 | 10110010 | 11111011 | 1101 | 11101 | 0 | 10 | 100010010 | 1011010 | 1010100 |
Color Harmonies of #DBB2FB
Complementary color
Monochromatic Colors of #DBB2FB
Black with #DBB2FB
Text Example
Text Example
White with #DBB2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2FB; }
p { color: rgb(219,178,251); }
H1.HeaderClassName
{
color: #DBB2FB;
}
.AnyTagClassName
{
color: #DBB2FB;
}
</style>
background-color css
<style>
a { background-color: #DBB2FB; }
a { background-color: rgb(219,178,251); }
div.DivClassName
{
background-color: #DBB2FB;
}
.BgClassName
{
background-color: #DBB2FB;
}
</style>
border-color css
<style>
span { border-color: #DBB2FB; }
span { border-color: rgb(219,178,251); }
td.TdClassName
{
border-color: #DBB2FB;
}
.TagClassName
{
border-color: #DBB2FB;
}
</style>