Shades of French Lilac #DFC8DB
Tints of French Lilac #DFC8DB
RGB
CMYK
RGB Variations
Color information
#DFC8DB (or 0xDFC8DB) is known color: French Lilac. HEX triplet: DF, C8 and DB. RGB value is (223,200,219). Sum of RGB (Red+Green+Blue) = 223+200+219=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8DB is #203724. Grayscale: #D0D0D0. Windows color (decimal): -2111269 or 14403807. OLE color: 14403807.
HSL color Cylindrical-coordinate representation of color #DFC8DB: hue angle of 310.43º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFC8DB is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 200 | 219 | - |
CMYK | 0 | 0.10 | 0.02 | 0.13 |
HSL | 310.43º | 0.26% | 0.83% | - |
HSV(B) | 310.43º | 0.1% | 0.87% | - |
XYZ | 63.87 | 62.11 | 75.64 | - |
YUV | 209.04 | 133.62 | 137.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 200 | 219 | 0 | 0.10 | 0.02 | 0.13 | 310.43 | 0.26 | 0.83 |
Hex | DF | C8 | DB | 0 | A | 2 | D | 136 | 1A | 53 |
Octal | 337 | 310 | 333 | 0 | 12 | 2 | 15 | 466 | 32 | 123 |
Binary | 11011111 | 11001000 | 11011011 | 0 | 1010 | 10 | 1101 | 100110110 | 11010 | 1010011 |
Color Harmonies of #DFC8DB
Complementary color
Monochromatic Colors of #DFC8DB
Black with #DFC8DB
Text Example
Text Example
White with #DFC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8DB; }
p { color: rgb(223,200,219); }
H1.HeaderClassName
{
color: #DFC8DB;
}
.AnyTagClassName
{
color: #DFC8DB;
}
</style>
background-color css
<style>
a { background-color: #DFC8DB; }
a { background-color: rgb(223,200,219); }
div.DivClassName
{
background-color: #DFC8DB;
}
.BgClassName
{
background-color: #DFC8DB;
}
</style>
border-color css
<style>
span { border-color: #DFC8DB; }
span { border-color: rgb(223,200,219); }
td.TdClassName
{
border-color: #DFC8DB;
}
.TagClassName
{
border-color: #DFC8DB;
}
</style>