Shades of Mauve #DFC0FA
Tints of Mauve #DFC0FA
RGB
CMYK
RGB Variations
Color information
#DFC0FA (or 0xDFC0FA) is known color: Mauve. HEX triplet: DF, C0 and FA. RGB value is (223,192,250). Sum of RGB (Red+Green+Blue) = 223+192+250=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0FA is #203F05. Grayscale: #CFCFCF. Windows color (decimal): -2113286 or 16433375. OLE color: 16433375.
HSL color Cylindrical-coordinate representation of color #DFC0FA: hue angle of 272.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC0FA is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 192 | 250 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.02 |
| HSL | 272.07º | 0.85% | 0.87% | - |
| HSV(B) | 272.07º | 0.23% | 0.98% | - |
| XYZ | 66.54 | 60.29 | 98.57 | - |
| YUV | 207.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 250 | 0.11 | 0.23 | 0 | 0.02 | 272.07 | 0.85 | 0.87 |
| Hex | DF | C0 | FA | B | 17 | 0 | 2 | 110 | 55 | 57 |
| Octal | 337 | 300 | 372 | 13 | 27 | 0 | 2 | 420 | 125 | 127 |
| Binary | 11011111 | 11000000 | 11111010 | 1011 | 10111 | 0 | 10 | 100010000 | 1010101 | 1010111 |
Color Harmonies of #DFC0FA
Complementary color
Monochromatic Colors of #DFC0FA
Black with #DFC0FA
Text Example
Text Example
White with #DFC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0FA; }
p { color: rgb(223,192,250); }
H1.HeaderClassName
{
color: #DFC0FA;
}
.AnyTagClassName
{
color: #DFC0FA;
}
</style>
background-color css
<style>
a { background-color: #DFC0FA; }
a { background-color: rgb(223,192,250); }
div.DivClassName
{
background-color: #DFC0FA;
}
.BgClassName
{
background-color: #DFC0FA;
}
</style>
border-color css
<style>
span { border-color: #DFC0FA; }
span { border-color: rgb(223,192,250); }
td.TdClassName
{
border-color: #DFC0FA;
}
.TagClassName
{
border-color: #DFC0FA;
}
</style>