Shades of French Lilac #DFC5DB
Tints of French Lilac #DFC5DB
RGB
CMYK
RGB Variations
Color information
#DFC5DB (or 0xDFC5DB) is known color: French Lilac. HEX triplet: DF, C5 and DB. RGB value is (223,197,219). Sum of RGB (Red+Green+Blue) = 223+197+219=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5DB is #203A24. Grayscale: #CFCFCF. Windows color (decimal): -2112037 or 14403039. OLE color: 14403039.
HSL color Cylindrical-coordinate representation of color #DFC5DB: hue angle of 309.23º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC5DB is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 197 | 219 | - |
CMYK | 0 | 0.12 | 0.02 | 0.13 |
HSL | 309.23º | 0.29% | 0.82% | - |
HSV(B) | 309.23º | 0.12% | 0.87% | - |
XYZ | 63.18 | 60.73 | 75.41 | - |
YUV | 207.28 | 134.61 | 139.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 197 | 219 | 0 | 0.12 | 0.02 | 0.13 | 309.23 | 0.29 | 0.82 |
Hex | DF | C5 | DB | 0 | C | 2 | D | 135 | 1D | 52 |
Octal | 337 | 305 | 333 | 0 | 14 | 2 | 15 | 465 | 35 | 122 |
Binary | 11011111 | 11000101 | 11011011 | 0 | 1100 | 10 | 1101 | 100110101 | 11101 | 1010010 |
Color Harmonies of #DFC5DB
Complementary color
Monochromatic Colors of #DFC5DB
Black with #DFC5DB
Text Example
Text Example
White with #DFC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5DB; }
p { color: rgb(223,197,219); }
H1.HeaderClassName
{
color: #DFC5DB;
}
.AnyTagClassName
{
color: #DFC5DB;
}
</style>
background-color css
<style>
a { background-color: #DFC5DB; }
a { background-color: rgb(223,197,219); }
div.DivClassName
{
background-color: #DFC5DB;
}
.BgClassName
{
background-color: #DFC5DB;
}
</style>
border-color css
<style>
span { border-color: #DFC5DB; }
span { border-color: rgb(223,197,219); }
td.TdClassName
{
border-color: #DFC5DB;
}
.TagClassName
{
border-color: #DFC5DB;
}
</style>