Shades of Mauve #DFC3FF
Tints of Mauve #DFC3FF
RGB
CMYK
RGB Variations
Color information
#DFC3FF (or 0xDFC3FF) is known color: Mauve. HEX triplet: DF, C3 and FF. RGB value is (223,195,255). Sum of RGB (Red+Green+Blue) = 223+195+255=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 195 (76.56% from 255 or 28.97% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3FF is #203C00. Grayscale: #D2D2D2. Windows color (decimal): -2112513 or 16761823. OLE color: 16761823.
HSL color Cylindrical-coordinate representation of color #DFC3FF: hue angle of 268º 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 #DFC3FF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 195 | 255 | - |
| CMYK | 0.13 | 0.24 | 0 | 0 |
| HSL | 268º | 1% | 0.88% | - |
| HSV(B) | 268º | 0.24% | 1% | - |
| XYZ | 68 | 61.94 | 102.98 | - |
| YUV | 210.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 255 | 0.13 | 0.24 | 0 | 0 | 268 | 1 | 0.88 |
| Hex | DF | C3 | FF | D | 18 | 0 | 0 | 10C | 64 | 58 |
| Octal | 337 | 303 | 377 | 15 | 30 | 0 | 0 | 414 | 144 | 130 |
| Binary | 11011111 | 11000011 | 11111111 | 1101 | 11000 | 0 | 0 | 100001100 | 1100100 | 1011000 |
Color Harmonies of #DFC3FF
Complementary color
Monochromatic Colors of #DFC3FF
Black with #DFC3FF
Text Example
Text Example
White with #DFC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3FF; }
p { color: rgb(223,195,255); }
H1.HeaderClassName
{
color: #DFC3FF;
}
.AnyTagClassName
{
color: #DFC3FF;
}
</style>
background-color css
<style>
a { background-color: #DFC3FF; }
a { background-color: rgb(223,195,255); }
div.DivClassName
{
background-color: #DFC3FF;
}
.BgClassName
{
background-color: #DFC3FF;
}
</style>
border-color css
<style>
span { border-color: #DFC3FF; }
span { border-color: rgb(223,195,255); }
td.TdClassName
{
border-color: #DFC3FF;
}
.TagClassName
{
border-color: #DFC3FF;
}
</style>