Shades of Mauve #DFC3FA
Tints of Mauve #DFC3FA
RGB
CMYK
RGB Variations
Color information
#DFC3FA (or 0xDFC3FA) is known color: Mauve. HEX triplet: DF, C3 and FA. RGB value is (223,195,250). Sum of RGB (Red+Green+Blue) = 223+195+250=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFC3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3FA is #203C05. Grayscale: #D1D1D1. Windows color (decimal): -2112518 or 16434143. OLE color: 16434143.
HSL color Cylindrical-coordinate representation of color #DFC3FA: hue angle of 270.55º degrees, saturation: 0.85, 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 #DFC3FA is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 195 | 250 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.02 |
| HSL | 270.55º | 0.85% | 0.87% | - |
| HSV(B) | 270.55º | 0.22% | 0.98% | - |
| XYZ | 67.2 | 61.62 | 98.79 | - |
| YUV | 209.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 250 | 0.11 | 0.22 | 0 | 0.02 | 270.55 | 0.85 | 0.87 |
| Hex | DF | C3 | FA | B | 16 | 0 | 2 | 10F | 55 | 57 |
| Octal | 337 | 303 | 372 | 13 | 26 | 0 | 2 | 417 | 125 | 127 |
| Binary | 11011111 | 11000011 | 11111010 | 1011 | 10110 | 0 | 10 | 100001111 | 1010101 | 1010111 |
Color Harmonies of #DFC3FA
Complementary color
Monochromatic Colors of #DFC3FA
Black with #DFC3FA
Text Example
Text Example
White with #DFC3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3FA; }
p { color: rgb(223,195,250); }
H1.HeaderClassName
{
color: #DFC3FA;
}
.AnyTagClassName
{
color: #DFC3FA;
}
</style>
background-color css
<style>
a { background-color: #DFC3FA; }
a { background-color: rgb(223,195,250); }
div.DivClassName
{
background-color: #DFC3FA;
}
.BgClassName
{
background-color: #DFC3FA;
}
</style>
border-color css
<style>
span { border-color: #DFC3FA; }
span { border-color: rgb(223,195,250); }
td.TdClassName
{
border-color: #DFC3FA;
}
.TagClassName
{
border-color: #DFC3FA;
}
</style>