Shades of Mauve #DBB1FA
Tints of Mauve #DBB1FA
RGB
CMYK
RGB Variations
Color information
#DBB1FA (or 0xDBB1FA) is known color: Mauve. HEX triplet: DB, B1 and FA. RGB value is (219,177,250). Sum of RGB (Red+Green+Blue) = 219+177+250=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBB1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB1FA is #244E05. Grayscale: #C5C5C5. Windows color (decimal): -2379270 or 16429531. OLE color: 16429531.
HSL color Cylindrical-coordinate representation of color #DBB1FA: hue angle of 274.52º degrees, saturation: 0.88, 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 #DBB1FA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 177 | 250 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.02 |
| HSL | 274.52º | 0.88% | 0.84% | - |
| HSV(B) | 274.52º | 0.29% | 0.98% | - |
| XYZ | 62.19 | 53.41 | 97.47 | - |
| YUV | 197.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 250 | 0.12 | 0.29 | 0 | 0.02 | 274.52 | 0.88 | 0.84 |
| Hex | DB | B1 | FA | C | 1D | 0 | 2 | 113 | 58 | 54 |
| Octal | 333 | 261 | 372 | 14 | 35 | 0 | 2 | 423 | 130 | 124 |
| Binary | 11011011 | 10110001 | 11111010 | 1100 | 11101 | 0 | 10 | 100010011 | 1011000 | 1010100 |
Color Harmonies of #DBB1FA
Complementary color
Monochromatic Colors of #DBB1FA
Black with #DBB1FA
Text Example
Text Example
White with #DBB1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1FA; }
p { color: rgb(219,177,250); }
H1.HeaderClassName
{
color: #DBB1FA;
}
.AnyTagClassName
{
color: #DBB1FA;
}
</style>
background-color css
<style>
a { background-color: #DBB1FA; }
a { background-color: rgb(219,177,250); }
div.DivClassName
{
background-color: #DBB1FA;
}
.BgClassName
{
background-color: #DBB1FA;
}
</style>
border-color css
<style>
span { border-color: #DBB1FA; }
span { border-color: rgb(219,177,250); }
td.TdClassName
{
border-color: #DBB1FA;
}
.TagClassName
{
border-color: #DBB1FA;
}
</style>