Shades of Mauve #DFC1F1
Tints of Mauve #DFC1F1
RGB
CMYK
RGB Variations
Color information
#DFC1F1 (or 0xDFC1F1) is known color: Mauve. HEX triplet: DF, C1 and F1. RGB value is (223,193,241). Sum of RGB (Red+Green+Blue) = 223+193+241=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFC1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1F1 is #203E0E. Grayscale: #CFCFCF. Windows color (decimal): -2113039 or 15843807. OLE color: 15843807.
HSL color Cylindrical-coordinate representation of color #DFC1F1: hue angle of 277.5º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC1F1 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 193 | 241 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.05 |
| HSL | 277.5º | 0.63% | 0.85% | - |
| HSV(B) | 277.5º | 0.2% | 0.95% | - |
| XYZ | 65.38 | 60.18 | 91.39 | - |
| YUV | 207.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 241 | 0.07 | 0.20 | 0 | 0.05 | 277.5 | 0.63 | 0.85 |
| Hex | DF | C1 | F1 | 7 | 14 | 0 | 5 | 116 | 3F | 55 |
| Octal | 337 | 301 | 361 | 7 | 24 | 0 | 5 | 426 | 77 | 125 |
| Binary | 11011111 | 11000001 | 11110001 | 111 | 10100 | 0 | 101 | 100010110 | 111111 | 1010101 |
Color Harmonies of #DFC1F1
Complementary color
Monochromatic Colors of #DFC1F1
Black with #DFC1F1
Text Example
Text Example
White with #DFC1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1F1; }
p { color: rgb(223,193,241); }
H1.HeaderClassName
{
color: #DFC1F1;
}
.AnyTagClassName
{
color: #DFC1F1;
}
</style>
background-color css
<style>
a { background-color: #DFC1F1; }
a { background-color: rgb(223,193,241); }
div.DivClassName
{
background-color: #DFC1F1;
}
.BgClassName
{
background-color: #DFC1F1;
}
</style>
border-color css
<style>
span { border-color: #DFC1F1; }
span { border-color: rgb(223,193,241); }
td.TdClassName
{
border-color: #DFC1F1;
}
.TagClassName
{
border-color: #DFC1F1;
}
</style>