Shades of Mauve #DFADFC
Tints of Mauve #DFADFC
RGB
CMYK
RGB Variations
Color information
#DFADFC (or 0xDFADFC) is known color: Mauve. HEX triplet: DF, AD and FC. RGB value is (223,173,252). Sum of RGB (Red+Green+Blue) = 223+173+252=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADFC is #205203. Grayscale: #C4C4C4. Windows color (decimal): -2118148 or 16559583. OLE color: 16559583.
HSL color Cylindrical-coordinate representation of color #DFADFC: hue angle of 277.97º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFADFC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 173 | 252 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.01 |
| HSL | 277.97º | 0.93% | 0.83% | - |
| HSV(B) | 277.97º | 0.31% | 0.99% | - |
| XYZ | 62.95 | 52.6 | 98.93 | - |
| YUV | 196.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 252 | 0.12 | 0.31 | 0 | 0.01 | 277.97 | 0.93 | 0.83 |
| Hex | DF | AD | FC | C | 1F | 0 | 1 | 116 | 5D | 53 |
| Octal | 337 | 255 | 374 | 14 | 37 | 0 | 1 | 426 | 135 | 123 |
| Binary | 11011111 | 10101101 | 11111100 | 1100 | 11111 | 0 | 1 | 100010110 | 1011101 | 1010011 |
Color Harmonies of #DFADFC
Complementary color
Monochromatic Colors of #DFADFC
Black with #DFADFC
Text Example
Text Example
White with #DFADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADFC; }
p { color: rgb(223,173,252); }
H1.HeaderClassName
{
color: #DFADFC;
}
.AnyTagClassName
{
color: #DFADFC;
}
</style>
background-color css
<style>
a { background-color: #DFADFC; }
a { background-color: rgb(223,173,252); }
div.DivClassName
{
background-color: #DFADFC;
}
.BgClassName
{
background-color: #DFADFC;
}
</style>
border-color css
<style>
span { border-color: #DFADFC; }
span { border-color: rgb(223,173,252); }
td.TdClassName
{
border-color: #DFADFC;
}
.TagClassName
{
border-color: #DFADFC;
}
</style>