Shades of Mauve #DFA8FF
Tints of Mauve #DFA8FF
RGB
CMYK
RGB Variations
Color information
#DFA8FF (or 0xDFA8FF) is known color: Mauve. HEX triplet: DF, A8 and FF. RGB value is (223,168,255). Sum of RGB (Red+Green+Blue) = 223+168+255=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 168 (66.02% from 255 or 26.01% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8FF is #205700. Grayscale: #C2C2C2. Windows color (decimal): -2119425 or 16754911. OLE color: 16754911.
HSL color Cylindrical-coordinate representation of color #DFA8FF: hue angle of 277.93º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFA8FF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 168 | 255 | - |
| CMYK | 0.13 | 0.34 | 0 | 0 |
| HSL | 277.93º | 1% | 0.83% | - |
| HSV(B) | 277.93º | 0.34% | 1% | - |
| XYZ | 62.48 | 50.91 | 101.14 | - |
| YUV | 194.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 255 | 0.13 | 0.34 | 0 | 0 | 277.93 | 1 | 0.83 |
| Hex | DF | A8 | FF | D | 22 | 0 | 0 | 116 | 64 | 53 |
| Octal | 337 | 250 | 377 | 15 | 42 | 0 | 0 | 426 | 144 | 123 |
| Binary | 11011111 | 10101000 | 11111111 | 1101 | 100010 | 0 | 0 | 100010110 | 1100100 | 1010011 |
Color Harmonies of #DFA8FF
Complementary color
Monochromatic Colors of #DFA8FF
Black with #DFA8FF
Text Example
Text Example
White with #DFA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA8FF; }
p { color: rgb(223,168,255); }
H1.HeaderClassName
{
color: #DFA8FF;
}
.AnyTagClassName
{
color: #DFA8FF;
}
</style>
background-color css
<style>
a { background-color: #DFA8FF; }
a { background-color: rgb(223,168,255); }
div.DivClassName
{
background-color: #DFA8FF;
}
.BgClassName
{
background-color: #DFA8FF;
}
</style>
border-color css
<style>
span { border-color: #DFA8FF; }
span { border-color: rgb(223,168,255); }
td.TdClassName
{
border-color: #DFA8FF;
}
.TagClassName
{
border-color: #DFA8FF;
}
</style>