Shades of Mauve #DFACFE
Tints of Mauve #DFACFE
RGB
CMYK
RGB Variations
Color information
#DFACFE (or 0xDFACFE) is known color: Mauve. HEX triplet: DF, AC and FE. RGB value is (223,172,254). Sum of RGB (Red+Green+Blue) = 223+172+254=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACFE is #205301. Grayscale: #C4C4C4. Windows color (decimal): -2118402 or 16690399. OLE color: 16690399.
HSL color Cylindrical-coordinate representation of color #DFACFE: hue angle of 277.32º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFACFE is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 172 | 254 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.00 |
| HSL | 277.32º | 0.98% | 0.84% | - |
| HSV(B) | 277.32º | 0.32% | 1% | - |
| XYZ | 63.07 | 52.35 | 100.55 | - |
| YUV | 196.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 254 | 0.12 | 0.32 | 0 | 0.00 | 277.32 | 0.98 | 0.84 |
| Hex | DF | AC | FE | C | 20 | 0 | 0 | 115 | 62 | 54 |
| Octal | 337 | 254 | 376 | 14 | 40 | 0 | 0 | 425 | 142 | 124 |
| Binary | 11011111 | 10101100 | 11111110 | 1100 | 100000 | 0 | 0 | 100010101 | 1100010 | 1010100 |
Color Harmonies of #DFACFE
Complementary color
Monochromatic Colors of #DFACFE
Black with #DFACFE
Text Example
Text Example
White with #DFACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACFE; }
p { color: rgb(223,172,254); }
H1.HeaderClassName
{
color: #DFACFE;
}
.AnyTagClassName
{
color: #DFACFE;
}
</style>
background-color css
<style>
a { background-color: #DFACFE; }
a { background-color: rgb(223,172,254); }
div.DivClassName
{
background-color: #DFACFE;
}
.BgClassName
{
background-color: #DFACFE;
}
</style>
border-color css
<style>
span { border-color: #DFACFE; }
span { border-color: rgb(223,172,254); }
td.TdClassName
{
border-color: #DFACFE;
}
.TagClassName
{
border-color: #DFACFE;
}
</style>