Shades of French Lilac #DCBDD3
Tints of French Lilac #DCBDD3
RGB
CMYK
RGB Variations
Color information
#DCBDD3 (or 0xDCBDD3) is known color: French Lilac. HEX triplet: DC, BD and D3. RGB value is (220,189,211). Sum of RGB (Red+Green+Blue) = 220+189+211=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDD3 is #23422C. Grayscale: #C8C8C8. Windows color (decimal): -2310701 or 13876700. OLE color: 13876700.
HSL color Cylindrical-coordinate representation of color #DCBDD3: hue angle of 317.42º 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 #DCBDD3 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 211 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.14 |
| HSL | 317.42º | 0.31% | 0.8% | - |
| HSV(B) | 317.42º | 0.14% | 0.86% | - |
| XYZ | 59.47 | 56.31 | 69.36 | - |
| YUV | 200.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 211 | 0 | 0.14 | 0.04 | 0.14 | 317.42 | 0.31 | 0.8 |
| Hex | DC | BD | D3 | 0 | E | 4 | E | 13D | 1F | 50 |
| Octal | 334 | 275 | 323 | 0 | 16 | 4 | 16 | 475 | 37 | 120 |
| Binary | 11011100 | 10111101 | 11010011 | 0 | 1110 | 100 | 1110 | 100111101 | 11111 | 1010000 |
Color Harmonies of #DCBDD3
Complementary color
Monochromatic Colors of #DCBDD3
Black with #DCBDD3
Text Example
Text Example
White with #DCBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDD3; }
p { color: rgb(220,189,211); }
H1.HeaderClassName
{
color: #DCBDD3;
}
.AnyTagClassName
{
color: #DCBDD3;
}
</style>
background-color css
<style>
a { background-color: #DCBDD3; }
a { background-color: rgb(220,189,211); }
div.DivClassName
{
background-color: #DCBDD3;
}
.BgClassName
{
background-color: #DCBDD3;
}
</style>
border-color css
<style>
span { border-color: #DCBDD3; }
span { border-color: rgb(220,189,211); }
td.TdClassName
{
border-color: #DCBDD3;
}
.TagClassName
{
border-color: #DCBDD3;
}
</style>