Shades of Mauve #DFC3F9
Tints of Mauve #DFC3F9
RGB
CMYK
RGB Variations
Color information
#DFC3F9 (or 0xDFC3F9) is known color: Mauve. HEX triplet: DF, C3 and F9. RGB value is (223,195,249). Sum of RGB (Red+Green+Blue) = 223+195+249=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFC3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3F9 is #203C06. Grayscale: #D1D1D1. Windows color (decimal): -2112519 or 16368607. OLE color: 16368607.
HSL color Cylindrical-coordinate representation of color #DFC3F9: hue angle of 271.11º 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 #DFC3F9 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 195 | 249 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.02 |
| HSL | 271.11º | 0.82% | 0.87% | - |
| HSV(B) | 271.11º | 0.22% | 0.98% | - |
| XYZ | 67.05 | 61.56 | 97.97 | - |
| YUV | 209.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 249 | 0.10 | 0.22 | 0 | 0.02 | 271.11 | 0.82 | 0.87 |
| Hex | DF | C3 | F9 | A | 16 | 0 | 2 | 10F | 52 | 57 |
| Octal | 337 | 303 | 371 | 12 | 26 | 0 | 2 | 417 | 122 | 127 |
| Binary | 11011111 | 11000011 | 11111001 | 1010 | 10110 | 0 | 10 | 100001111 | 1010010 | 1010111 |
Color Harmonies of #DFC3F9
Complementary color
Monochromatic Colors of #DFC3F9
Black with #DFC3F9
Text Example
Text Example
White with #DFC3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3F9; }
p { color: rgb(223,195,249); }
H1.HeaderClassName
{
color: #DFC3F9;
}
.AnyTagClassName
{
color: #DFC3F9;
}
</style>
background-color css
<style>
a { background-color: #DFC3F9; }
a { background-color: rgb(223,195,249); }
div.DivClassName
{
background-color: #DFC3F9;
}
.BgClassName
{
background-color: #DFC3F9;
}
</style>
border-color css
<style>
span { border-color: #DFC3F9; }
span { border-color: rgb(223,195,249); }
td.TdClassName
{
border-color: #DFC3F9;
}
.TagClassName
{
border-color: #DFC3F9;
}
</style>