Shades of Mauve #DFACF0
Tints of Mauve #DFACF0
RGB
CMYK
RGB Variations
Color information
#DFACF0 (or 0xDFACF0) is known color: Mauve. HEX triplet: DF, AC and F0. RGB value is (223,172,240). Sum of RGB (Red+Green+Blue) = 223+172+240=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACF0 is #20530F. Grayscale: #C2C2C2. Windows color (decimal): -2118416 or 15772895. OLE color: 15772895.
HSL color Cylindrical-coordinate representation of color #DFACF0: hue angle of 285º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFACF0 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 172 | 240 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.06 |
| HSL | 285º | 0.69% | 0.81% | - |
| HSV(B) | 285º | 0.28% | 0.94% | - |
| XYZ | 60.91 | 51.48 | 89.17 | - |
| YUV | 195 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 240 | 0.07 | 0.28 | 0 | 0.06 | 285 | 0.69 | 0.81 |
| Hex | DF | AC | F0 | 7 | 1C | 0 | 6 | 11D | 45 | 51 |
| Octal | 337 | 254 | 360 | 7 | 34 | 0 | 6 | 435 | 105 | 121 |
| Binary | 11011111 | 10101100 | 11110000 | 111 | 11100 | 0 | 110 | 100011101 | 1000101 | 1010001 |
Color Harmonies of #DFACF0
Complementary color
Monochromatic Colors of #DFACF0
Black with #DFACF0
Text Example
Text Example
White with #DFACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACF0; }
p { color: rgb(223,172,240); }
H1.HeaderClassName
{
color: #DFACF0;
}
.AnyTagClassName
{
color: #DFACF0;
}
</style>
background-color css
<style>
a { background-color: #DFACF0; }
a { background-color: rgb(223,172,240); }
div.DivClassName
{
background-color: #DFACF0;
}
.BgClassName
{
background-color: #DFACF0;
}
</style>
border-color css
<style>
span { border-color: #DFACF0; }
span { border-color: rgb(223,172,240); }
td.TdClassName
{
border-color: #DFACF0;
}
.TagClassName
{
border-color: #DFACF0;
}
</style>