Shades of Mauve #DFC2F7
Tints of Mauve #DFC2F7
RGB
CMYK
RGB Variations
Color information
#DFC2F7 (or 0xDFC2F7) is known color: Mauve. HEX triplet: DF, C2 and F7. RGB value is (223,194,247). Sum of RGB (Red+Green+Blue) = 223+194+247=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFC2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2F7 is #203D08. Grayscale: #D0D0D0. Windows color (decimal): -2112777 or 16237279. OLE color: 16237279.
HSL color Cylindrical-coordinate representation of color #DFC2F7: hue angle of 272.83º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC2F7 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 194 | 247 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.03 |
| HSL | 272.83º | 0.77% | 0.86% | - |
| HSV(B) | 272.83º | 0.21% | 0.97% | - |
| XYZ | 66.51 | 60.99 | 96.26 | - |
| YUV | 208.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 247 | 0.10 | 0.21 | 0 | 0.03 | 272.83 | 0.77 | 0.86 |
| Hex | DF | C2 | F7 | A | 15 | 0 | 3 | 111 | 4D | 56 |
| Octal | 337 | 302 | 367 | 12 | 25 | 0 | 3 | 421 | 115 | 126 |
| Binary | 11011111 | 11000010 | 11110111 | 1010 | 10101 | 0 | 11 | 100010001 | 1001101 | 1010110 |
Color Harmonies of #DFC2F7
Complementary color
Monochromatic Colors of #DFC2F7
Black with #DFC2F7
Text Example
Text Example
White with #DFC2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2F7; }
p { color: rgb(223,194,247); }
H1.HeaderClassName
{
color: #DFC2F7;
}
.AnyTagClassName
{
color: #DFC2F7;
}
</style>
background-color css
<style>
a { background-color: #DFC2F7; }
a { background-color: rgb(223,194,247); }
div.DivClassName
{
background-color: #DFC2F7;
}
.BgClassName
{
background-color: #DFC2F7;
}
</style>
border-color css
<style>
span { border-color: #DFC2F7; }
span { border-color: rgb(223,194,247); }
td.TdClassName
{
border-color: #DFC2F7;
}
.TagClassName
{
border-color: #DFC2F7;
}
</style>