Shades of Mauve #DBA6FC
Tints of Mauve #DBA6FC
RGB
CMYK
RGB Variations
Color information
#DBA6FC (or 0xDBA6FC) is known color: Mauve. HEX triplet: DB, A6 and FC. RGB value is (219,166,252). Sum of RGB (Red+Green+Blue) = 219+166+252=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 166 (65.23% from 255 or 26.06% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBA6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA6FC is #245903. Grayscale: #BFBFBF. Windows color (decimal): -2382084 or 16557787. OLE color: 16557787.
HSL color Cylindrical-coordinate representation of color #DBA6FC: hue angle of 276.98º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBA6FC is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 166 | 252 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.01 |
| HSL | 276.98º | 0.93% | 0.82% | - |
| HSV(B) | 276.98º | 0.34% | 0.99% | - |
| XYZ | 60.42 | 49.36 | 98.44 | - |
| YUV | 191.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 252 | 0.13 | 0.34 | 0 | 0.01 | 276.98 | 0.93 | 0.82 |
| Hex | DB | A6 | FC | D | 22 | 0 | 1 | 115 | 5D | 52 |
| Octal | 333 | 246 | 374 | 15 | 42 | 0 | 1 | 425 | 135 | 122 |
| Binary | 11011011 | 10100110 | 11111100 | 1101 | 100010 | 0 | 1 | 100010101 | 1011101 | 1010010 |
Color Harmonies of #DBA6FC
Complementary color
Monochromatic Colors of #DBA6FC
Black with #DBA6FC
Text Example
Text Example
White with #DBA6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6FC; }
p { color: rgb(219,166,252); }
H1.HeaderClassName
{
color: #DBA6FC;
}
.AnyTagClassName
{
color: #DBA6FC;
}
</style>
background-color css
<style>
a { background-color: #DBA6FC; }
a { background-color: rgb(219,166,252); }
div.DivClassName
{
background-color: #DBA6FC;
}
.BgClassName
{
background-color: #DBA6FC;
}
</style>
border-color css
<style>
span { border-color: #DBA6FC; }
span { border-color: rgb(219,166,252); }
td.TdClassName
{
border-color: #DBA6FC;
}
.TagClassName
{
border-color: #DBA6FC;
}
</style>