Shades of French Lilac #D9C7D5
Tints of French Lilac #D9C7D5
RGB
CMYK
RGB Variations
Color information
#D9C7D5 (or 0xD9C7D5) is known color: French Lilac. HEX triplet: D9, C7 and D5. RGB value is (217,199,213). Sum of RGB (Red+Green+Blue) = 217+199+213=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7D5 is #26382A. Grayscale: #CDCDCD. Windows color (decimal): -2504747 or 14010329. OLE color: 14010329.
HSL color Cylindrical-coordinate representation of color #D9C7D5: hue angle of 313.33º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9C7D5 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 199 | 213 | - |
CMYK | 0 | 0.08 | 0.02 | 0.15 |
HSL | 313.33º | 0.19% | 0.82% | - |
HSV(B) | 313.33º | 0.08% | 0.85% | - |
XYZ | 61.05 | 60.4 | 71.39 | - |
YUV | 205.98 | 131.96 | 135.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 199 | 213 | 0 | 0.08 | 0.02 | 0.15 | 313.33 | 0.19 | 0.82 |
Hex | D9 | C7 | D5 | 0 | 8 | 2 | F | 139 | 13 | 52 |
Octal | 331 | 307 | 325 | 0 | 10 | 2 | 17 | 471 | 23 | 122 |
Binary | 11011001 | 11000111 | 11010101 | 0 | 1000 | 10 | 1111 | 100111001 | 10011 | 1010010 |
Color Harmonies of #D9C7D5
Complementary color
Monochromatic Colors of #D9C7D5
Black with #D9C7D5
Text Example
Text Example
White with #D9C7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7D5; }
p { color: rgb(217,199,213); }
H1.HeaderClassName
{
color: #D9C7D5;
}
.AnyTagClassName
{
color: #D9C7D5;
}
</style>
background-color css
<style>
a { background-color: #D9C7D5; }
a { background-color: rgb(217,199,213); }
div.DivClassName
{
background-color: #D9C7D5;
}
.BgClassName
{
background-color: #D9C7D5;
}
</style>
border-color css
<style>
span { border-color: #D9C7D5; }
span { border-color: rgb(217,199,213); }
td.TdClassName
{
border-color: #D9C7D5;
}
.TagClassName
{
border-color: #D9C7D5;
}
</style>