Shades of French Lilac #DFCDDB
Tints of French Lilac #DFCDDB
RGB
CMYK
RGB Variations
Color information
#DFCDDB (or 0xDFCDDB) is known color: French Lilac. HEX triplet: DF, CD and DB. RGB value is (223,205,219). Sum of RGB (Red+Green+Blue) = 223+205+219=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDDB is #203224. Grayscale: #D3D3D3. Windows color (decimal): -2109989 or 14405087. OLE color: 14405087.
HSL color Cylindrical-coordinate representation of color #DFCDDB: hue angle of 313.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCDDB is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 205 | 219 | - |
CMYK | 0 | 0.08 | 0.02 | 0.13 |
HSL | 313.33º | 0.22% | 0.84% | - |
HSV(B) | 313.33º | 0.08% | 0.87% | - |
XYZ | 65.05 | 64.47 | 76.03 | - |
YUV | 211.98 | 131.96 | 135.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 205 | 219 | 0 | 0.08 | 0.02 | 0.13 | 313.33 | 0.22 | 0.84 |
Hex | DF | CD | DB | 0 | 8 | 2 | D | 139 | 16 | 54 |
Octal | 337 | 315 | 333 | 0 | 10 | 2 | 15 | 471 | 26 | 124 |
Binary | 11011111 | 11001101 | 11011011 | 0 | 1000 | 10 | 1101 | 100111001 | 10110 | 1010100 |
Color Harmonies of #DFCDDB
Complementary color
Monochromatic Colors of #DFCDDB
Black with #DFCDDB
Text Example
Text Example
White with #DFCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDDB; }
p { color: rgb(223,205,219); }
H1.HeaderClassName
{
color: #DFCDDB;
}
.AnyTagClassName
{
color: #DFCDDB;
}
</style>
background-color css
<style>
a { background-color: #DFCDDB; }
a { background-color: rgb(223,205,219); }
div.DivClassName
{
background-color: #DFCDDB;
}
.BgClassName
{
background-color: #DFCDDB;
}
</style>
border-color css
<style>
span { border-color: #DFCDDB; }
span { border-color: rgb(223,205,219); }
td.TdClassName
{
border-color: #DFCDDB;
}
.TagClassName
{
border-color: #DFCDDB;
}
</style>