Shades of French Lilac #D7C7D3
Tints of French Lilac #D7C7D3
RGB
CMYK
RGB Variations
Color information
#D7C7D3 (or 0xD7C7D3) is known color: French Lilac. HEX triplet: D7, C7 and D3. RGB value is (215,199,211). Sum of RGB (Red+Green+Blue) = 215+199+211=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C7D3 is #28382C. Grayscale: #CDCDCD. Windows color (decimal): -2635821 or 13879255. OLE color: 13879255.
HSL color Cylindrical-coordinate representation of color #D7C7D3: hue angle of 315º degrees, saturation: 0.17, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7C7D3 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 211 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.16 |
| HSL | 315º | 0.17% | 0.81% | - |
| HSV(B) | 315º | 0.07% | 0.84% | - |
| XYZ | 60.21 | 60 | 70.04 | - |
| YUV | 205.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 211 | 0 | 0.07 | 0.02 | 0.16 | 315 | 0.17 | 0.81 |
| Hex | D7 | C7 | D3 | 0 | 7 | 2 | 10 | 13B | 11 | 51 |
| Octal | 327 | 307 | 323 | 0 | 7 | 2 | 20 | 473 | 21 | 121 |
| Binary | 11010111 | 11000111 | 11010011 | 0 | 111 | 10 | 10000 | 100111011 | 10001 | 1010001 |
Color Harmonies of #D7C7D3
Complementary color
Monochromatic Colors of #D7C7D3
Black with #D7C7D3
Text Example
Text Example
White with #D7C7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C7D3; }
p { color: rgb(215,199,211); }
H1.HeaderClassName
{
color: #D7C7D3;
}
.AnyTagClassName
{
color: #D7C7D3;
}
</style>
background-color css
<style>
a { background-color: #D7C7D3; }
a { background-color: rgb(215,199,211); }
div.DivClassName
{
background-color: #D7C7D3;
}
.BgClassName
{
background-color: #D7C7D3;
}
</style>
border-color css
<style>
span { border-color: #D7C7D3; }
span { border-color: rgb(215,199,211); }
td.TdClassName
{
border-color: #D7C7D3;
}
.TagClassName
{
border-color: #D7C7D3;
}
</style>