Shades of Mauve #DFADF6
Tints of Mauve #DFADF6
RGB
CMYK
RGB Variations
Color information
#DFADF6 (or 0xDFADF6) is known color: Mauve. HEX triplet: DF, AD and F6. RGB value is (223,173,246). Sum of RGB (Red+Green+Blue) = 223+173+246=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADF6 is #205209. Grayscale: #C4C4C4. Windows color (decimal): -2118154 or 16166367. OLE color: 16166367.
HSL color Cylindrical-coordinate representation of color #DFADF6: hue angle of 281.1º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFADF6 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 173 | 246 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.04 |
| HSL | 281.1º | 0.8% | 0.82% | - |
| HSV(B) | 281.1º | 0.3% | 0.96% | - |
| XYZ | 62.01 | 52.23 | 94 | - |
| YUV | 196.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 246 | 0.09 | 0.30 | 0 | 0.04 | 281.1 | 0.8 | 0.82 |
| Hex | DF | AD | F6 | 9 | 1E | 0 | 4 | 119 | 50 | 52 |
| Octal | 337 | 255 | 366 | 11 | 36 | 0 | 4 | 431 | 120 | 122 |
| Binary | 11011111 | 10101101 | 11110110 | 1001 | 11110 | 0 | 100 | 100011001 | 1010000 | 1010010 |
Color Harmonies of #DFADF6
Complementary color
Monochromatic Colors of #DFADF6
Black with #DFADF6
Text Example
Text Example
White with #DFADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADF6; }
p { color: rgb(223,173,246); }
H1.HeaderClassName
{
color: #DFADF6;
}
.AnyTagClassName
{
color: #DFADF6;
}
</style>
background-color css
<style>
a { background-color: #DFADF6; }
a { background-color: rgb(223,173,246); }
div.DivClassName
{
background-color: #DFADF6;
}
.BgClassName
{
background-color: #DFADF6;
}
</style>
border-color css
<style>
span { border-color: #DFADF6; }
span { border-color: rgb(223,173,246); }
td.TdClassName
{
border-color: #DFADF6;
}
.TagClassName
{
border-color: #DFADF6;
}
</style>