Shades of Mauve #DFA0FE
Tints of Mauve #DFA0FE
RGB
CMYK
RGB Variations
Color information
#DFA0FE (or 0xDFA0FE) is known color: Mauve. HEX triplet: DF, A0 and FE. RGB value is (223,160,254). Sum of RGB (Red+Green+Blue) = 223+160+254=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 160 (62.89% from 255 or 25.12% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA0FE is #205F01. Grayscale: #BDBDBD. Windows color (decimal): -2121474 or 16687327. OLE color: 16687327.
HSL color Cylindrical-coordinate representation of color #DFA0FE: hue angle of 280.21º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFA0FE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 160 | 254 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.00 |
| HSL | 280.21º | 0.98% | 0.81% | - |
| HSV(B) | 280.21º | 0.37% | 1% | - |
| XYZ | 60.89 | 47.99 | 99.82 | - |
| YUV | 189.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 254 | 0.12 | 0.37 | 0 | 0.00 | 280.21 | 0.98 | 0.81 |
| Hex | DF | A0 | FE | C | 25 | 0 | 0 | 118 | 62 | 51 |
| Octal | 337 | 240 | 376 | 14 | 45 | 0 | 0 | 430 | 142 | 121 |
| Binary | 11011111 | 10100000 | 11111110 | 1100 | 100101 | 0 | 0 | 100011000 | 1100010 | 1010001 |
Color Harmonies of #DFA0FE
Complementary color
Monochromatic Colors of #DFA0FE
Black with #DFA0FE
Text Example
Text Example
White with #DFA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA0FE; }
p { color: rgb(223,160,254); }
H1.HeaderClassName
{
color: #DFA0FE;
}
.AnyTagClassName
{
color: #DFA0FE;
}
</style>
background-color css
<style>
a { background-color: #DFA0FE; }
a { background-color: rgb(223,160,254); }
div.DivClassName
{
background-color: #DFA0FE;
}
.BgClassName
{
background-color: #DFA0FE;
}
</style>
border-color css
<style>
span { border-color: #DFA0FE; }
span { border-color: rgb(223,160,254); }
td.TdClassName
{
border-color: #DFA0FE;
}
.TagClassName
{
border-color: #DFA0FE;
}
</style>