Shades of French Lilac #DCB0D5
Tints of French Lilac #DCB0D5
RGB
CMYK
RGB Variations
Color information
#DCB0D5 (or 0xDCB0D5) is known color: French Lilac. HEX triplet: DC, B0 and D5. RGB value is (220,176,213). Sum of RGB (Red+Green+Blue) = 220+176+213=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0D5 is #234F2A. Grayscale: #C1C1C1. Windows color (decimal): -2314027 or 14004444. OLE color: 14004444.
HSL color Cylindrical-coordinate representation of color #DCB0D5: hue angle of 309.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB0D5 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 213 | - |
| CMYK | 0 | 0.2 | 0.03 | 0.14 |
| HSL | 309.55º | 0.39% | 0.78% | - |
| HSV(B) | 309.55º | 0.2% | 0.86% | - |
| XYZ | 57.05 | 51.07 | 69.8 | - |
| YUV | 193.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 213 | 0 | 0.2 | 0.03 | 0.14 | 309.55 | 0.39 | 0.78 |
| Hex | DC | B0 | D5 | 0 | 14 | 3 | E | 136 | 27 | 4E |
| Octal | 334 | 260 | 325 | 0 | 24 | 3 | 16 | 466 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11010101 | 0 | 10100 | 11 | 1110 | 100110110 | 100111 | 1001110 |
Color Harmonies of #DCB0D5
Complementary color
Monochromatic Colors of #DCB0D5
Black with #DCB0D5
Text Example
Text Example
White with #DCB0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0D5; }
p { color: rgb(220,176,213); }
H1.HeaderClassName
{
color: #DCB0D5;
}
.AnyTagClassName
{
color: #DCB0D5;
}
</style>
background-color css
<style>
a { background-color: #DCB0D5; }
a { background-color: rgb(220,176,213); }
div.DivClassName
{
background-color: #DCB0D5;
}
.BgClassName
{
background-color: #DCB0D5;
}
</style>
border-color css
<style>
span { border-color: #DCB0D5; }
span { border-color: rgb(220,176,213); }
td.TdClassName
{
border-color: #DCB0D5;
}
.TagClassName
{
border-color: #DCB0D5;
}
</style>