Shades of Mauve #DFA9F0
Tints of Mauve #DFA9F0
RGB
CMYK
RGB Variations
Color information
#DFA9F0 (or 0xDFA9F0) is known color: Mauve. HEX triplet: DF, A9 and F0. RGB value is (223,169,240). Sum of RGB (Red+Green+Blue) = 223+169+240=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFA9F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA9F0 is #20560F. Grayscale: #C1C1C1. Windows color (decimal): -2119184 or 15772127. OLE color: 15772127.
HSL color Cylindrical-coordinate representation of color #DFA9F0: hue angle of 285.63º degrees, saturation: 0.7, 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 #DFA9F0 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 169 | 240 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.06 |
| HSL | 285.63º | 0.7% | 0.8% | - |
| HSV(B) | 285.63º | 0.3% | 0.94% | - |
| XYZ | 60.35 | 50.36 | 88.98 | - |
| YUV | 193.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 240 | 0.07 | 0.30 | 0 | 0.06 | 285.63 | 0.7 | 0.8 |
| Hex | DF | A9 | F0 | 7 | 1E | 0 | 6 | 11E | 46 | 50 |
| Octal | 337 | 251 | 360 | 7 | 36 | 0 | 6 | 436 | 106 | 120 |
| Binary | 11011111 | 10101001 | 11110000 | 111 | 11110 | 0 | 110 | 100011110 | 1000110 | 1010000 |
Color Harmonies of #DFA9F0
Complementary color
Monochromatic Colors of #DFA9F0
Black with #DFA9F0
Text Example
Text Example
White with #DFA9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9F0; }
p { color: rgb(223,169,240); }
H1.HeaderClassName
{
color: #DFA9F0;
}
.AnyTagClassName
{
color: #DFA9F0;
}
</style>
background-color css
<style>
a { background-color: #DFA9F0; }
a { background-color: rgb(223,169,240); }
div.DivClassName
{
background-color: #DFA9F0;
}
.BgClassName
{
background-color: #DFA9F0;
}
</style>
border-color css
<style>
span { border-color: #DFA9F0; }
span { border-color: rgb(223,169,240); }
td.TdClassName
{
border-color: #DFA9F0;
}
.TagClassName
{
border-color: #DFA9F0;
}
</style>