Shades of Mauve #DFC0F5
Tints of Mauve #DFC0F5
RGB
CMYK
RGB Variations
Color information
#DFC0F5 (or 0xDFC0F5) is known color: Mauve. HEX triplet: DF, C0 and F5. RGB value is (223,192,245). Sum of RGB (Red+Green+Blue) = 223+192+245=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFC0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0F5 is #203F0A. Grayscale: #CFCFCF. Windows color (decimal): -2113291 or 16105695. OLE color: 16105695.
HSL color Cylindrical-coordinate representation of color #DFC0F5: hue angle of 275.09º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC0F5 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 192 | 245 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.04 |
| HSL | 275.09º | 0.73% | 0.86% | - |
| HSV(B) | 275.09º | 0.22% | 0.96% | - |
| XYZ | 65.76 | 59.98 | 94.5 | - |
| YUV | 207.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 245 | 0.09 | 0.22 | 0 | 0.04 | 275.09 | 0.73 | 0.86 |
| Hex | DF | C0 | F5 | 9 | 16 | 0 | 4 | 113 | 49 | 56 |
| Octal | 337 | 300 | 365 | 11 | 26 | 0 | 4 | 423 | 111 | 126 |
| Binary | 11011111 | 11000000 | 11110101 | 1001 | 10110 | 0 | 100 | 100010011 | 1001001 | 1010110 |
Color Harmonies of #DFC0F5
Complementary color
Monochromatic Colors of #DFC0F5
Black with #DFC0F5
Text Example
Text Example
White with #DFC0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0F5; }
p { color: rgb(223,192,245); }
H1.HeaderClassName
{
color: #DFC0F5;
}
.AnyTagClassName
{
color: #DFC0F5;
}
</style>
background-color css
<style>
a { background-color: #DFC0F5; }
a { background-color: rgb(223,192,245); }
div.DivClassName
{
background-color: #DFC0F5;
}
.BgClassName
{
background-color: #DFC0F5;
}
</style>
border-color css
<style>
span { border-color: #DFC0F5; }
span { border-color: rgb(223,192,245); }
td.TdClassName
{
border-color: #DFC0F5;
}
.TagClassName
{
border-color: #DFC0F5;
}
</style>