Shades of French Lilac #DFC1D8
Tints of French Lilac #DFC1D8
RGB
CMYK
RGB Variations
Color information
#DFC1D8 (or 0xDFC1D8) is known color: French Lilac. HEX triplet: DF, C1 and D8. RGB value is (223,193,216). Sum of RGB (Red+Green+Blue) = 223+193+216=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1D8 is #203E27. Grayscale: #CCCCCC. Windows color (decimal): -2113064 or 14205407. OLE color: 14205407.
HSL color Cylindrical-coordinate representation of color #DFC1D8: hue angle of 314º degrees, saturation: 0.32, 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 #DFC1D8 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 216 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.13 |
| HSL | 314º | 0.32% | 0.82% | - |
| HSV(B) | 314º | 0.13% | 0.87% | - |
| XYZ | 61.9 | 58.79 | 73.05 | - |
| YUV | 204.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 216 | 0 | 0.13 | 0.03 | 0.13 | 314 | 0.32 | 0.82 |
| Hex | DF | C1 | D8 | 0 | D | 3 | D | 13A | 20 | 52 |
| Octal | 337 | 301 | 330 | 0 | 15 | 3 | 15 | 472 | 40 | 122 |
| Binary | 11011111 | 11000001 | 11011000 | 0 | 1101 | 11 | 1101 | 100111010 | 100000 | 1010010 |
Color Harmonies of #DFC1D8
Complementary color
Monochromatic Colors of #DFC1D8
Black with #DFC1D8
Text Example
Text Example
White with #DFC1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1D8; }
p { color: rgb(223,193,216); }
H1.HeaderClassName
{
color: #DFC1D8;
}
.AnyTagClassName
{
color: #DFC1D8;
}
</style>
background-color css
<style>
a { background-color: #DFC1D8; }
a { background-color: rgb(223,193,216); }
div.DivClassName
{
background-color: #DFC1D8;
}
.BgClassName
{
background-color: #DFC1D8;
}
</style>
border-color css
<style>
span { border-color: #DFC1D8; }
span { border-color: rgb(223,193,216); }
td.TdClassName
{
border-color: #DFC1D8;
}
.TagClassName
{
border-color: #DFC1D8;
}
</style>