Shades of Mauve #DBA4FC
Tints of Mauve #DBA4FC
RGB
CMYK
RGB Variations
Color information
#DBA4FC (or 0xDBA4FC) is known color: Mauve. HEX triplet: DB, A4 and FC. RGB value is (219,164,252). Sum of RGB (Red+Green+Blue) = 219+164+252=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 164 (64.45% from 255 or 25.83% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBA4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4FC is #245B03. Grayscale: #BEBEBE. Windows color (decimal): -2382596 or 16557275. OLE color: 16557275.
HSL color Cylindrical-coordinate representation of color #DBA4FC: hue angle of 277.5º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA4FC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 164 | 252 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.01 |
| HSL | 277.5º | 0.94% | 0.82% | - |
| HSV(B) | 277.5º | 0.35% | 0.99% | - |
| XYZ | 60.06 | 48.64 | 98.32 | - |
| YUV | 190.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 252 | 0.13 | 0.35 | 0 | 0.01 | 277.5 | 0.94 | 0.82 |
| Hex | DB | A4 | FC | D | 23 | 0 | 1 | 116 | 5E | 52 |
| Octal | 333 | 244 | 374 | 15 | 43 | 0 | 1 | 426 | 136 | 122 |
| Binary | 11011011 | 10100100 | 11111100 | 1101 | 100011 | 0 | 1 | 100010110 | 1011110 | 1010010 |
Color Harmonies of #DBA4FC
Complementary color
Monochromatic Colors of #DBA4FC
Black with #DBA4FC
Text Example
Text Example
White with #DBA4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4FC; }
p { color: rgb(219,164,252); }
H1.HeaderClassName
{
color: #DBA4FC;
}
.AnyTagClassName
{
color: #DBA4FC;
}
</style>
background-color css
<style>
a { background-color: #DBA4FC; }
a { background-color: rgb(219,164,252); }
div.DivClassName
{
background-color: #DBA4FC;
}
.BgClassName
{
background-color: #DBA4FC;
}
</style>
border-color css
<style>
span { border-color: #DBA4FC; }
span { border-color: rgb(219,164,252); }
td.TdClassName
{
border-color: #DBA4FC;
}
.TagClassName
{
border-color: #DBA4FC;
}
</style>