Shades of Mauve #DFACFC
Tints of Mauve #DFACFC
RGB
CMYK
RGB Variations
Color information
#DFACFC (or 0xDFACFC) is known color: Mauve. HEX triplet: DF, AC and FC. RGB value is (223,172,252). Sum of RGB (Red+Green+Blue) = 223+172+252=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACFC is #205303. Grayscale: #C4C4C4. Windows color (decimal): -2118404 or 16559327. OLE color: 16559327.
HSL color Cylindrical-coordinate representation of color #DFACFC: hue angle of 278.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFACFC is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 172 | 252 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.01 |
| HSL | 278.25º | 0.93% | 0.83% | - |
| HSV(B) | 278.25º | 0.32% | 0.99% | - |
| XYZ | 62.75 | 52.22 | 98.87 | - |
| YUV | 196.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 252 | 0.12 | 0.32 | 0 | 0.01 | 278.25 | 0.93 | 0.83 |
| Hex | DF | AC | FC | C | 20 | 0 | 1 | 116 | 5D | 53 |
| Octal | 337 | 254 | 374 | 14 | 40 | 0 | 1 | 426 | 135 | 123 |
| Binary | 11011111 | 10101100 | 11111100 | 1100 | 100000 | 0 | 1 | 100010110 | 1011101 | 1010011 |
Color Harmonies of #DFACFC
Complementary color
Monochromatic Colors of #DFACFC
Black with #DFACFC
Text Example
Text Example
White with #DFACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACFC; }
p { color: rgb(223,172,252); }
H1.HeaderClassName
{
color: #DFACFC;
}
.AnyTagClassName
{
color: #DFACFC;
}
</style>
background-color css
<style>
a { background-color: #DFACFC; }
a { background-color: rgb(223,172,252); }
div.DivClassName
{
background-color: #DFACFC;
}
.BgClassName
{
background-color: #DFACFC;
}
</style>
border-color css
<style>
span { border-color: #DFACFC; }
span { border-color: rgb(223,172,252); }
td.TdClassName
{
border-color: #DFACFC;
}
.TagClassName
{
border-color: #DFACFC;
}
</style>