Shades of French Lilac #DCB9D5
Tints of French Lilac #DCB9D5
RGB
CMYK
RGB Variations
Color information
#DCB9D5 (or 0xDCB9D5) is known color: French Lilac. HEX triplet: DC, B9 and D5. RGB value is (220,185,213). Sum of RGB (Red+Green+Blue) = 220+185+213=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9D5 is #23462A. Grayscale: #C6C6C6. Windows color (decimal): -2311723 or 14006748. OLE color: 14006748.
HSL color Cylindrical-coordinate representation of color #DCB9D5: hue angle of 312º degrees, saturation: 0.33, 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 #DCB9D5 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 213 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.14 |
| HSL | 312º | 0.33% | 0.79% | - |
| HSV(B) | 312º | 0.16% | 0.86% | - |
| XYZ | 58.87 | 54.72 | 70.41 | - |
| YUV | 198.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 213 | 0 | 0.16 | 0.03 | 0.14 | 312 | 0.33 | 0.79 |
| Hex | DC | B9 | D5 | 0 | 10 | 3 | E | 138 | 21 | 4F |
| Octal | 334 | 271 | 325 | 0 | 20 | 3 | 16 | 470 | 41 | 117 |
| Binary | 11011100 | 10111001 | 11010101 | 0 | 10000 | 11 | 1110 | 100111000 | 100001 | 1001111 |
Color Harmonies of #DCB9D5
Complementary color
Monochromatic Colors of #DCB9D5
Black with #DCB9D5
Text Example
Text Example
White with #DCB9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9D5; }
p { color: rgb(220,185,213); }
H1.HeaderClassName
{
color: #DCB9D5;
}
.AnyTagClassName
{
color: #DCB9D5;
}
</style>
background-color css
<style>
a { background-color: #DCB9D5; }
a { background-color: rgb(220,185,213); }
div.DivClassName
{
background-color: #DCB9D5;
}
.BgClassName
{
background-color: #DCB9D5;
}
</style>
border-color css
<style>
span { border-color: #DCB9D5; }
span { border-color: rgb(220,185,213); }
td.TdClassName
{
border-color: #DCB9D5;
}
.TagClassName
{
border-color: #DCB9D5;
}
</style>