Shades of French Lilac #DCBDD6
Tints of French Lilac #DCBDD6
RGB
CMYK
RGB Variations
Color information
#DCBDD6 (or 0xDCBDD6) is known color: French Lilac. HEX triplet: DC, BD and D6. RGB value is (220,189,214). Sum of RGB (Red+Green+Blue) = 220+189+214=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDD6 is #234229. Grayscale: #C9C9C9. Windows color (decimal): -2310698 or 14073308. OLE color: 14073308.
HSL color Cylindrical-coordinate representation of color #DCBDD6: hue angle of 311.61º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBDD6 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 214 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.14 |
| HSL | 311.61º | 0.31% | 0.8% | - |
| HSV(B) | 311.61º | 0.14% | 0.86% | - |
| XYZ | 59.85 | 56.47 | 71.36 | - |
| YUV | 201.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 214 | 0 | 0.14 | 0.03 | 0.14 | 311.61 | 0.31 | 0.8 |
| Hex | DC | BD | D6 | 0 | E | 3 | E | 138 | 1F | 50 |
| Octal | 334 | 275 | 326 | 0 | 16 | 3 | 16 | 470 | 37 | 120 |
| Binary | 11011100 | 10111101 | 11010110 | 0 | 1110 | 11 | 1110 | 100111000 | 11111 | 1010000 |
Color Harmonies of #DCBDD6
Complementary color
Monochromatic Colors of #DCBDD6
Black with #DCBDD6
Text Example
Text Example
White with #DCBDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDD6; }
p { color: rgb(220,189,214); }
H1.HeaderClassName
{
color: #DCBDD6;
}
.AnyTagClassName
{
color: #DCBDD6;
}
</style>
background-color css
<style>
a { background-color: #DCBDD6; }
a { background-color: rgb(220,189,214); }
div.DivClassName
{
background-color: #DCBDD6;
}
.BgClassName
{
background-color: #DCBDD6;
}
</style>
border-color css
<style>
span { border-color: #DCBDD6; }
span { border-color: rgb(220,189,214); }
td.TdClassName
{
border-color: #DCBDD6;
}
.TagClassName
{
border-color: #DCBDD6;
}
</style>