Shades of Mauve #DBACF4
Tints of Mauve #DBACF4
RGB
CMYK
RGB Variations
Color information
#DBACF4 (or 0xDBACF4) is known color: Mauve. HEX triplet: DB, AC and F4. RGB value is (219,172,244). Sum of RGB (Red+Green+Blue) = 219+172+244=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACF4 is #24530B. Grayscale: #C2C2C2. Windows color (decimal): -2380556 or 16035035. OLE color: 16035035.
HSL color Cylindrical-coordinate representation of color #DBACF4: hue angle of 279.17º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBACF4 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 172 | 244 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.04 |
| HSL | 279.17º | 0.77% | 0.82% | - |
| HSV(B) | 279.17º | 0.3% | 0.96% | - |
| XYZ | 60.3 | 51.1 | 92.27 | - |
| YUV | 194.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 244 | 0.10 | 0.30 | 0 | 0.04 | 279.17 | 0.77 | 0.82 |
| Hex | DB | AC | F4 | A | 1E | 0 | 4 | 117 | 4D | 52 |
| Octal | 333 | 254 | 364 | 12 | 36 | 0 | 4 | 427 | 115 | 122 |
| Binary | 11011011 | 10101100 | 11110100 | 1010 | 11110 | 0 | 100 | 100010111 | 1001101 | 1010010 |
Color Harmonies of #DBACF4
Complementary color
Monochromatic Colors of #DBACF4
Black with #DBACF4
Text Example
Text Example
White with #DBACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACF4; }
p { color: rgb(219,172,244); }
H1.HeaderClassName
{
color: #DBACF4;
}
.AnyTagClassName
{
color: #DBACF4;
}
</style>
background-color css
<style>
a { background-color: #DBACF4; }
a { background-color: rgb(219,172,244); }
div.DivClassName
{
background-color: #DBACF4;
}
.BgClassName
{
background-color: #DBACF4;
}
</style>
border-color css
<style>
span { border-color: #DBACF4; }
span { border-color: rgb(219,172,244); }
td.TdClassName
{
border-color: #DBACF4;
}
.TagClassName
{
border-color: #DBACF4;
}
</style>