Shades of Mauve #DFA2F6
Tints of Mauve #DFA2F6
RGB
CMYK
RGB Variations
Color information
#DFA2F6 (or 0xDFA2F6) is known color: Mauve. HEX triplet: DF, A2 and F6. RGB value is (223,162,246). Sum of RGB (Red+Green+Blue) = 223+162+246=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFA2F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA2F6 is #205D09. Grayscale: #BDBDBD. Windows color (decimal): -2120970 or 16163551. OLE color: 16163551.
HSL color Cylindrical-coordinate representation of color #DFA2F6: hue angle of 283.57º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFA2F6 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 162 | 246 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.04 |
| HSL | 283.57º | 0.82% | 0.8% | - |
| HSV(B) | 283.57º | 0.34% | 0.96% | - |
| XYZ | 59.99 | 48.18 | 93.33 | - |
| YUV | 189.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 246 | 0.09 | 0.34 | 0 | 0.04 | 283.57 | 0.82 | 0.8 |
| Hex | DF | A2 | F6 | 9 | 22 | 0 | 4 | 11C | 52 | 50 |
| Octal | 337 | 242 | 366 | 11 | 42 | 0 | 4 | 434 | 122 | 120 |
| Binary | 11011111 | 10100010 | 11110110 | 1001 | 100010 | 0 | 100 | 100011100 | 1010010 | 1010000 |
Color Harmonies of #DFA2F6
Complementary color
Monochromatic Colors of #DFA2F6
Black with #DFA2F6
Text Example
Text Example
White with #DFA2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2F6; }
p { color: rgb(223,162,246); }
H1.HeaderClassName
{
color: #DFA2F6;
}
.AnyTagClassName
{
color: #DFA2F6;
}
</style>
background-color css
<style>
a { background-color: #DFA2F6; }
a { background-color: rgb(223,162,246); }
div.DivClassName
{
background-color: #DFA2F6;
}
.BgClassName
{
background-color: #DFA2F6;
}
</style>
border-color css
<style>
span { border-color: #DFA2F6; }
span { border-color: rgb(223,162,246); }
td.TdClassName
{
border-color: #DFA2F6;
}
.TagClassName
{
border-color: #DFA2F6;
}
</style>