Shades of Mauve #DFC0F7
Tints of Mauve #DFC0F7
RGB
CMYK
RGB Variations
Color information
#DFC0F7 (or 0xDFC0F7) is known color: Mauve. HEX triplet: DF, C0 and F7. RGB value is (223,192,247). Sum of RGB (Red+Green+Blue) = 223+192+247=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFC0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0F7 is #203F08. Grayscale: #CFCFCF. Windows color (decimal): -2113289 or 16236767. OLE color: 16236767.
HSL color Cylindrical-coordinate representation of color #DFC0F7: hue angle of 273.82º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC0F7 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 192 | 247 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.03 |
| HSL | 273.82º | 0.77% | 0.86% | - |
| HSV(B) | 273.82º | 0.22% | 0.97% | - |
| XYZ | 66.07 | 60.1 | 96.11 | - |
| YUV | 207.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 247 | 0.10 | 0.22 | 0 | 0.03 | 273.82 | 0.77 | 0.86 |
| Hex | DF | C0 | F7 | A | 16 | 0 | 3 | 112 | 4D | 56 |
| Octal | 337 | 300 | 367 | 12 | 26 | 0 | 3 | 422 | 115 | 126 |
| Binary | 11011111 | 11000000 | 11110111 | 1010 | 10110 | 0 | 11 | 100010010 | 1001101 | 1010110 |
Color Harmonies of #DFC0F7
Complementary color
Monochromatic Colors of #DFC0F7
Black with #DFC0F7
Text Example
Text Example
White with #DFC0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0F7; }
p { color: rgb(223,192,247); }
H1.HeaderClassName
{
color: #DFC0F7;
}
.AnyTagClassName
{
color: #DFC0F7;
}
</style>
background-color css
<style>
a { background-color: #DFC0F7; }
a { background-color: rgb(223,192,247); }
div.DivClassName
{
background-color: #DFC0F7;
}
.BgClassName
{
background-color: #DFC0F7;
}
</style>
border-color css
<style>
span { border-color: #DFC0F7; }
span { border-color: rgb(223,192,247); }
td.TdClassName
{
border-color: #DFC0F7;
}
.TagClassName
{
border-color: #DFC0F7;
}
</style>