Shades of French Lilac #DFC2DA
Tints of French Lilac #DFC2DA
RGB
CMYK
RGB Variations
Color information
#DFC2DA (or 0xDFC2DA) is known color: French Lilac. HEX triplet: DF, C2 and DA. RGB value is (223,194,218). Sum of RGB (Red+Green+Blue) = 223+194+218=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2DA is #203D25. Grayscale: #CDCDCD. Windows color (decimal): -2112806 or 14336735. OLE color: 14336735.
HSL color Cylindrical-coordinate representation of color #DFC2DA: hue angle of 310.34º degrees, saturation: 0.31, 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 #DFC2DA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 218 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.13 |
| HSL | 310.34º | 0.31% | 0.82% | - |
| HSV(B) | 310.34º | 0.13% | 0.87% | - |
| XYZ | 62.38 | 59.33 | 74.49 | - |
| YUV | 205.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 218 | 0 | 0.13 | 0.02 | 0.13 | 310.34 | 0.31 | 0.82 |
| Hex | DF | C2 | DA | 0 | D | 2 | D | 136 | 1F | 52 |
| Octal | 337 | 302 | 332 | 0 | 15 | 2 | 15 | 466 | 37 | 122 |
| Binary | 11011111 | 11000010 | 11011010 | 0 | 1101 | 10 | 1101 | 100110110 | 11111 | 1010010 |
Color Harmonies of #DFC2DA
Complementary color
Monochromatic Colors of #DFC2DA
Black with #DFC2DA
Text Example
Text Example
White with #DFC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2DA; }
p { color: rgb(223,194,218); }
H1.HeaderClassName
{
color: #DFC2DA;
}
.AnyTagClassName
{
color: #DFC2DA;
}
</style>
background-color css
<style>
a { background-color: #DFC2DA; }
a { background-color: rgb(223,194,218); }
div.DivClassName
{
background-color: #DFC2DA;
}
.BgClassName
{
background-color: #DFC2DA;
}
</style>
border-color css
<style>
span { border-color: #DFC2DA; }
span { border-color: rgb(223,194,218); }
td.TdClassName
{
border-color: #DFC2DA;
}
.TagClassName
{
border-color: #DFC2DA;
}
</style>