Shades of French Lilac #DCBDD5
Tints of French Lilac #DCBDD5
RGB
CMYK
RGB Variations
Color information
#DCBDD5 (or 0xDCBDD5) is known color: French Lilac. HEX triplet: DC, BD and D5. RGB value is (220,189,213). Sum of RGB (Red+Green+Blue) = 220+189+213=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDD5 is #23422A. Grayscale: #C8C8C8. Windows color (decimal): -2310699 or 14007772. OLE color: 14007772.
HSL color Cylindrical-coordinate representation of color #DCBDD5: hue angle of 313.55º 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 #DCBDD5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 213 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.14 |
| HSL | 313.55º | 0.31% | 0.8% | - |
| HSV(B) | 313.55º | 0.14% | 0.86% | - |
| XYZ | 59.72 | 56.41 | 70.69 | - |
| YUV | 201.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 213 | 0 | 0.14 | 0.03 | 0.14 | 313.55 | 0.31 | 0.8 |
| Hex | DC | BD | D5 | 0 | E | 3 | E | 13A | 1F | 50 |
| Octal | 334 | 275 | 325 | 0 | 16 | 3 | 16 | 472 | 37 | 120 |
| Binary | 11011100 | 10111101 | 11010101 | 0 | 1110 | 11 | 1110 | 100111010 | 11111 | 1010000 |
Color Harmonies of #DCBDD5
Complementary color
Monochromatic Colors of #DCBDD5
Black with #DCBDD5
Text Example
Text Example
White with #DCBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDD5; }
p { color: rgb(220,189,213); }
H1.HeaderClassName
{
color: #DCBDD5;
}
.AnyTagClassName
{
color: #DCBDD5;
}
</style>
background-color css
<style>
a { background-color: #DCBDD5; }
a { background-color: rgb(220,189,213); }
div.DivClassName
{
background-color: #DCBDD5;
}
.BgClassName
{
background-color: #DCBDD5;
}
</style>
border-color css
<style>
span { border-color: #DCBDD5; }
span { border-color: rgb(220,189,213); }
td.TdClassName
{
border-color: #DCBDD5;
}
.TagClassName
{
border-color: #DCBDD5;
}
</style>