Shades of French Lilac #DFC3D9
Tints of French Lilac #DFC3D9
RGB
CMYK
RGB Variations
Color information
#DFC3D9 (or 0xDFC3D9) is known color: French Lilac. HEX triplet: DF, C3 and D9. RGB value is (223,195,217). Sum of RGB (Red+Green+Blue) = 223+195+217=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3D9 is #203C26. Grayscale: #CDCDCD. Windows color (decimal): -2112551 or 14271455. OLE color: 14271455.
HSL color Cylindrical-coordinate representation of color #DFC3D9: hue angle of 312.86º 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 #DFC3D9 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 217 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.13 |
| HSL | 312.86º | 0.3% | 0.82% | - |
| HSV(B) | 312.86º | 0.13% | 0.87% | - |
| XYZ | 62.47 | 59.73 | 73.88 | - |
| YUV | 205.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 217 | 0 | 0.13 | 0.03 | 0.13 | 312.86 | 0.3 | 0.82 |
| Hex | DF | C3 | D9 | 0 | D | 3 | D | 139 | 1E | 52 |
| Octal | 337 | 303 | 331 | 0 | 15 | 3 | 15 | 471 | 36 | 122 |
| Binary | 11011111 | 11000011 | 11011001 | 0 | 1101 | 11 | 1101 | 100111001 | 11110 | 1010010 |
Color Harmonies of #DFC3D9
Complementary color
Monochromatic Colors of #DFC3D9
Black with #DFC3D9
Text Example
Text Example
White with #DFC3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3D9; }
p { color: rgb(223,195,217); }
H1.HeaderClassName
{
color: #DFC3D9;
}
.AnyTagClassName
{
color: #DFC3D9;
}
</style>
background-color css
<style>
a { background-color: #DFC3D9; }
a { background-color: rgb(223,195,217); }
div.DivClassName
{
background-color: #DFC3D9;
}
.BgClassName
{
background-color: #DFC3D9;
}
</style>
border-color css
<style>
span { border-color: #DFC3D9; }
span { border-color: rgb(223,195,217); }
td.TdClassName
{
border-color: #DFC3D9;
}
.TagClassName
{
border-color: #DFC3D9;
}
</style>