Shades of French Lilac #DFC6DA
Tints of French Lilac #DFC6DA
RGB
CMYK
RGB Variations
Color information
#DFC6DA (or 0xDFC6DA) is known color: French Lilac. HEX triplet: DF, C6 and DA. RGB value is (223,198,218). Sum of RGB (Red+Green+Blue) = 223+198+218=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6DA is #203925. Grayscale: #CFCFCF. Windows color (decimal): -2111782 or 14337759. OLE color: 14337759.
HSL color Cylindrical-coordinate representation of color #DFC6DA: hue angle of 312º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFC6DA is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 198 | 218 | - |
CMYK | 0 | 0.11 | 0.02 | 0.13 |
HSL | 312º | 0.28% | 0.83% | - |
HSV(B) | 312º | 0.11% | 0.87% | - |
XYZ | 63.28 | 61.14 | 74.8 | - |
YUV | 207.76 | 133.78 | 138.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 198 | 218 | 0 | 0.11 | 0.02 | 0.13 | 312 | 0.28 | 0.83 |
Hex | DF | C6 | DA | 0 | B | 2 | D | 138 | 1C | 53 |
Octal | 337 | 306 | 332 | 0 | 13 | 2 | 15 | 470 | 34 | 123 |
Binary | 11011111 | 11000110 | 11011010 | 0 | 1011 | 10 | 1101 | 100111000 | 11100 | 1010011 |
Color Harmonies of #DFC6DA
Complementary color
Monochromatic Colors of #DFC6DA
Black with #DFC6DA
Text Example
Text Example
White with #DFC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6DA; }
p { color: rgb(223,198,218); }
H1.HeaderClassName
{
color: #DFC6DA;
}
.AnyTagClassName
{
color: #DFC6DA;
}
</style>
background-color css
<style>
a { background-color: #DFC6DA; }
a { background-color: rgb(223,198,218); }
div.DivClassName
{
background-color: #DFC6DA;
}
.BgClassName
{
background-color: #DFC6DA;
}
</style>
border-color css
<style>
span { border-color: #DFC6DA; }
span { border-color: rgb(223,198,218); }
td.TdClassName
{
border-color: #DFC6DA;
}
.TagClassName
{
border-color: #DFC6DA;
}
</style>