Shades of French Lilac #D6C9D3
Tints of French Lilac #D6C9D3
RGB
CMYK
RGB Variations
Color information
#D6C9D3 (or 0xD6C9D3) is known color: French Lilac. HEX triplet: D6, C9 and D3. RGB value is (214,201,211). Sum of RGB (Red+Green+Blue) = 214+201+211=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9D3 is #29362C. Grayscale: #CECECE. Windows color (decimal): -2700845 or 13879766. OLE color: 13879766.
HSL color Cylindrical-coordinate representation of color #D6C9D3: hue angle of 313.85º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6C9D3 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 211 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.16 |
| HSL | 313.85º | 0.14% | 0.81% | - |
| HSV(B) | 313.85º | 0.06% | 0.84% | - |
| XYZ | 60.38 | 60.77 | 70.18 | - |
| YUV | 206.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 211 | 0 | 0.06 | 0.01 | 0.16 | 313.85 | 0.14 | 0.81 |
| Hex | D6 | C9 | D3 | 0 | 6 | 1 | 10 | 13A | E | 51 |
| Octal | 326 | 311 | 323 | 0 | 6 | 1 | 20 | 472 | 16 | 121 |
| Binary | 11010110 | 11001001 | 11010011 | 0 | 110 | 1 | 10000 | 100111010 | 1110 | 1010001 |
Color Harmonies of #D6C9D3
Complementary color
Monochromatic Colors of #D6C9D3
Black with #D6C9D3
Text Example
Text Example
White with #D6C9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C9D3; }
p { color: rgb(214,201,211); }
H1.HeaderClassName
{
color: #D6C9D3;
}
.AnyTagClassName
{
color: #D6C9D3;
}
</style>
background-color css
<style>
a { background-color: #D6C9D3; }
a { background-color: rgb(214,201,211); }
div.DivClassName
{
background-color: #D6C9D3;
}
.BgClassName
{
background-color: #D6C9D3;
}
</style>
border-color css
<style>
span { border-color: #D6C9D3; }
span { border-color: rgb(214,201,211); }
td.TdClassName
{
border-color: #D6C9D3;
}
.TagClassName
{
border-color: #D6C9D3;
}
</style>