Shades of French Lilac #DFC1DB
Tints of French Lilac #DFC1DB
RGB
CMYK
RGB Variations
Color information
#DFC1DB (or 0xDFC1DB) is known color: French Lilac. HEX triplet: DF, C1 and DB. RGB value is (223,193,219). Sum of RGB (Red+Green+Blue) = 223+193+219=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1DB is #203E24. Grayscale: #CCCCCC. Windows color (decimal): -2113061 or 14402015. OLE color: 14402015.
HSL color Cylindrical-coordinate representation of color #DFC1DB: hue angle of 308º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC1DB is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 193 | 219 | - |
CMYK | 0 | 0.13 | 0.02 | 0.13 |
HSL | 308º | 0.32% | 0.82% | - |
HSV(B) | 308º | 0.13% | 0.87% | - |
XYZ | 62.29 | 58.94 | 75.11 | - |
YUV | 204.93 | 135.94 | 140.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 193 | 219 | 0 | 0.13 | 0.02 | 0.13 | 308 | 0.32 | 0.82 |
Hex | DF | C1 | DB | 0 | D | 2 | D | 134 | 20 | 52 |
Octal | 337 | 301 | 333 | 0 | 15 | 2 | 15 | 464 | 40 | 122 |
Binary | 11011111 | 11000001 | 11011011 | 0 | 1101 | 10 | 1101 | 100110100 | 100000 | 1010010 |
Color Harmonies of #DFC1DB
Complementary color
Monochromatic Colors of #DFC1DB
Black with #DFC1DB
Text Example
Text Example
White with #DFC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1DB; }
p { color: rgb(223,193,219); }
H1.HeaderClassName
{
color: #DFC1DB;
}
.AnyTagClassName
{
color: #DFC1DB;
}
</style>
background-color css
<style>
a { background-color: #DFC1DB; }
a { background-color: rgb(223,193,219); }
div.DivClassName
{
background-color: #DFC1DB;
}
.BgClassName
{
background-color: #DFC1DB;
}
</style>
border-color css
<style>
span { border-color: #DFC1DB; }
span { border-color: rgb(223,193,219); }
td.TdClassName
{
border-color: #DFC1DB;
}
.TagClassName
{
border-color: #DFC1DB;
}
</style>