Shades of French Lilac #DFC3DA
Tints of French Lilac #DFC3DA
RGB
CMYK
RGB Variations
Color information
#DFC3DA (or 0xDFC3DA) is known color: French Lilac. HEX triplet: DF, C3 and DA. RGB value is (223,195,218). Sum of RGB (Red+Green+Blue) = 223+195+218=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3DA is #203C25. Grayscale: #CDCDCD. Windows color (decimal): -2112550 or 14336991. OLE color: 14336991.
HSL color Cylindrical-coordinate representation of color #DFC3DA: hue angle of 310.71º 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 #DFC3DA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 195 | 218 | - |
CMYK | 0 | 0.13 | 0.02 | 0.13 |
HSL | 310.71º | 0.3% | 0.82% | - |
HSV(B) | 310.71º | 0.13% | 0.87% | - |
XYZ | 62.6 | 59.78 | 74.57 | - |
YUV | 205.99 | 134.78 | 140.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 195 | 218 | 0 | 0.13 | 0.02 | 0.13 | 310.71 | 0.3 | 0.82 |
Hex | DF | C3 | DA | 0 | D | 2 | D | 137 | 1E | 52 |
Octal | 337 | 303 | 332 | 0 | 15 | 2 | 15 | 467 | 36 | 122 |
Binary | 11011111 | 11000011 | 11011010 | 0 | 1101 | 10 | 1101 | 100110111 | 11110 | 1010010 |
Color Harmonies of #DFC3DA
Complementary color
Monochromatic Colors of #DFC3DA
Black with #DFC3DA
Text Example
Text Example
White with #DFC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3DA; }
p { color: rgb(223,195,218); }
H1.HeaderClassName
{
color: #DFC3DA;
}
.AnyTagClassName
{
color: #DFC3DA;
}
</style>
background-color css
<style>
a { background-color: #DFC3DA; }
a { background-color: rgb(223,195,218); }
div.DivClassName
{
background-color: #DFC3DA;
}
.BgClassName
{
background-color: #DFC3DA;
}
</style>
border-color css
<style>
span { border-color: #DFC3DA; }
span { border-color: rgb(223,195,218); }
td.TdClassName
{
border-color: #DFC3DA;
}
.TagClassName
{
border-color: #DFC3DA;
}
</style>