Shades of French Lilac #DFCAD9
Tints of French Lilac #DFCAD9
RGB
CMYK
RGB Variations
Color information
#DFCAD9 (or 0xDFCAD9) is known color: French Lilac. HEX triplet: DF, CA and D9. RGB value is (223,202,217). Sum of RGB (Red+Green+Blue) = 223+202+217=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAD9 is #203526. Grayscale: #D1D1D1. Windows color (decimal): -2110759 or 14273247. OLE color: 14273247.
HSL color Cylindrical-coordinate representation of color #DFCAD9: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCAD9 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 202 | 217 | - |
CMYK | 0 | 0.09 | 0.03 | 0.13 |
HSL | 317.14º | 0.25% | 0.83% | - |
HSV(B) | 317.14º | 0.09% | 0.87% | - |
XYZ | 64.08 | 62.94 | 74.42 | - |
YUV | 209.99 | 131.96 | 137.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 217 | 0 | 0.09 | 0.03 | 0.13 | 317.14 | 0.25 | 0.83 |
Hex | DF | CA | D9 | 0 | 9 | 3 | D | 13D | 19 | 53 |
Octal | 337 | 312 | 331 | 0 | 11 | 3 | 15 | 475 | 31 | 123 |
Binary | 11011111 | 11001010 | 11011001 | 0 | 1001 | 11 | 1101 | 100111101 | 11001 | 1010011 |
Color Harmonies of #DFCAD9
Complementary color
Monochromatic Colors of #DFCAD9
Black with #DFCAD9
Text Example
Text Example
White with #DFCAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAD9; }
p { color: rgb(223,202,217); }
H1.HeaderClassName
{
color: #DFCAD9;
}
.AnyTagClassName
{
color: #DFCAD9;
}
</style>
background-color css
<style>
a { background-color: #DFCAD9; }
a { background-color: rgb(223,202,217); }
div.DivClassName
{
background-color: #DFCAD9;
}
.BgClassName
{
background-color: #DFCAD9;
}
</style>
border-color css
<style>
span { border-color: #DFCAD9; }
span { border-color: rgb(223,202,217); }
td.TdClassName
{
border-color: #DFCAD9;
}
.TagClassName
{
border-color: #DFCAD9;
}
</style>