Shades of Mauve #DFADF2
Tints of Mauve #DFADF2
RGB
CMYK
RGB Variations
Color information
#DFADF2 (or 0xDFADF2) is known color: Mauve. HEX triplet: DF, AD and F2. RGB value is (223,173,242). Sum of RGB (Red+Green+Blue) = 223+173+242=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADF2 is #20520D. Grayscale: #C3C3C3. Windows color (decimal): -2118158 or 15904223. OLE color: 15904223.
HSL color Cylindrical-coordinate representation of color #DFADF2: hue angle of 283.48º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFADF2 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 173 | 242 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.05 |
| HSL | 283.48º | 0.73% | 0.81% | - |
| HSV(B) | 283.48º | 0.29% | 0.95% | - |
| XYZ | 61.4 | 51.99 | 90.8 | - |
| YUV | 195.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 242 | 0.08 | 0.29 | 0 | 0.05 | 283.48 | 0.73 | 0.81 |
| Hex | DF | AD | F2 | 8 | 1D | 0 | 5 | 11B | 49 | 51 |
| Octal | 337 | 255 | 362 | 10 | 35 | 0 | 5 | 433 | 111 | 121 |
| Binary | 11011111 | 10101101 | 11110010 | 1000 | 11101 | 0 | 101 | 100011011 | 1001001 | 1010001 |
Color Harmonies of #DFADF2
Complementary color
Monochromatic Colors of #DFADF2
Black with #DFADF2
Text Example
Text Example
White with #DFADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADF2; }
p { color: rgb(223,173,242); }
H1.HeaderClassName
{
color: #DFADF2;
}
.AnyTagClassName
{
color: #DFADF2;
}
</style>
background-color css
<style>
a { background-color: #DFADF2; }
a { background-color: rgb(223,173,242); }
div.DivClassName
{
background-color: #DFADF2;
}
.BgClassName
{
background-color: #DFADF2;
}
</style>
border-color css
<style>
span { border-color: #DFADF2; }
span { border-color: rgb(223,173,242); }
td.TdClassName
{
border-color: #DFADF2;
}
.TagClassName
{
border-color: #DFADF2;
}
</style>