Shades of French Lilac #DFC1DA
Tints of French Lilac #DFC1DA
RGB
CMYK
RGB Variations
Color information
#DFC1DA (or 0xDFC1DA) is known color: French Lilac. HEX triplet: DF, C1 and DA. RGB value is (223,193,218). Sum of RGB (Red+Green+Blue) = 223+193+218=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1DA is #203E25. Grayscale: #CCCCCC. Windows color (decimal): -2113062 or 14336479. OLE color: 14336479.
HSL color Cylindrical-coordinate representation of color #DFC1DA: hue angle of 310º 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 #DFC1DA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 193 | 218 | - |
CMYK | 0 | 0.13 | 0.02 | 0.13 |
HSL | 310º | 0.32% | 0.82% | - |
HSV(B) | 310º | 0.13% | 0.87% | - |
XYZ | 62.16 | 58.89 | 74.42 | - |
YUV | 204.82 | 135.44 | 140.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 193 | 218 | 0 | 0.13 | 0.02 | 0.13 | 310 | 0.32 | 0.82 |
Hex | DF | C1 | DA | 0 | D | 2 | D | 136 | 20 | 52 |
Octal | 337 | 301 | 332 | 0 | 15 | 2 | 15 | 466 | 40 | 122 |
Binary | 11011111 | 11000001 | 11011010 | 0 | 1101 | 10 | 1101 | 100110110 | 100000 | 1010010 |
Color Harmonies of #DFC1DA
Complementary color
Monochromatic Colors of #DFC1DA
Black with #DFC1DA
Text Example
Text Example
White with #DFC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1DA; }
p { color: rgb(223,193,218); }
H1.HeaderClassName
{
color: #DFC1DA;
}
.AnyTagClassName
{
color: #DFC1DA;
}
</style>
background-color css
<style>
a { background-color: #DFC1DA; }
a { background-color: rgb(223,193,218); }
div.DivClassName
{
background-color: #DFC1DA;
}
.BgClassName
{
background-color: #DFC1DA;
}
</style>
border-color css
<style>
span { border-color: #DFC1DA; }
span { border-color: rgb(223,193,218); }
td.TdClassName
{
border-color: #DFC1DA;
}
.TagClassName
{
border-color: #DFC1DA;
}
</style>