Shades of French Lilac #DCBCD4
Tints of French Lilac #DCBCD4
RGB
CMYK
RGB Variations
Color information
#DCBCD4 (or 0xDCBCD4) is known color: French Lilac. HEX triplet: DC, BC and D4. RGB value is (220,188,212). Sum of RGB (Red+Green+Blue) = 220+188+212=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCD4 is #23432B. Grayscale: #C8C8C8. Windows color (decimal): -2310956 or 13941980. OLE color: 13941980.
HSL color Cylindrical-coordinate representation of color #DCBCD4: hue angle of 315º 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 #DCBCD4 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 212 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.14 |
| HSL | 315º | 0.31% | 0.8% | - |
| HSV(B) | 315º | 0.15% | 0.86% | - |
| XYZ | 59.38 | 55.94 | 69.95 | - |
| YUV | 200.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 212 | 0 | 0.15 | 0.04 | 0.14 | 315 | 0.31 | 0.8 |
| Hex | DC | BC | D4 | 0 | F | 4 | E | 13B | 1F | 50 |
| Octal | 334 | 274 | 324 | 0 | 17 | 4 | 16 | 473 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11010100 | 0 | 1111 | 100 | 1110 | 100111011 | 11111 | 1010000 |
Color Harmonies of #DCBCD4
Complementary color
Monochromatic Colors of #DCBCD4
Black with #DCBCD4
Text Example
Text Example
White with #DCBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCD4; }
p { color: rgb(220,188,212); }
H1.HeaderClassName
{
color: #DCBCD4;
}
.AnyTagClassName
{
color: #DCBCD4;
}
</style>
background-color css
<style>
a { background-color: #DCBCD4; }
a { background-color: rgb(220,188,212); }
div.DivClassName
{
background-color: #DCBCD4;
}
.BgClassName
{
background-color: #DCBCD4;
}
</style>
border-color css
<style>
span { border-color: #DCBCD4; }
span { border-color: rgb(220,188,212); }
td.TdClassName
{
border-color: #DCBCD4;
}
.TagClassName
{
border-color: #DCBCD4;
}
</style>