Shades of French Lilac #DCB8D7
Tints of French Lilac #DCB8D7
RGB
CMYK
RGB Variations
Color information
#DCB8D7 (or 0xDCB8D7) is known color: French Lilac. HEX triplet: DC, B8 and D7. RGB value is (220,184,215). Sum of RGB (Red+Green+Blue) = 220+184+215=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8D7 is #234728. Grayscale: #C6C6C6. Windows color (decimal): -2311977 or 14137564. OLE color: 14137564.
HSL color Cylindrical-coordinate representation of color #DCB8D7: hue angle of 308.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB8D7 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 215 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.14 |
| HSL | 308.33º | 0.34% | 0.79% | - |
| HSV(B) | 308.33º | 0.16% | 0.86% | - |
| XYZ | 58.92 | 54.4 | 71.69 | - |
| YUV | 198.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 215 | 0 | 0.16 | 0.02 | 0.14 | 308.33 | 0.34 | 0.79 |
| Hex | DC | B8 | D7 | 0 | 10 | 2 | E | 134 | 22 | 4F |
| Octal | 334 | 270 | 327 | 0 | 20 | 2 | 16 | 464 | 42 | 117 |
| Binary | 11011100 | 10111000 | 11010111 | 0 | 10000 | 10 | 1110 | 100110100 | 100010 | 1001111 |
Color Harmonies of #DCB8D7
Complementary color
Monochromatic Colors of #DCB8D7
Black with #DCB8D7
Text Example
Text Example
White with #DCB8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8D7; }
p { color: rgb(220,184,215); }
H1.HeaderClassName
{
color: #DCB8D7;
}
.AnyTagClassName
{
color: #DCB8D7;
}
</style>
background-color css
<style>
a { background-color: #DCB8D7; }
a { background-color: rgb(220,184,215); }
div.DivClassName
{
background-color: #DCB8D7;
}
.BgClassName
{
background-color: #DCB8D7;
}
</style>
border-color css
<style>
span { border-color: #DCB8D7; }
span { border-color: rgb(220,184,215); }
td.TdClassName
{
border-color: #DCB8D7;
}
.TagClassName
{
border-color: #DCB8D7;
}
</style>