Shades of Mauve #DFA6FE
Tints of Mauve #DFA6FE
RGB
CMYK
RGB Variations
Color information
#DFA6FE (or 0xDFA6FE) is known color: Mauve. HEX triplet: DF, A6 and FE. RGB value is (223,166,254). Sum of RGB (Red+Green+Blue) = 223+166+254=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 166 (65.23% from 255 or 25.82% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA6FE is #205901. Grayscale: #C0C0C0. Windows color (decimal): -2119938 or 16688863. OLE color: 16688863.
HSL color Cylindrical-coordinate representation of color #DFA6FE: hue angle of 278.86º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA6FE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 166 | 254 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.00 |
| HSL | 278.86º | 0.98% | 0.82% | - |
| HSV(B) | 278.86º | 0.35% | 1% | - |
| XYZ | 61.96 | 50.12 | 100.17 | - |
| YUV | 193.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 254 | 0.12 | 0.35 | 0 | 0.00 | 278.86 | 0.98 | 0.82 |
| Hex | DF | A6 | FE | C | 23 | 0 | 0 | 117 | 62 | 52 |
| Octal | 337 | 246 | 376 | 14 | 43 | 0 | 0 | 427 | 142 | 122 |
| Binary | 11011111 | 10100110 | 11111110 | 1100 | 100011 | 0 | 0 | 100010111 | 1100010 | 1010010 |
Color Harmonies of #DFA6FE
Complementary color
Monochromatic Colors of #DFA6FE
Black with #DFA6FE
Text Example
Text Example
White with #DFA6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA6FE; }
p { color: rgb(223,166,254); }
H1.HeaderClassName
{
color: #DFA6FE;
}
.AnyTagClassName
{
color: #DFA6FE;
}
</style>
background-color css
<style>
a { background-color: #DFA6FE; }
a { background-color: rgb(223,166,254); }
div.DivClassName
{
background-color: #DFA6FE;
}
.BgClassName
{
background-color: #DFA6FE;
}
</style>
border-color css
<style>
span { border-color: #DFA6FE; }
span { border-color: rgb(223,166,254); }
td.TdClassName
{
border-color: #DFA6FE;
}
.TagClassName
{
border-color: #DFA6FE;
}
</style>