Shades of Mauve #DFA8EF
Tints of Mauve #DFA8EF
RGB
CMYK
RGB Variations
Color information
#DFA8EF (or 0xDFA8EF) is known color: Mauve. HEX triplet: DF, A8 and EF. RGB value is (223,168,239). Sum of RGB (Red+Green+Blue) = 223+168+239=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8EF is #205710. Grayscale: #C0C0C0. Windows color (decimal): -2119441 or 15706335. OLE color: 15706335.
HSL color Cylindrical-coordinate representation of color #DFA8EF: hue angle of 286.48º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA8EF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 168 | 239 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.06 |
| HSL | 286.48º | 0.69% | 0.8% | - |
| HSV(B) | 286.48º | 0.3% | 0.94% | - |
| XYZ | 60.01 | 49.93 | 88.13 | - |
| YUV | 192.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 239 | 0.07 | 0.30 | 0 | 0.06 | 286.48 | 0.69 | 0.8 |
| Hex | DF | A8 | EF | 7 | 1E | 0 | 6 | 11E | 45 | 50 |
| Octal | 337 | 250 | 357 | 7 | 36 | 0 | 6 | 436 | 105 | 120 |
| Binary | 11011111 | 10101000 | 11101111 | 111 | 11110 | 0 | 110 | 100011110 | 1000101 | 1010000 |
Color Harmonies of #DFA8EF
Complementary color
Monochromatic Colors of #DFA8EF
Black with #DFA8EF
Text Example
Text Example
White with #DFA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA8EF; }
p { color: rgb(223,168,239); }
H1.HeaderClassName
{
color: #DFA8EF;
}
.AnyTagClassName
{
color: #DFA8EF;
}
</style>
background-color css
<style>
a { background-color: #DFA8EF; }
a { background-color: rgb(223,168,239); }
div.DivClassName
{
background-color: #DFA8EF;
}
.BgClassName
{
background-color: #DFA8EF;
}
</style>
border-color css
<style>
span { border-color: #DFA8EF; }
span { border-color: rgb(223,168,239); }
td.TdClassName
{
border-color: #DFA8EF;
}
.TagClassName
{
border-color: #DFA8EF;
}
</style>