Shades of Mauve #DFC0F3
Tints of Mauve #DFC0F3
RGB
CMYK
RGB Variations
Color information
#DFC0F3 (or 0xDFC0F3) is known color: Mauve. HEX triplet: DF, C0 and F3. RGB value is (223,192,243). Sum of RGB (Red+Green+Blue) = 223+192+243=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFC0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0F3 is #203F0C. Grayscale: #CECECE. Windows color (decimal): -2113293 or 15974623. OLE color: 15974623.
HSL color Cylindrical-coordinate representation of color #DFC0F3: hue angle of 276.47º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC0F3 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 192 | 243 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.05 |
| HSL | 276.47º | 0.68% | 0.85% | - |
| HSV(B) | 276.47º | 0.21% | 0.95% | - |
| XYZ | 65.46 | 59.86 | 92.9 | - |
| YUV | 207.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 243 | 0.08 | 0.21 | 0 | 0.05 | 276.47 | 0.68 | 0.85 |
| Hex | DF | C0 | F3 | 8 | 15 | 0 | 5 | 114 | 44 | 55 |
| Octal | 337 | 300 | 363 | 10 | 25 | 0 | 5 | 424 | 104 | 125 |
| Binary | 11011111 | 11000000 | 11110011 | 1000 | 10101 | 0 | 101 | 100010100 | 1000100 | 1010101 |
Color Harmonies of #DFC0F3
Complementary color
Monochromatic Colors of #DFC0F3
Black with #DFC0F3
Text Example
Text Example
White with #DFC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0F3; }
p { color: rgb(223,192,243); }
H1.HeaderClassName
{
color: #DFC0F3;
}
.AnyTagClassName
{
color: #DFC0F3;
}
</style>
background-color css
<style>
a { background-color: #DFC0F3; }
a { background-color: rgb(223,192,243); }
div.DivClassName
{
background-color: #DFC0F3;
}
.BgClassName
{
background-color: #DFC0F3;
}
</style>
border-color css
<style>
span { border-color: #DFC0F3; }
span { border-color: rgb(223,192,243); }
td.TdClassName
{
border-color: #DFC0F3;
}
.TagClassName
{
border-color: #DFC0F3;
}
</style>