Shades of Mauve #DFA6EF
Tints of Mauve #DFA6EF
RGB
CMYK
RGB Variations
Color information
#DFA6EF (or 0xDFA6EF) is known color: Mauve. HEX triplet: DF, A6 and EF. RGB value is (223,166,239). Sum of RGB (Red+Green+Blue) = 223+166+239=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 166 (65.23% from 255 or 26.43% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFA6EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA6EF is #205910. Grayscale: #BFBFBF. Windows color (decimal): -2119953 or 15705823. OLE color: 15705823.
HSL color Cylindrical-coordinate representation of color #DFA6EF: hue angle of 286.85º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFA6EF is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 166 | 239 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.06 |
| HSL | 286.85º | 0.7% | 0.79% | - |
| HSV(B) | 286.85º | 0.31% | 0.94% | - |
| XYZ | 59.65 | 49.19 | 88.01 | - |
| YUV | 191.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 239 | 0.07 | 0.31 | 0 | 0.06 | 286.85 | 0.7 | 0.79 |
| Hex | DF | A6 | EF | 7 | 1F | 0 | 6 | 11F | 46 | 4F |
| Octal | 337 | 246 | 357 | 7 | 37 | 0 | 6 | 437 | 106 | 117 |
| Binary | 11011111 | 10100110 | 11101111 | 111 | 11111 | 0 | 110 | 100011111 | 1000110 | 1001111 |
Color Harmonies of #DFA6EF
Complementary color
Monochromatic Colors of #DFA6EF
Black with #DFA6EF
Text Example
Text Example
White with #DFA6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA6EF; }
p { color: rgb(223,166,239); }
H1.HeaderClassName
{
color: #DFA6EF;
}
.AnyTagClassName
{
color: #DFA6EF;
}
</style>
background-color css
<style>
a { background-color: #DFA6EF; }
a { background-color: rgb(223,166,239); }
div.DivClassName
{
background-color: #DFA6EF;
}
.BgClassName
{
background-color: #DFA6EF;
}
</style>
border-color css
<style>
span { border-color: #DFA6EF; }
span { border-color: rgb(223,166,239); }
td.TdClassName
{
border-color: #DFA6EF;
}
.TagClassName
{
border-color: #DFA6EF;
}
</style>