Shades of Mauve #DFC2F6
Tints of Mauve #DFC2F6
RGB
CMYK
RGB Variations
Color information
#DFC2F6 (or 0xDFC2F6) is known color: Mauve. HEX triplet: DF, C2 and F6. RGB value is (223,194,246). Sum of RGB (Red+Green+Blue) = 223+194+246=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFC2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2F6 is #203D09. Grayscale: #D0D0D0. Windows color (decimal): -2112778 or 16171743. OLE color: 16171743.
HSL color Cylindrical-coordinate representation of color #DFC2F6: hue angle of 273.46º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC2F6 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 194 | 246 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.04 |
| HSL | 273.46º | 0.74% | 0.86% | - |
| HSV(B) | 273.46º | 0.21% | 0.96% | - |
| XYZ | 66.36 | 60.93 | 95.45 | - |
| YUV | 208.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 246 | 0.09 | 0.21 | 0 | 0.04 | 273.46 | 0.74 | 0.86 |
| Hex | DF | C2 | F6 | 9 | 15 | 0 | 4 | 111 | 4A | 56 |
| Octal | 337 | 302 | 366 | 11 | 25 | 0 | 4 | 421 | 112 | 126 |
| Binary | 11011111 | 11000010 | 11110110 | 1001 | 10101 | 0 | 100 | 100010001 | 1001010 | 1010110 |
Color Harmonies of #DFC2F6
Complementary color
Monochromatic Colors of #DFC2F6
Black with #DFC2F6
Text Example
Text Example
White with #DFC2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2F6; }
p { color: rgb(223,194,246); }
H1.HeaderClassName
{
color: #DFC2F6;
}
.AnyTagClassName
{
color: #DFC2F6;
}
</style>
background-color css
<style>
a { background-color: #DFC2F6; }
a { background-color: rgb(223,194,246); }
div.DivClassName
{
background-color: #DFC2F6;
}
.BgClassName
{
background-color: #DFC2F6;
}
</style>
border-color css
<style>
span { border-color: #DFC2F6; }
span { border-color: rgb(223,194,246); }
td.TdClassName
{
border-color: #DFC2F6;
}
.TagClassName
{
border-color: #DFC2F6;
}
</style>