Shades of French Lilac #D6C1D2
Tints of French Lilac #D6C1D2
RGB
CMYK
RGB Variations
Color information
#D6C1D2 (or 0xD6C1D2) is known color: French Lilac. HEX triplet: D6, C1 and D2. RGB value is (214,193,210). Sum of RGB (Red+Green+Blue) = 214+193+210=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1D2 is #293E2D. Grayscale: #C9C9C9. Windows color (decimal): -2702894 or 13812182. OLE color: 13812182.
HSL color Cylindrical-coordinate representation of color #D6C1D2: hue angle of 311.43º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C1D2 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 210 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.16 |
| HSL | 311.43º | 0.2% | 0.8% | - |
| HSV(B) | 311.43º | 0.1% | 0.84% | - |
| XYZ | 58.43 | 57.09 | 68.91 | - |
| YUV | 201.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 210 | 0 | 0.10 | 0.02 | 0.16 | 311.43 | 0.2 | 0.8 |
| Hex | D6 | C1 | D2 | 0 | A | 2 | 10 | 137 | 14 | 50 |
| Octal | 326 | 301 | 322 | 0 | 12 | 2 | 20 | 467 | 24 | 120 |
| Binary | 11010110 | 11000001 | 11010010 | 0 | 1010 | 10 | 10000 | 100110111 | 10100 | 1010000 |
Color Harmonies of #D6C1D2
Complementary color
Monochromatic Colors of #D6C1D2
Black with #D6C1D2
Text Example
Text Example
White with #D6C1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C1D2; }
p { color: rgb(214,193,210); }
H1.HeaderClassName
{
color: #D6C1D2;
}
.AnyTagClassName
{
color: #D6C1D2;
}
</style>
background-color css
<style>
a { background-color: #D6C1D2; }
a { background-color: rgb(214,193,210); }
div.DivClassName
{
background-color: #D6C1D2;
}
.BgClassName
{
background-color: #D6C1D2;
}
</style>
border-color css
<style>
span { border-color: #D6C1D2; }
span { border-color: rgb(214,193,210); }
td.TdClassName
{
border-color: #D6C1D2;
}
.TagClassName
{
border-color: #D6C1D2;
}
</style>