Shades of French Lilac #D1C1CD
Tints of French Lilac #D1C1CD
RGB
CMYK
RGB Variations
Color information
#D1C1CD (or 0xD1C1CD) is known color: French Lilac. HEX triplet: D1, C1 and CD. RGB value is (209,193,205). Sum of RGB (Red+Green+Blue) = 209+193+205=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C1CD is #2E3E32. Grayscale: #C7C7C7. Windows color (decimal): -3030579 or 13484497. OLE color: 13484497.
HSL color Cylindrical-coordinate representation of color #D1C1CD: hue angle of 315º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1C1CD is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 205 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.18 |
| HSL | 315º | 0.15% | 0.79% | - |
| HSV(B) | 315º | 0.08% | 0.82% | - |
| XYZ | 56.38 | 56.1 | 65.61 | - |
| YUV | 199.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 205 | 0 | 0.08 | 0.02 | 0.18 | 315 | 0.15 | 0.79 |
| Hex | D1 | C1 | CD | 0 | 8 | 2 | 12 | 13B | F | 4F |
| Octal | 321 | 301 | 315 | 0 | 10 | 2 | 22 | 473 | 17 | 117 |
| Binary | 11010001 | 11000001 | 11001101 | 0 | 1000 | 10 | 10010 | 100111011 | 1111 | 1001111 |
Color Harmonies of #D1C1CD
Complementary color
Monochromatic Colors of #D1C1CD
Black with #D1C1CD
Text Example
Text Example
White with #D1C1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C1CD; }
p { color: rgb(209,193,205); }
H1.HeaderClassName
{
color: #D1C1CD;
}
.AnyTagClassName
{
color: #D1C1CD;
}
</style>
background-color css
<style>
a { background-color: #D1C1CD; }
a { background-color: rgb(209,193,205); }
div.DivClassName
{
background-color: #D1C1CD;
}
.BgClassName
{
background-color: #D1C1CD;
}
</style>
border-color css
<style>
span { border-color: #D1C1CD; }
span { border-color: rgb(209,193,205); }
td.TdClassName
{
border-color: #D1C1CD;
}
.TagClassName
{
border-color: #D1C1CD;
}
</style>