Shades of Mauve #DBB0FA
Tints of Mauve #DBB0FA
RGB
CMYK
RGB Variations
Color information
#DBB0FA (or 0xDBB0FA) is known color: Mauve. HEX triplet: DB, B0 and FA. RGB value is (219,176,250). Sum of RGB (Red+Green+Blue) = 219+176+250=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0FA is #244F05. Grayscale: #C5C5C5. Windows color (decimal): -2379526 or 16429275. OLE color: 16429275.
HSL color Cylindrical-coordinate representation of color #DBB0FA: hue angle of 274.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB0FA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 176 | 250 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.02 |
| HSL | 274.86º | 0.88% | 0.84% | - |
| HSV(B) | 274.86º | 0.3% | 0.98% | - |
| XYZ | 61.99 | 53.01 | 97.41 | - |
| YUV | 197.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 250 | 0.12 | 0.30 | 0 | 0.02 | 274.86 | 0.88 | 0.84 |
| Hex | DB | B0 | FA | C | 1E | 0 | 2 | 113 | 58 | 54 |
| Octal | 333 | 260 | 372 | 14 | 36 | 0 | 2 | 423 | 130 | 124 |
| Binary | 11011011 | 10110000 | 11111010 | 1100 | 11110 | 0 | 10 | 100010011 | 1011000 | 1010100 |
Color Harmonies of #DBB0FA
Complementary color
Monochromatic Colors of #DBB0FA
Black with #DBB0FA
Text Example
Text Example
White with #DBB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0FA; }
p { color: rgb(219,176,250); }
H1.HeaderClassName
{
color: #DBB0FA;
}
.AnyTagClassName
{
color: #DBB0FA;
}
</style>
background-color css
<style>
a { background-color: #DBB0FA; }
a { background-color: rgb(219,176,250); }
div.DivClassName
{
background-color: #DBB0FA;
}
.BgClassName
{
background-color: #DBB0FA;
}
</style>
border-color css
<style>
span { border-color: #DBB0FA; }
span { border-color: rgb(219,176,250); }
td.TdClassName
{
border-color: #DBB0FA;
}
.TagClassName
{
border-color: #DBB0FA;
}
</style>