Shades of French Lilac #DFC6DB
Tints of French Lilac #DFC6DB
RGB
CMYK
RGB Variations
Color information
#DFC6DB (or 0xDFC6DB) is known color: French Lilac. HEX triplet: DF, C6 and DB. RGB value is (223,198,219). Sum of RGB (Red+Green+Blue) = 223+198+219=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6DB is #203924. Grayscale: #CFCFCF. Windows color (decimal): -2111781 or 14403295. OLE color: 14403295.
HSL color Cylindrical-coordinate representation of color #DFC6DB: hue angle of 309.6º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFC6DB is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 198 | 219 | - |
CMYK | 0 | 0.11 | 0.02 | 0.13 |
HSL | 309.6º | 0.28% | 0.83% | - |
HSV(B) | 309.6º | 0.11% | 0.87% | - |
XYZ | 63.41 | 61.19 | 75.49 | - |
YUV | 207.87 | 134.28 | 138.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 198 | 219 | 0 | 0.11 | 0.02 | 0.13 | 309.6 | 0.28 | 0.83 |
Hex | DF | C6 | DB | 0 | B | 2 | D | 136 | 1C | 53 |
Octal | 337 | 306 | 333 | 0 | 13 | 2 | 15 | 466 | 34 | 123 |
Binary | 11011111 | 11000110 | 11011011 | 0 | 1011 | 10 | 1101 | 100110110 | 11100 | 1010011 |
Color Harmonies of #DFC6DB
Complementary color
Monochromatic Colors of #DFC6DB
Black with #DFC6DB
Text Example
Text Example
White with #DFC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6DB; }
p { color: rgb(223,198,219); }
H1.HeaderClassName
{
color: #DFC6DB;
}
.AnyTagClassName
{
color: #DFC6DB;
}
</style>
background-color css
<style>
a { background-color: #DFC6DB; }
a { background-color: rgb(223,198,219); }
div.DivClassName
{
background-color: #DFC6DB;
}
.BgClassName
{
background-color: #DFC6DB;
}
</style>
border-color css
<style>
span { border-color: #DFC6DB; }
span { border-color: rgb(223,198,219); }
td.TdClassName
{
border-color: #DFC6DB;
}
.TagClassName
{
border-color: #DFC6DB;
}
</style>