Shades of French Lilac #DCB5D1
Tints of French Lilac #DCB5D1
RGB
CMYK
RGB Variations
Color information
#DCB5D1 (or 0xDCB5D1) is known color: French Lilac. HEX triplet: DC, B5 and D1. RGB value is (220,181,209). Sum of RGB (Red+Green+Blue) = 220+181+209=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5D1 is #234A2E. Grayscale: #C3C3C3. Windows color (decimal): -2312751 or 13743580. OLE color: 13743580.
HSL color Cylindrical-coordinate representation of color #DCB5D1: hue angle of 316.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5D1 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 209 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.14 |
| HSL | 316.92º | 0.36% | 0.79% | - |
| HSV(B) | 316.92º | 0.18% | 0.86% | - |
| XYZ | 57.55 | 52.87 | 67.49 | - |
| YUV | 195.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 209 | 0 | 0.18 | 0.05 | 0.14 | 316.92 | 0.36 | 0.79 |
| Hex | DC | B5 | D1 | 0 | 12 | 5 | E | 13D | 24 | 4F |
| Octal | 334 | 265 | 321 | 0 | 22 | 5 | 16 | 475 | 44 | 117 |
| Binary | 11011100 | 10110101 | 11010001 | 0 | 10010 | 101 | 1110 | 100111101 | 100100 | 1001111 |
Color Harmonies of #DCB5D1
Complementary color
Monochromatic Colors of #DCB5D1
Black with #DCB5D1
Text Example
Text Example
White with #DCB5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5D1; }
p { color: rgb(220,181,209); }
H1.HeaderClassName
{
color: #DCB5D1;
}
.AnyTagClassName
{
color: #DCB5D1;
}
</style>
background-color css
<style>
a { background-color: #DCB5D1; }
a { background-color: rgb(220,181,209); }
div.DivClassName
{
background-color: #DCB5D1;
}
.BgClassName
{
background-color: #DCB5D1;
}
</style>
border-color css
<style>
span { border-color: #DCB5D1; }
span { border-color: rgb(220,181,209); }
td.TdClassName
{
border-color: #DCB5D1;
}
.TagClassName
{
border-color: #DCB5D1;
}
</style>