Shades of French Lilac #DCBBD5
Tints of French Lilac #DCBBD5
RGB
CMYK
RGB Variations
Color information
#DCBBD5 (or 0xDCBBD5) is known color: French Lilac. HEX triplet: DC, BB and D5. RGB value is (220,187,213). Sum of RGB (Red+Green+Blue) = 220+187+213=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBD5 is #23442A. Grayscale: #C7C7C7. Windows color (decimal): -2311211 or 14007260. OLE color: 14007260.
HSL color Cylindrical-coordinate representation of color #DCBBD5: hue angle of 312.73º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBBD5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 213 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.14 |
| HSL | 312.73º | 0.32% | 0.8% | - |
| HSV(B) | 312.73º | 0.15% | 0.86% | - |
| XYZ | 59.3 | 55.56 | 70.55 | - |
| YUV | 199.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 213 | 0 | 0.15 | 0.03 | 0.14 | 312.73 | 0.32 | 0.8 |
| Hex | DC | BB | D5 | 0 | F | 3 | E | 139 | 20 | 50 |
| Octal | 334 | 273 | 325 | 0 | 17 | 3 | 16 | 471 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11010101 | 0 | 1111 | 11 | 1110 | 100111001 | 100000 | 1010000 |
Color Harmonies of #DCBBD5
Complementary color
Monochromatic Colors of #DCBBD5
Black with #DCBBD5
Text Example
Text Example
White with #DCBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBD5; }
p { color: rgb(220,187,213); }
H1.HeaderClassName
{
color: #DCBBD5;
}
.AnyTagClassName
{
color: #DCBBD5;
}
</style>
background-color css
<style>
a { background-color: #DCBBD5; }
a { background-color: rgb(220,187,213); }
div.DivClassName
{
background-color: #DCBBD5;
}
.BgClassName
{
background-color: #DCBBD5;
}
</style>
border-color css
<style>
span { border-color: #DCBBD5; }
span { border-color: rgb(220,187,213); }
td.TdClassName
{
border-color: #DCBBD5;
}
.TagClassName
{
border-color: #DCBBD5;
}
</style>