Shades of Mauve #DFACEF
Tints of Mauve #DFACEF
RGB
CMYK
RGB Variations
Color information
#DFACEF (or 0xDFACEF) is known color: Mauve. HEX triplet: DF, AC and EF. RGB value is (223,172,239). Sum of RGB (Red+Green+Blue) = 223+172+239=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACEF is #205310. Grayscale: #C2C2C2. Windows color (decimal): -2118417 or 15707359. OLE color: 15707359.
HSL color Cylindrical-coordinate representation of color #DFACEF: hue angle of 285.67º degrees, saturation: 0.68, 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 #DFACEF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 172 | 239 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.06 |
| HSL | 285.67º | 0.68% | 0.81% | - |
| HSV(B) | 285.67º | 0.28% | 0.94% | - |
| XYZ | 60.76 | 51.43 | 88.38 | - |
| YUV | 194.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 239 | 0.07 | 0.28 | 0 | 0.06 | 285.67 | 0.68 | 0.81 |
| Hex | DF | AC | EF | 7 | 1C | 0 | 6 | 11E | 44 | 51 |
| Octal | 337 | 254 | 357 | 7 | 34 | 0 | 6 | 436 | 104 | 121 |
| Binary | 11011111 | 10101100 | 11101111 | 111 | 11100 | 0 | 110 | 100011110 | 1000100 | 1010001 |
Color Harmonies of #DFACEF
Complementary color
Monochromatic Colors of #DFACEF
Black with #DFACEF
Text Example
Text Example
White with #DFACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACEF; }
p { color: rgb(223,172,239); }
H1.HeaderClassName
{
color: #DFACEF;
}
.AnyTagClassName
{
color: #DFACEF;
}
</style>
background-color css
<style>
a { background-color: #DFACEF; }
a { background-color: rgb(223,172,239); }
div.DivClassName
{
background-color: #DFACEF;
}
.BgClassName
{
background-color: #DFACEF;
}
</style>
border-color css
<style>
span { border-color: #DFACEF; }
span { border-color: rgb(223,172,239); }
td.TdClassName
{
border-color: #DFACEF;
}
.TagClassName
{
border-color: #DFACEF;
}
</style>