Shades of French Lilac #D7C2D3
Tints of French Lilac #D7C2D3
RGB
CMYK
RGB Variations
Color information
#D7C2D3 (or 0xD7C2D3) is known color: French Lilac. HEX triplet: D7, C2 and D3. RGB value is (215,194,211). Sum of RGB (Red+Green+Blue) = 215+194+211=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2D3 is #283D2C. Grayscale: #CACACA. Windows color (decimal): -2637101 or 13877975. OLE color: 13877975.
HSL color Cylindrical-coordinate representation of color #D7C2D3: hue angle of 311.43º degrees, saturation: 0.21, 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 #D7C2D3 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 211 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.16 |
| HSL | 311.43º | 0.21% | 0.8% | - |
| HSV(B) | 311.43º | 0.1% | 0.84% | - |
| XYZ | 59.07 | 57.73 | 69.66 | - |
| YUV | 202.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 211 | 0 | 0.10 | 0.02 | 0.16 | 311.43 | 0.21 | 0.8 |
| Hex | D7 | C2 | D3 | 0 | A | 2 | 10 | 137 | 15 | 50 |
| Octal | 327 | 302 | 323 | 0 | 12 | 2 | 20 | 467 | 25 | 120 |
| Binary | 11010111 | 11000010 | 11010011 | 0 | 1010 | 10 | 10000 | 100110111 | 10101 | 1010000 |
Color Harmonies of #D7C2D3
Complementary color
Monochromatic Colors of #D7C2D3
Black with #D7C2D3
Text Example
Text Example
White with #D7C2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2D3; }
p { color: rgb(215,194,211); }
H1.HeaderClassName
{
color: #D7C2D3;
}
.AnyTagClassName
{
color: #D7C2D3;
}
</style>
background-color css
<style>
a { background-color: #D7C2D3; }
a { background-color: rgb(215,194,211); }
div.DivClassName
{
background-color: #D7C2D3;
}
.BgClassName
{
background-color: #D7C2D3;
}
</style>
border-color css
<style>
span { border-color: #D7C2D3; }
span { border-color: rgb(215,194,211); }
td.TdClassName
{
border-color: #D7C2D3;
}
.TagClassName
{
border-color: #D7C2D3;
}
</style>