Shades of French Lilac #DFCADA
Tints of French Lilac #DFCADA
RGB
CMYK
RGB Variations
Color information
#DFCADA (or 0xDFCADA) is known color: French Lilac. HEX triplet: DF, CA and DA. RGB value is (223,202,218). Sum of RGB (Red+Green+Blue) = 223+202+218=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCADA is #203525. Grayscale: #D2D2D2. Windows color (decimal): -2110758 or 14338783. OLE color: 14338783.
HSL color Cylindrical-coordinate representation of color #DFCADA: hue angle of 314.29º 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 #DFCADA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 218 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.13 |
| HSL | 314.29º | 0.25% | 0.83% | - |
| HSV(B) | 314.29º | 0.09% | 0.87% | - |
| XYZ | 64.21 | 62.99 | 75.1 | - |
| YUV | 210.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 218 | 0 | 0.09 | 0.02 | 0.13 | 314.29 | 0.25 | 0.83 |
| Hex | DF | CA | DA | 0 | 9 | 2 | D | 13A | 19 | 53 |
| Octal | 337 | 312 | 332 | 0 | 11 | 2 | 15 | 472 | 31 | 123 |
| Binary | 11011111 | 11001010 | 11011010 | 0 | 1001 | 10 | 1101 | 100111010 | 11001 | 1010011 |
Color Harmonies of #DFCADA
Complementary color
Monochromatic Colors of #DFCADA
Black with #DFCADA
Text Example
Text Example
White with #DFCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCADA; }
p { color: rgb(223,202,218); }
H1.HeaderClassName
{
color: #DFCADA;
}
.AnyTagClassName
{
color: #DFCADA;
}
</style>
background-color css
<style>
a { background-color: #DFCADA; }
a { background-color: rgb(223,202,218); }
div.DivClassName
{
background-color: #DFCADA;
}
.BgClassName
{
background-color: #DFCADA;
}
</style>
border-color css
<style>
span { border-color: #DFCADA; }
span { border-color: rgb(223,202,218); }
td.TdClassName
{
border-color: #DFCADA;
}
.TagClassName
{
border-color: #DFCADA;
}
</style>