Shades of Mauve #DFA7FE
Tints of Mauve #DFA7FE
RGB
CMYK
RGB Variations
Color information
#DFA7FE (or 0xDFA7FE) is known color: Mauve. HEX triplet: DF, A7 and FE. RGB value is (223,167,254). Sum of RGB (Red+Green+Blue) = 223+167+254=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 167 (65.62% from 255 or 25.93% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7FE is #205801. Grayscale: #C1C1C1. Windows color (decimal): -2119682 or 16689119. OLE color: 16689119.
HSL color Cylindrical-coordinate representation of color #DFA7FE: hue angle of 278.62º 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 #DFA7FE is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 167 | 254 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.00 |
| HSL | 278.62º | 0.98% | 0.83% | - |
| HSV(B) | 278.62º | 0.34% | 1% | - |
| XYZ | 62.14 | 50.48 | 100.23 | - |
| YUV | 193.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 254 | 0.12 | 0.34 | 0 | 0.00 | 278.62 | 0.98 | 0.83 |
| Hex | DF | A7 | FE | C | 22 | 0 | 0 | 117 | 62 | 53 |
| Octal | 337 | 247 | 376 | 14 | 42 | 0 | 0 | 427 | 142 | 123 |
| Binary | 11011111 | 10100111 | 11111110 | 1100 | 100010 | 0 | 0 | 100010111 | 1100010 | 1010011 |
Color Harmonies of #DFA7FE
Complementary color
Monochromatic Colors of #DFA7FE
Black with #DFA7FE
Text Example
Text Example
White with #DFA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA7FE; }
p { color: rgb(223,167,254); }
H1.HeaderClassName
{
color: #DFA7FE;
}
.AnyTagClassName
{
color: #DFA7FE;
}
</style>
background-color css
<style>
a { background-color: #DFA7FE; }
a { background-color: rgb(223,167,254); }
div.DivClassName
{
background-color: #DFA7FE;
}
.BgClassName
{
background-color: #DFA7FE;
}
</style>
border-color css
<style>
span { border-color: #DFA7FE; }
span { border-color: rgb(223,167,254); }
td.TdClassName
{
border-color: #DFA7FE;
}
.TagClassName
{
border-color: #DFA7FE;
}
</style>