Shades of Mauve #DFC2FF
Tints of Mauve #DFC2FF
RGB
CMYK
RGB Variations
Color information
#DFC2FF (or 0xDFC2FF) is known color: Mauve. HEX triplet: DF, C2 and FF. RGB value is (223,194,255). Sum of RGB (Red+Green+Blue) = 223+194+255=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 194 (76.17% from 255 or 28.87% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2FF is #203D00. Grayscale: #D1D1D1. Windows color (decimal): -2112769 or 16761567. OLE color: 16761567.
HSL color Cylindrical-coordinate representation of color #DFC2FF: hue angle of 268.52º 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 #DFC2FF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 194 | 255 | - |
| CMYK | 0.13 | 0.24 | 0 | 0 |
| HSL | 268.52º | 1% | 0.88% | - |
| HSV(B) | 268.52º | 0.24% | 1% | - |
| XYZ | 67.77 | 61.49 | 102.9 | - |
| YUV | 209.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 255 | 0.13 | 0.24 | 0 | 0 | 268.52 | 1 | 0.88 |
| Hex | DF | C2 | FF | D | 18 | 0 | 0 | 10D | 64 | 58 |
| Octal | 337 | 302 | 377 | 15 | 30 | 0 | 0 | 415 | 144 | 130 |
| Binary | 11011111 | 11000010 | 11111111 | 1101 | 11000 | 0 | 0 | 100001101 | 1100100 | 1011000 |
Color Harmonies of #DFC2FF
Complementary color
Monochromatic Colors of #DFC2FF
Black with #DFC2FF
Text Example
Text Example
White with #DFC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2FF; }
p { color: rgb(223,194,255); }
H1.HeaderClassName
{
color: #DFC2FF;
}
.AnyTagClassName
{
color: #DFC2FF;
}
</style>
background-color css
<style>
a { background-color: #DFC2FF; }
a { background-color: rgb(223,194,255); }
div.DivClassName
{
background-color: #DFC2FF;
}
.BgClassName
{
background-color: #DFC2FF;
}
</style>
border-color css
<style>
span { border-color: #DFC2FF; }
span { border-color: rgb(223,194,255); }
td.TdClassName
{
border-color: #DFC2FF;
}
.TagClassName
{
border-color: #DFC2FF;
}
</style>