Shades of Mauve #DFADEF
Tints of Mauve #DFADEF
RGB
CMYK
RGB Variations
Color information
#DFADEF (or 0xDFADEF) is known color: Mauve. HEX triplet: DF, AD and EF. RGB value is (223,173,239). Sum of RGB (Red+Green+Blue) = 223+173+239=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADEF is #205210. Grayscale: #C3C3C3. Windows color (decimal): -2118161 or 15707615. OLE color: 15707615.
HSL color Cylindrical-coordinate representation of color #DFADEF: hue angle of 285.45º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFADEF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 173 | 239 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.06 |
| HSL | 285.45º | 0.67% | 0.81% | - |
| HSV(B) | 285.45º | 0.28% | 0.94% | - |
| XYZ | 60.95 | 51.81 | 88.45 | - |
| YUV | 195.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 239 | 0.07 | 0.28 | 0 | 0.06 | 285.45 | 0.67 | 0.81 |
| Hex | DF | AD | EF | 7 | 1C | 0 | 6 | 11D | 43 | 51 |
| Octal | 337 | 255 | 357 | 7 | 34 | 0 | 6 | 435 | 103 | 121 |
| Binary | 11011111 | 10101101 | 11101111 | 111 | 11100 | 0 | 110 | 100011101 | 1000011 | 1010001 |
Color Harmonies of #DFADEF
Complementary color
Monochromatic Colors of #DFADEF
Black with #DFADEF
Text Example
Text Example
White with #DFADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADEF; }
p { color: rgb(223,173,239); }
H1.HeaderClassName
{
color: #DFADEF;
}
.AnyTagClassName
{
color: #DFADEF;
}
</style>
background-color css
<style>
a { background-color: #DFADEF; }
a { background-color: rgb(223,173,239); }
div.DivClassName
{
background-color: #DFADEF;
}
.BgClassName
{
background-color: #DFADEF;
}
</style>
border-color css
<style>
span { border-color: #DFADEF; }
span { border-color: rgb(223,173,239); }
td.TdClassName
{
border-color: #DFADEF;
}
.TagClassName
{
border-color: #DFADEF;
}
</style>