Shades of Mauve #DFA8FE
Tints of Mauve #DFA8FE
RGB
CMYK
RGB Variations
Color information
#DFA8FE (or 0xDFA8FE) is known color: Mauve. HEX triplet: DF, A8 and FE. RGB value is (223,168,254). Sum of RGB (Red+Green+Blue) = 223+168+254=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8FE is #205701. Grayscale: #C1C1C1. Windows color (decimal): -2119426 or 16689375. OLE color: 16689375.
HSL color Cylindrical-coordinate representation of color #DFA8FE: hue angle of 278.37º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFA8FE is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 168 | 254 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.00 |
| HSL | 278.37º | 0.98% | 0.83% | - |
| HSV(B) | 278.37º | 0.34% | 1% | - |
| XYZ | 62.32 | 50.85 | 100.3 | - |
| YUV | 194.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 254 | 0.12 | 0.34 | 0 | 0.00 | 278.37 | 0.98 | 0.83 |
| Hex | DF | A8 | FE | C | 22 | 0 | 0 | 116 | 62 | 53 |
| Octal | 337 | 250 | 376 | 14 | 42 | 0 | 0 | 426 | 142 | 123 |
| Binary | 11011111 | 10101000 | 11111110 | 1100 | 100010 | 0 | 0 | 100010110 | 1100010 | 1010011 |
Color Harmonies of #DFA8FE
Complementary color
Monochromatic Colors of #DFA8FE
Black with #DFA8FE
Text Example
Text Example
White with #DFA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA8FE; }
p { color: rgb(223,168,254); }
H1.HeaderClassName
{
color: #DFA8FE;
}
.AnyTagClassName
{
color: #DFA8FE;
}
</style>
background-color css
<style>
a { background-color: #DFA8FE; }
a { background-color: rgb(223,168,254); }
div.DivClassName
{
background-color: #DFA8FE;
}
.BgClassName
{
background-color: #DFA8FE;
}
</style>
border-color css
<style>
span { border-color: #DFA8FE; }
span { border-color: rgb(223,168,254); }
td.TdClassName
{
border-color: #DFA8FE;
}
.TagClassName
{
border-color: #DFA8FE;
}
</style>