Shades of Mauve #DFADF1
Tints of Mauve #DFADF1
RGB
CMYK
RGB Variations
Color information
#DFADF1 (or 0xDFADF1) is known color: Mauve. HEX triplet: DF, AD and F1. RGB value is (223,173,241). Sum of RGB (Red+Green+Blue) = 223+173+241=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADF1 is #20520E. Grayscale: #C3C3C3. Windows color (decimal): -2118159 or 15838687. OLE color: 15838687.
HSL color Cylindrical-coordinate representation of color #DFADF1: hue angle of 284.12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFADF1 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 173 | 241 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.05 |
| HSL | 284.12º | 0.71% | 0.81% | - |
| HSV(B) | 284.12º | 0.28% | 0.95% | - |
| XYZ | 61.25 | 51.93 | 90.01 | - |
| YUV | 195.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 241 | 0.07 | 0.28 | 0 | 0.05 | 284.12 | 0.71 | 0.81 |
| Hex | DF | AD | F1 | 7 | 1C | 0 | 5 | 11C | 47 | 51 |
| Octal | 337 | 255 | 361 | 7 | 34 | 0 | 5 | 434 | 107 | 121 |
| Binary | 11011111 | 10101101 | 11110001 | 111 | 11100 | 0 | 101 | 100011100 | 1000111 | 1010001 |
Color Harmonies of #DFADF1
Complementary color
Monochromatic Colors of #DFADF1
Black with #DFADF1
Text Example
Text Example
White with #DFADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADF1; }
p { color: rgb(223,173,241); }
H1.HeaderClassName
{
color: #DFADF1;
}
.AnyTagClassName
{
color: #DFADF1;
}
</style>
background-color css
<style>
a { background-color: #DFADF1; }
a { background-color: rgb(223,173,241); }
div.DivClassName
{
background-color: #DFADF1;
}
.BgClassName
{
background-color: #DFADF1;
}
</style>
border-color css
<style>
span { border-color: #DFADF1; }
span { border-color: rgb(223,173,241); }
td.TdClassName
{
border-color: #DFADF1;
}
.TagClassName
{
border-color: #DFADF1;
}
</style>