Shades of French Lilac #DFC2DB
Tints of French Lilac #DFC2DB
RGB
CMYK
RGB Variations
Color information
#DFC2DB (or 0xDFC2DB) is known color: French Lilac. HEX triplet: DF, C2 and DB. RGB value is (223,194,219). Sum of RGB (Red+Green+Blue) = 223+194+219=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2DB is #203D24. Grayscale: #CDCDCD. Windows color (decimal): -2112805 or 14402271. OLE color: 14402271.
HSL color Cylindrical-coordinate representation of color #DFC2DB: hue angle of 308.28º degrees, saturation: 0.31, 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 #DFC2DB is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 219 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.13 |
| HSL | 308.28º | 0.31% | 0.82% | - |
| HSV(B) | 308.28º | 0.13% | 0.87% | - |
| XYZ | 62.51 | 59.39 | 75.19 | - |
| YUV | 205.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 219 | 0 | 0.13 | 0.02 | 0.13 | 308.28 | 0.31 | 0.82 |
| Hex | DF | C2 | DB | 0 | D | 2 | D | 134 | 1F | 52 |
| Octal | 337 | 302 | 333 | 0 | 15 | 2 | 15 | 464 | 37 | 122 |
| Binary | 11011111 | 11000010 | 11011011 | 0 | 1101 | 10 | 1101 | 100110100 | 11111 | 1010010 |
Color Harmonies of #DFC2DB
Complementary color
Monochromatic Colors of #DFC2DB
Black with #DFC2DB
Text Example
Text Example
White with #DFC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2DB; }
p { color: rgb(223,194,219); }
H1.HeaderClassName
{
color: #DFC2DB;
}
.AnyTagClassName
{
color: #DFC2DB;
}
</style>
background-color css
<style>
a { background-color: #DFC2DB; }
a { background-color: rgb(223,194,219); }
div.DivClassName
{
background-color: #DFC2DB;
}
.BgClassName
{
background-color: #DFC2DB;
}
</style>
border-color css
<style>
span { border-color: #DFC2DB; }
span { border-color: rgb(223,194,219); }
td.TdClassName
{
border-color: #DFC2DB;
}
.TagClassName
{
border-color: #DFC2DB;
}
</style>