Shades of French Lilac #D1BCCD
Tints of French Lilac #D1BCCD
RGB
CMYK
RGB Variations
Color information
#D1BCCD (or 0xD1BCCD) is known color: French Lilac. HEX triplet: D1, BC and CD. RGB value is (209,188,205). Sum of RGB (Red+Green+Blue) = 209+188+205=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCCD is #2E4332. Grayscale: #C4C4C4. Windows color (decimal): -3031859 or 13483217. OLE color: 13483217.
HSL color Cylindrical-coordinate representation of color #D1BCCD: hue angle of 311.43º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BCCD is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 205 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.18 |
| HSL | 311.43º | 0.19% | 0.78% | - |
| HSV(B) | 311.43º | 0.1% | 0.82% | - |
| XYZ | 55.3 | 53.93 | 65.25 | - |
| YUV | 196.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 205 | 0 | 0.10 | 0.02 | 0.18 | 311.43 | 0.19 | 0.78 |
| Hex | D1 | BC | CD | 0 | A | 2 | 12 | 137 | 13 | 4E |
| Octal | 321 | 274 | 315 | 0 | 12 | 2 | 22 | 467 | 23 | 116 |
| Binary | 11010001 | 10111100 | 11001101 | 0 | 1010 | 10 | 10010 | 100110111 | 10011 | 1001110 |
Color Harmonies of #D1BCCD
Complementary color
Monochromatic Colors of #D1BCCD
Black with #D1BCCD
Text Example
Text Example
White with #D1BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCCD; }
p { color: rgb(209,188,205); }
H1.HeaderClassName
{
color: #D1BCCD;
}
.AnyTagClassName
{
color: #D1BCCD;
}
</style>
background-color css
<style>
a { background-color: #D1BCCD; }
a { background-color: rgb(209,188,205); }
div.DivClassName
{
background-color: #D1BCCD;
}
.BgClassName
{
background-color: #D1BCCD;
}
</style>
border-color css
<style>
span { border-color: #D1BCCD; }
span { border-color: rgb(209,188,205); }
td.TdClassName
{
border-color: #D1BCCD;
}
.TagClassName
{
border-color: #D1BCCD;
}
</style>