Shades of Mauve #DFC1F3
Tints of Mauve #DFC1F3
RGB
CMYK
RGB Variations
Color information
#DFC1F3 (or 0xDFC1F3) is known color: Mauve. HEX triplet: DF, C1 and F3. RGB value is (223,193,243). Sum of RGB (Red+Green+Blue) = 223+193+243=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 193 (75.78% from 255 or 29.29% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFC1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1F3 is #203E0C. Grayscale: #CFCFCF. Windows color (decimal): -2113037 or 15974879. OLE color: 15974879.
HSL color Cylindrical-coordinate representation of color #DFC1F3: hue angle of 276º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC1F3 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 193 | 243 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.05 |
| HSL | 276º | 0.68% | 0.85% | - |
| HSV(B) | 276º | 0.21% | 0.95% | - |
| XYZ | 65.68 | 60.3 | 92.97 | - |
| YUV | 207.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 243 | 0.08 | 0.21 | 0 | 0.05 | 276 | 0.68 | 0.85 |
| Hex | DF | C1 | F3 | 8 | 15 | 0 | 5 | 114 | 44 | 55 |
| Octal | 337 | 301 | 363 | 10 | 25 | 0 | 5 | 424 | 104 | 125 |
| Binary | 11011111 | 11000001 | 11110011 | 1000 | 10101 | 0 | 101 | 100010100 | 1000100 | 1010101 |
Color Harmonies of #DFC1F3
Complementary color
Monochromatic Colors of #DFC1F3
Black with #DFC1F3
Text Example
Text Example
White with #DFC1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1F3; }
p { color: rgb(223,193,243); }
H1.HeaderClassName
{
color: #DFC1F3;
}
.AnyTagClassName
{
color: #DFC1F3;
}
</style>
background-color css
<style>
a { background-color: #DFC1F3; }
a { background-color: rgb(223,193,243); }
div.DivClassName
{
background-color: #DFC1F3;
}
.BgClassName
{
background-color: #DFC1F3;
}
</style>
border-color css
<style>
span { border-color: #DFC1F3; }
span { border-color: rgb(223,193,243); }
td.TdClassName
{
border-color: #DFC1F3;
}
.TagClassName
{
border-color: #DFC1F3;
}
</style>