Shades of Mauve #DBA7FE
Tints of Mauve #DBA7FE
RGB
CMYK
RGB Variations
Color information
#DBA7FE (or 0xDBA7FE) is known color: Mauve. HEX triplet: DB, A7 and FE. RGB value is (219,167,254). Sum of RGB (Red+Green+Blue) = 219+167+254=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7FE is #245801. Grayscale: #C0C0C0. Windows color (decimal): -2381826 or 16689115. OLE color: 16689115.
HSL color Cylindrical-coordinate representation of color #DBA7FE: hue angle of 275.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBA7FE is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 167 | 254 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.00 |
| HSL | 275.86º | 0.98% | 0.83% | - |
| HSV(B) | 275.86º | 0.34% | 1% | - |
| XYZ | 60.92 | 49.85 | 100.18 | - |
| YUV | 192.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 254 | 0.14 | 0.34 | 0 | 0.00 | 275.86 | 0.98 | 0.83 |
| Hex | DB | A7 | FE | E | 22 | 0 | 0 | 114 | 62 | 53 |
| Octal | 333 | 247 | 376 | 16 | 42 | 0 | 0 | 424 | 142 | 123 |
| Binary | 11011011 | 10100111 | 11111110 | 1110 | 100010 | 0 | 0 | 100010100 | 1100010 | 1010011 |
Color Harmonies of #DBA7FE
Complementary color
Monochromatic Colors of #DBA7FE
Black with #DBA7FE
Text Example
Text Example
White with #DBA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7FE; }
p { color: rgb(219,167,254); }
H1.HeaderClassName
{
color: #DBA7FE;
}
.AnyTagClassName
{
color: #DBA7FE;
}
</style>
background-color css
<style>
a { background-color: #DBA7FE; }
a { background-color: rgb(219,167,254); }
div.DivClassName
{
background-color: #DBA7FE;
}
.BgClassName
{
background-color: #DBA7FE;
}
</style>
border-color css
<style>
span { border-color: #DBA7FE; }
span { border-color: rgb(219,167,254); }
td.TdClassName
{
border-color: #DBA7FE;
}
.TagClassName
{
border-color: #DBA7FE;
}
</style>