Shades of Mauve #DFACFF
Tints of Mauve #DFACFF
RGB
CMYK
RGB Variations
Color information
#DFACFF (or 0xDFACFF) is known color: Mauve. HEX triplet: DF, AC and FF. RGB value is (223,172,255). Sum of RGB (Red+Green+Blue) = 223+172+255=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACFF is #205300. Grayscale: #C4C4C4. Windows color (decimal): -2118401 or 16755935. OLE color: 16755935.
HSL color Cylindrical-coordinate representation of color #DFACFF: hue angle of 276.87º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFACFF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 172 | 255 | - |
| CMYK | 0.13 | 0.33 | 0 | 0 |
| HSL | 276.87º | 1% | 0.84% | - |
| HSV(B) | 276.87º | 0.33% | 1% | - |
| XYZ | 63.23 | 52.41 | 101.39 | - |
| YUV | 196.71 | 160.9 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 255 | 0.13 | 0.33 | 0 | 0 | 276.87 | 1 | 0.84 |
| Hex | DF | AC | FF | D | 21 | 0 | 0 | 115 | 64 | 54 |
| Octal | 337 | 254 | 377 | 15 | 41 | 0 | 0 | 425 | 144 | 124 |
| Binary | 11011111 | 10101100 | 11111111 | 1101 | 100001 | 0 | 0 | 100010101 | 1100100 | 1010100 |
Color Harmonies of #DFACFF
Complementary color
Monochromatic Colors of #DFACFF
Black with #DFACFF
Text Example
Text Example
White with #DFACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACFF; }
p { color: rgb(223,172,255); }
H1.HeaderClassName
{
color: #DFACFF;
}
.AnyTagClassName
{
color: #DFACFF;
}
</style>
background-color css
<style>
a { background-color: #DFACFF; }
a { background-color: rgb(223,172,255); }
div.DivClassName
{
background-color: #DFACFF;
}
.BgClassName
{
background-color: #DFACFF;
}
</style>
border-color css
<style>
span { border-color: #DFACFF; }
span { border-color: rgb(223,172,255); }
td.TdClassName
{
border-color: #DFACFF;
}
.TagClassName
{
border-color: #DFACFF;
}
</style>