Shades of Mauve #DBA5FB
Tints of Mauve #DBA5FB
RGB
CMYK
RGB Variations
Color information
#DBA5FB (or 0xDBA5FB) is known color: Mauve. HEX triplet: DB, A5 and FB. RGB value is (219,165,251). Sum of RGB (Red+Green+Blue) = 219+165+251=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 165 (64.84% from 255 or 25.98% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBA5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5FB is #245A04. Grayscale: #BEBEBE. Windows color (decimal): -2382341 or 16491995. OLE color: 16491995.
HSL color Cylindrical-coordinate representation of color #DBA5FB: hue angle of 277.67º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBA5FB is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 165 | 251 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.02 |
| HSL | 277.67º | 0.91% | 0.82% | - |
| HSV(B) | 277.67º | 0.34% | 0.98% | - |
| XYZ | 60.08 | 48.94 | 97.55 | - |
| YUV | 190.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 251 | 0.13 | 0.34 | 0 | 0.02 | 277.67 | 0.91 | 0.82 |
| Hex | DB | A5 | FB | D | 22 | 0 | 2 | 116 | 5B | 52 |
| Octal | 333 | 245 | 373 | 15 | 42 | 0 | 2 | 426 | 133 | 122 |
| Binary | 11011011 | 10100101 | 11111011 | 1101 | 100010 | 0 | 10 | 100010110 | 1011011 | 1010010 |
Color Harmonies of #DBA5FB
Complementary color
Monochromatic Colors of #DBA5FB
Black with #DBA5FB
Text Example
Text Example
White with #DBA5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5FB; }
p { color: rgb(219,165,251); }
H1.HeaderClassName
{
color: #DBA5FB;
}
.AnyTagClassName
{
color: #DBA5FB;
}
</style>
background-color css
<style>
a { background-color: #DBA5FB; }
a { background-color: rgb(219,165,251); }
div.DivClassName
{
background-color: #DBA5FB;
}
.BgClassName
{
background-color: #DBA5FB;
}
</style>
border-color css
<style>
span { border-color: #DBA5FB; }
span { border-color: rgb(219,165,251); }
td.TdClassName
{
border-color: #DBA5FB;
}
.TagClassName
{
border-color: #DBA5FB;
}
</style>