Shades of French Lilac #DCBBD2
Tints of French Lilac #DCBBD2
RGB
CMYK
RGB Variations
Color information
#DCBBD2 (or 0xDCBBD2) is known color: French Lilac. HEX triplet: DC, BB and D2. RGB value is (220,187,210). Sum of RGB (Red+Green+Blue) = 220+187+210=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBD2 is #23442D. Grayscale: #C7C7C7. Windows color (decimal): -2311214 or 13810652. OLE color: 13810652.
HSL color Cylindrical-coordinate representation of color #DCBBD2: hue angle of 318.18º 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 #DCBBD2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 210 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.14 |
| HSL | 318.18º | 0.32% | 0.8% | - |
| HSV(B) | 318.18º | 0.15% | 0.86% | - |
| XYZ | 58.92 | 55.41 | 68.56 | - |
| YUV | 199.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 210 | 0 | 0.15 | 0.05 | 0.14 | 318.18 | 0.32 | 0.8 |
| Hex | DC | BB | D2 | 0 | F | 5 | E | 13E | 20 | 50 |
| Octal | 334 | 273 | 322 | 0 | 17 | 5 | 16 | 476 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11010010 | 0 | 1111 | 101 | 1110 | 100111110 | 100000 | 1010000 |
Color Harmonies of #DCBBD2
Complementary color
Monochromatic Colors of #DCBBD2
Black with #DCBBD2
Text Example
Text Example
White with #DCBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBD2; }
p { color: rgb(220,187,210); }
H1.HeaderClassName
{
color: #DCBBD2;
}
.AnyTagClassName
{
color: #DCBBD2;
}
</style>
background-color css
<style>
a { background-color: #DCBBD2; }
a { background-color: rgb(220,187,210); }
div.DivClassName
{
background-color: #DCBBD2;
}
.BgClassName
{
background-color: #DCBBD2;
}
</style>
border-color css
<style>
span { border-color: #DCBBD2; }
span { border-color: rgb(220,187,210); }
td.TdClassName
{
border-color: #DCBBD2;
}
.TagClassName
{
border-color: #DCBBD2;
}
</style>