Shades of Mauve #DFC0FE
Tints of Mauve #DFC0FE
RGB
CMYK
RGB Variations
Color information
#DFC0FE (or 0xDFC0FE) is known color: Mauve. HEX triplet: DF, C0 and FE. RGB value is (223,192,254). Sum of RGB (Red+Green+Blue) = 223+192+254=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFC0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0FE is #203F01. Grayscale: #D0D0D0. Windows color (decimal): -2113282 or 16695519. OLE color: 16695519.
HSL color Cylindrical-coordinate representation of color #DFC0FE: hue angle of 270º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFC0FE is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 192 | 254 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.00 |
| HSL | 270º | 0.97% | 0.87% | - |
| HSV(B) | 270º | 0.24% | 1% | - |
| XYZ | 67.17 | 60.54 | 101.91 | - |
| YUV | 208.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 254 | 0.12 | 0.24 | 0 | 0.00 | 270 | 0.97 | 0.87 |
| Hex | DF | C0 | FE | C | 18 | 0 | 0 | 10E | 61 | 57 |
| Octal | 337 | 300 | 376 | 14 | 30 | 0 | 0 | 416 | 141 | 127 |
| Binary | 11011111 | 11000000 | 11111110 | 1100 | 11000 | 0 | 0 | 100001110 | 1100001 | 1010111 |
Color Harmonies of #DFC0FE
Complementary color
Monochromatic Colors of #DFC0FE
Black with #DFC0FE
Text Example
Text Example
White with #DFC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0FE; }
p { color: rgb(223,192,254); }
H1.HeaderClassName
{
color: #DFC0FE;
}
.AnyTagClassName
{
color: #DFC0FE;
}
</style>
background-color css
<style>
a { background-color: #DFC0FE; }
a { background-color: rgb(223,192,254); }
div.DivClassName
{
background-color: #DFC0FE;
}
.BgClassName
{
background-color: #DFC0FE;
}
</style>
border-color css
<style>
span { border-color: #DFC0FE; }
span { border-color: rgb(223,192,254); }
td.TdClassName
{
border-color: #DFC0FE;
}
.TagClassName
{
border-color: #DFC0FE;
}
</style>