Shades of Mauve #DBA2FB
Tints of Mauve #DBA2FB
RGB
CMYK
RGB Variations
Color information
#DBA2FB (or 0xDBA2FB) is known color: Mauve. HEX triplet: DB, A2 and FB. RGB value is (219,162,251). Sum of RGB (Red+Green+Blue) = 219+162+251=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 162 (63.67% from 255 or 25.63% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBA2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2FB is #245D04. Grayscale: #BCBCBC. Windows color (decimal): -2383109 or 16491227. OLE color: 16491227.
HSL color Cylindrical-coordinate representation of color #DBA2FB: hue angle of 278.43º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA2FB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 162 | 251 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.02 |
| HSL | 278.43º | 0.92% | 0.81% | - |
| HSV(B) | 278.43º | 0.35% | 0.98% | - |
| XYZ | 59.55 | 47.87 | 97.37 | - |
| YUV | 189.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 251 | 0.13 | 0.35 | 0 | 0.02 | 278.43 | 0.92 | 0.81 |
| Hex | DB | A2 | FB | D | 23 | 0 | 2 | 116 | 5C | 51 |
| Octal | 333 | 242 | 373 | 15 | 43 | 0 | 2 | 426 | 134 | 121 |
| Binary | 11011011 | 10100010 | 11111011 | 1101 | 100011 | 0 | 10 | 100010110 | 1011100 | 1010001 |
Color Harmonies of #DBA2FB
Complementary color
Monochromatic Colors of #DBA2FB
Black with #DBA2FB
Text Example
Text Example
White with #DBA2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2FB; }
p { color: rgb(219,162,251); }
H1.HeaderClassName
{
color: #DBA2FB;
}
.AnyTagClassName
{
color: #DBA2FB;
}
</style>
background-color css
<style>
a { background-color: #DBA2FB; }
a { background-color: rgb(219,162,251); }
div.DivClassName
{
background-color: #DBA2FB;
}
.BgClassName
{
background-color: #DBA2FB;
}
</style>
border-color css
<style>
span { border-color: #DBA2FB; }
span { border-color: rgb(219,162,251); }
td.TdClassName
{
border-color: #DBA2FB;
}
.TagClassName
{
border-color: #DBA2FB;
}
</style>