Shades of Mauve #DBA8F3
Tints of Mauve #DBA8F3
RGB
CMYK
RGB Variations
Color information
#DBA8F3 (or 0xDBA8F3) is known color: Mauve. HEX triplet: DB, A8 and F3. RGB value is (219,168,243). Sum of RGB (Red+Green+Blue) = 219+168+243=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBA8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8F3 is #24570C. Grayscale: #BFBFBF. Windows color (decimal): -2381581 or 15968475. OLE color: 15968475.
HSL color Cylindrical-coordinate representation of color #DBA8F3: hue angle of 280.8º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA8F3 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 168 | 243 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.05 |
| HSL | 280.8º | 0.76% | 0.81% | - |
| HSV(B) | 280.8º | 0.31% | 0.95% | - |
| XYZ | 59.39 | 49.54 | 91.23 | - |
| YUV | 191.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 243 | 0.10 | 0.31 | 0 | 0.05 | 280.8 | 0.76 | 0.81 |
| Hex | DB | A8 | F3 | A | 1F | 0 | 5 | 119 | 4C | 51 |
| Octal | 333 | 250 | 363 | 12 | 37 | 0 | 5 | 431 | 114 | 121 |
| Binary | 11011011 | 10101000 | 11110011 | 1010 | 11111 | 0 | 101 | 100011001 | 1001100 | 1010001 |
Color Harmonies of #DBA8F3
Complementary color
Monochromatic Colors of #DBA8F3
Black with #DBA8F3
Text Example
Text Example
White with #DBA8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8F3; }
p { color: rgb(219,168,243); }
H1.HeaderClassName
{
color: #DBA8F3;
}
.AnyTagClassName
{
color: #DBA8F3;
}
</style>
background-color css
<style>
a { background-color: #DBA8F3; }
a { background-color: rgb(219,168,243); }
div.DivClassName
{
background-color: #DBA8F3;
}
.BgClassName
{
background-color: #DBA8F3;
}
</style>
border-color css
<style>
span { border-color: #DBA8F3; }
span { border-color: rgb(219,168,243); }
td.TdClassName
{
border-color: #DBA8F3;
}
.TagClassName
{
border-color: #DBA8F3;
}
</style>