Shades of Mauve #DBACF2
Tints of Mauve #DBACF2
RGB
CMYK
RGB Variations
Color information
#DBACF2 (or 0xDBACF2) is known color: Mauve. HEX triplet: DB, AC and F2. RGB value is (219,172,242). Sum of RGB (Red+Green+Blue) = 219+172+242=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACF2 is #24530D. Grayscale: #C1C1C1. Windows color (decimal): -2380558 or 15903963. OLE color: 15903963.
HSL color Cylindrical-coordinate representation of color #DBACF2: hue angle of 280.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBACF2 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 172 | 242 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.05 |
| HSL | 280.29º | 0.73% | 0.81% | - |
| HSV(B) | 280.29º | 0.29% | 0.95% | - |
| XYZ | 59.99 | 50.98 | 90.68 | - |
| YUV | 194.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 242 | 0.10 | 0.29 | 0 | 0.05 | 280.29 | 0.73 | 0.81 |
| Hex | DB | AC | F2 | A | 1D | 0 | 5 | 118 | 49 | 51 |
| Octal | 333 | 254 | 362 | 12 | 35 | 0 | 5 | 430 | 111 | 121 |
| Binary | 11011011 | 10101100 | 11110010 | 1010 | 11101 | 0 | 101 | 100011000 | 1001001 | 1010001 |
Color Harmonies of #DBACF2
Complementary color
Monochromatic Colors of #DBACF2
Black with #DBACF2
Text Example
Text Example
White with #DBACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACF2; }
p { color: rgb(219,172,242); }
H1.HeaderClassName
{
color: #DBACF2;
}
.AnyTagClassName
{
color: #DBACF2;
}
</style>
background-color css
<style>
a { background-color: #DBACF2; }
a { background-color: rgb(219,172,242); }
div.DivClassName
{
background-color: #DBACF2;
}
.BgClassName
{
background-color: #DBACF2;
}
</style>
border-color css
<style>
span { border-color: #DBACF2; }
span { border-color: rgb(219,172,242); }
td.TdClassName
{
border-color: #DBACF2;
}
.TagClassName
{
border-color: #DBACF2;
}
</style>