Shades of French Lilac #DFC3DC
Tints of French Lilac #DFC3DC
RGB
CMYK
RGB Variations
Color information
#DFC3DC (or 0xDFC3DC) is known color: French Lilac. HEX triplet: DF, C3 and DC. RGB value is (223,195,220). Sum of RGB (Red+Green+Blue) = 223+195+220=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3DC is #203C23. Grayscale: #CECECE. Windows color (decimal): -2112548 or 14468063. OLE color: 14468063.
HSL color Cylindrical-coordinate representation of color #DFC3DC: hue angle of 306.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC3DC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 220 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.13 |
| HSL | 306.43º | 0.3% | 0.82% | - |
| HSV(B) | 306.43º | 0.13% | 0.87% | - |
| XYZ | 62.86 | 59.89 | 75.96 | - |
| YUV | 206.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 220 | 0 | 0.13 | 0.01 | 0.13 | 306.43 | 0.3 | 0.82 |
| Hex | DF | C3 | DC | 0 | D | 1 | D | 132 | 1E | 52 |
| Octal | 337 | 303 | 334 | 0 | 15 | 1 | 15 | 462 | 36 | 122 |
| Binary | 11011111 | 11000011 | 11011100 | 0 | 1101 | 1 | 1101 | 100110010 | 11110 | 1010010 |
Color Harmonies of #DFC3DC
Complementary color
Monochromatic Colors of #DFC3DC
Black with #DFC3DC
Text Example
Text Example
White with #DFC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3DC; }
p { color: rgb(223,195,220); }
H1.HeaderClassName
{
color: #DFC3DC;
}
.AnyTagClassName
{
color: #DFC3DC;
}
</style>
background-color css
<style>
a { background-color: #DFC3DC; }
a { background-color: rgb(223,195,220); }
div.DivClassName
{
background-color: #DFC3DC;
}
.BgClassName
{
background-color: #DFC3DC;
}
</style>
border-color css
<style>
span { border-color: #DFC3DC; }
span { border-color: rgb(223,195,220); }
td.TdClassName
{
border-color: #DFC3DC;
}
.TagClassName
{
border-color: #DFC3DC;
}
</style>