Shades of French Lilac #DFCBDA
Tints of French Lilac #DFCBDA
RGB
CMYK
RGB Variations
Color information
#DFCBDA (or 0xDFCBDA) is known color: French Lilac. HEX triplet: DF, CB and DA. RGB value is (223,203,218). Sum of RGB (Red+Green+Blue) = 223+203+218=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBDA is #203425. Grayscale: #D2D2D2. Windows color (decimal): -2110502 or 14339039. OLE color: 14339039.
HSL color Cylindrical-coordinate representation of color #DFCBDA: hue angle of 315º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCBDA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 203 | 218 | - |
CMYK | 0 | 0.09 | 0.02 | 0.13 |
HSL | 315º | 0.24% | 0.84% | - |
HSV(B) | 315º | 0.09% | 0.87% | - |
XYZ | 64.44 | 63.46 | 75.18 | - |
YUV | 210.69 | 132.13 | 136.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 203 | 218 | 0 | 0.09 | 0.02 | 0.13 | 315 | 0.24 | 0.84 |
Hex | DF | CB | DA | 0 | 9 | 2 | D | 13B | 18 | 54 |
Octal | 337 | 313 | 332 | 0 | 11 | 2 | 15 | 473 | 30 | 124 |
Binary | 11011111 | 11001011 | 11011010 | 0 | 1001 | 10 | 1101 | 100111011 | 11000 | 1010100 |
Color Harmonies of #DFCBDA
Complementary color
Monochromatic Colors of #DFCBDA
Black with #DFCBDA
Text Example
Text Example
White with #DFCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBDA; }
p { color: rgb(223,203,218); }
H1.HeaderClassName
{
color: #DFCBDA;
}
.AnyTagClassName
{
color: #DFCBDA;
}
</style>
background-color css
<style>
a { background-color: #DFCBDA; }
a { background-color: rgb(223,203,218); }
div.DivClassName
{
background-color: #DFCBDA;
}
.BgClassName
{
background-color: #DFCBDA;
}
</style>
border-color css
<style>
span { border-color: #DFCBDA; }
span { border-color: rgb(223,203,218); }
td.TdClassName
{
border-color: #DFCBDA;
}
.TagClassName
{
border-color: #DFCBDA;
}
</style>