Shades of Mauve #DFC1FF
Tints of Mauve #DFC1FF
RGB
CMYK
RGB Variations
Color information
#DFC1FF (or 0xDFC1FF) is known color: Mauve. HEX triplet: DF, C1 and FF. RGB value is (223,193,255). Sum of RGB (Red+Green+Blue) = 223+193+255=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 193 (75.78% from 255 or 28.76% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1FF is #203E00. Grayscale: #D0D0D0. Windows color (decimal): -2113025 or 16761311. OLE color: 16761311.
HSL color Cylindrical-coordinate representation of color #DFC1FF: hue angle of 269.03º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFC1FF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 193 | 255 | - |
| CMYK | 0.13 | 0.24 | 0 | 0 |
| HSL | 269.03º | 1% | 0.88% | - |
| HSV(B) | 269.03º | 0.24% | 1% | - |
| XYZ | 67.55 | 61.05 | 102.83 | - |
| YUV | 209.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 255 | 0.13 | 0.24 | 0 | 0 | 269.03 | 1 | 0.88 |
| Hex | DF | C1 | FF | D | 18 | 0 | 0 | 10D | 64 | 58 |
| Octal | 337 | 301 | 377 | 15 | 30 | 0 | 0 | 415 | 144 | 130 |
| Binary | 11011111 | 11000001 | 11111111 | 1101 | 11000 | 0 | 0 | 100001101 | 1100100 | 1011000 |
Color Harmonies of #DFC1FF
Complementary color
Monochromatic Colors of #DFC1FF
Black with #DFC1FF
Text Example
Text Example
White with #DFC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1FF; }
p { color: rgb(223,193,255); }
H1.HeaderClassName
{
color: #DFC1FF;
}
.AnyTagClassName
{
color: #DFC1FF;
}
</style>
background-color css
<style>
a { background-color: #DFC1FF; }
a { background-color: rgb(223,193,255); }
div.DivClassName
{
background-color: #DFC1FF;
}
.BgClassName
{
background-color: #DFC1FF;
}
</style>
border-color css
<style>
span { border-color: #DFC1FF; }
span { border-color: rgb(223,193,255); }
td.TdClassName
{
border-color: #DFC1FF;
}
.TagClassName
{
border-color: #DFC1FF;
}
</style>