Shades of French Lilac #DCBCD8
Tints of French Lilac #DCBCD8
RGB
CMYK
RGB Variations
Color information
#DCBCD8 (or 0xDCBCD8) is known color: French Lilac. HEX triplet: DC, BC and D8. RGB value is (220,188,216). Sum of RGB (Red+Green+Blue) = 220+188+216=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCD8 is #234327. Grayscale: #C8C8C8. Windows color (decimal): -2310952 or 14204124. OLE color: 14204124.
HSL color Cylindrical-coordinate representation of color #DCBCD8: hue angle of 307.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBCD8 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 216 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.14 |
| HSL | 307.5º | 0.31% | 0.8% | - |
| HSV(B) | 307.5º | 0.15% | 0.86% | - |
| XYZ | 59.89 | 56.14 | 72.65 | - |
| YUV | 200.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 216 | 0 | 0.15 | 0.02 | 0.14 | 307.5 | 0.31 | 0.8 |
| Hex | DC | BC | D8 | 0 | F | 2 | E | 134 | 1F | 50 |
| Octal | 334 | 274 | 330 | 0 | 17 | 2 | 16 | 464 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11011000 | 0 | 1111 | 10 | 1110 | 100110100 | 11111 | 1010000 |
Color Harmonies of #DCBCD8
Complementary color
Monochromatic Colors of #DCBCD8
Black with #DCBCD8
Text Example
Text Example
White with #DCBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCD8; }
p { color: rgb(220,188,216); }
H1.HeaderClassName
{
color: #DCBCD8;
}
.AnyTagClassName
{
color: #DCBCD8;
}
</style>
background-color css
<style>
a { background-color: #DCBCD8; }
a { background-color: rgb(220,188,216); }
div.DivClassName
{
background-color: #DCBCD8;
}
.BgClassName
{
background-color: #DCBCD8;
}
</style>
border-color css
<style>
span { border-color: #DCBCD8; }
span { border-color: rgb(220,188,216); }
td.TdClassName
{
border-color: #DCBCD8;
}
.TagClassName
{
border-color: #DCBCD8;
}
</style>