Shades of French Lilac #D7A8CC
Tints of French Lilac #D7A8CC
RGB
CMYK
RGB Variations
Color information
#D7A8CC (or 0xD7A8CC) is known color: French Lilac. HEX triplet: D7, A8 and CC. RGB value is (215,168,204). Sum of RGB (Red+Green+Blue) = 215+168+204=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8CC is #285733. Grayscale: #BABABA. Windows color (decimal): -2643764 or 13412567. OLE color: 13412567.
HSL color Cylindrical-coordinate representation of color #D7A8CC: hue angle of 314.04º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7A8CC is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 204 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.16 |
| HSL | 314.04º | 0.37% | 0.75% | - |
| HSV(B) | 314.04º | 0.22% | 0.84% | - |
| XYZ | 52.93 | 46.81 | 63.37 | - |
| YUV | 186.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 204 | 0 | 0.22 | 0.05 | 0.16 | 314.04 | 0.37 | 0.75 |
| Hex | D7 | A8 | CC | 0 | 16 | 5 | 10 | 13A | 25 | 4B |
| Octal | 327 | 250 | 314 | 0 | 26 | 5 | 20 | 472 | 45 | 113 |
| Binary | 11010111 | 10101000 | 11001100 | 0 | 10110 | 101 | 10000 | 100111010 | 100101 | 1001011 |
Color Harmonies of #D7A8CC
Complementary color
Monochromatic Colors of #D7A8CC
Black with #D7A8CC
Text Example
Text Example
White with #D7A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8CC; }
p { color: rgb(215,168,204); }
H1.HeaderClassName
{
color: #D7A8CC;
}
.AnyTagClassName
{
color: #D7A8CC;
}
</style>
background-color css
<style>
a { background-color: #D7A8CC; }
a { background-color: rgb(215,168,204); }
div.DivClassName
{
background-color: #D7A8CC;
}
.BgClassName
{
background-color: #D7A8CC;
}
</style>
border-color css
<style>
span { border-color: #D7A8CC; }
span { border-color: rgb(215,168,204); }
td.TdClassName
{
border-color: #D7A8CC;
}
.TagClassName
{
border-color: #D7A8CC;
}
</style>