Shades of Mauve #DFC2F9
Tints of Mauve #DFC2F9
RGB
CMYK
RGB Variations
Color information
#DFC2F9 (or 0xDFC2F9) is known color: Mauve. HEX triplet: DF, C2 and F9. RGB value is (223,194,249). Sum of RGB (Red+Green+Blue) = 223+194+249=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFC2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2F9 is #203D06. Grayscale: #D0D0D0. Windows color (decimal): -2112775 or 16368351. OLE color: 16368351.
HSL color Cylindrical-coordinate representation of color #DFC2F9: hue angle of 271.64º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC2F9 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 194 | 249 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.02 |
| HSL | 271.64º | 0.82% | 0.87% | - |
| HSV(B) | 271.64º | 0.22% | 0.98% | - |
| XYZ | 66.82 | 61.11 | 97.9 | - |
| YUV | 208.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 249 | 0.10 | 0.22 | 0 | 0.02 | 271.64 | 0.82 | 0.87 |
| Hex | DF | C2 | F9 | A | 16 | 0 | 2 | 110 | 52 | 57 |
| Octal | 337 | 302 | 371 | 12 | 26 | 0 | 2 | 420 | 122 | 127 |
| Binary | 11011111 | 11000010 | 11111001 | 1010 | 10110 | 0 | 10 | 100010000 | 1010010 | 1010111 |
Color Harmonies of #DFC2F9
Complementary color
Monochromatic Colors of #DFC2F9
Black with #DFC2F9
Text Example
Text Example
White with #DFC2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2F9; }
p { color: rgb(223,194,249); }
H1.HeaderClassName
{
color: #DFC2F9;
}
.AnyTagClassName
{
color: #DFC2F9;
}
</style>
background-color css
<style>
a { background-color: #DFC2F9; }
a { background-color: rgb(223,194,249); }
div.DivClassName
{
background-color: #DFC2F9;
}
.BgClassName
{
background-color: #DFC2F9;
}
</style>
border-color css
<style>
span { border-color: #DFC2F9; }
span { border-color: rgb(223,194,249); }
td.TdClassName
{
border-color: #DFC2F9;
}
.TagClassName
{
border-color: #DFC2F9;
}
</style>