Shades of French Lilac #DFC0DA
Tints of French Lilac #DFC0DA
RGB
CMYK
RGB Variations
Color information
#DFC0DA (or 0xDFC0DA) is known color: French Lilac. HEX triplet: DF, C0 and DA. RGB value is (223,192,218). Sum of RGB (Red+Green+Blue) = 223+192+218=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0DA is #203F25. Grayscale: #CCCCCC. Windows color (decimal): -2113318 or 14336223. OLE color: 14336223.
HSL color Cylindrical-coordinate representation of color #DFC0DA: hue angle of 309.68º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC0DA is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 192 | 218 | - |
CMYK | 0 | 0.14 | 0.02 | 0.13 |
HSL | 309.68º | 0.33% | 0.81% | - |
HSV(B) | 309.68º | 0.14% | 0.87% | - |
XYZ | 61.94 | 58.45 | 74.35 | - |
YUV | 204.23 | 135.77 | 141.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 192 | 218 | 0 | 0.14 | 0.02 | 0.13 | 309.68 | 0.33 | 0.81 |
Hex | DF | C0 | DA | 0 | E | 2 | D | 136 | 21 | 51 |
Octal | 337 | 300 | 332 | 0 | 16 | 2 | 15 | 466 | 41 | 121 |
Binary | 11011111 | 11000000 | 11011010 | 0 | 1110 | 10 | 1101 | 100110110 | 100001 | 1010001 |
Color Harmonies of #DFC0DA
Complementary color
Monochromatic Colors of #DFC0DA
Black with #DFC0DA
Text Example
Text Example
White with #DFC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0DA; }
p { color: rgb(223,192,218); }
H1.HeaderClassName
{
color: #DFC0DA;
}
.AnyTagClassName
{
color: #DFC0DA;
}
</style>
background-color css
<style>
a { background-color: #DFC0DA; }
a { background-color: rgb(223,192,218); }
div.DivClassName
{
background-color: #DFC0DA;
}
.BgClassName
{
background-color: #DFC0DA;
}
</style>
border-color css
<style>
span { border-color: #DFC0DA; }
span { border-color: rgb(223,192,218); }
td.TdClassName
{
border-color: #DFC0DA;
}
.TagClassName
{
border-color: #DFC0DA;
}
</style>