Shades of French Lilac #D8AECD
Tints of French Lilac #D8AECD
RGB
CMYK
RGB Variations
Color information
#D8AECD (or 0xD8AECD) is known color: French Lilac. HEX triplet: D8, AE and CD. RGB value is (216,174,205). Sum of RGB (Red+Green+Blue) = 216+174+205=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AECD is #275132. Grayscale: #BEBEBE. Windows color (decimal): -2576691 or 13479640. OLE color: 13479640.
HSL color Cylindrical-coordinate representation of color #D8AECD: hue angle of 315.71º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AECD is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 174 | 205 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.15 |
| HSL | 315.71º | 0.35% | 0.76% | - |
| HSV(B) | 315.71º | 0.19% | 0.85% | - |
| XYZ | 54.47 | 49.28 | 64.4 | - |
| YUV | 190.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 205 | 0 | 0.19 | 0.05 | 0.15 | 315.71 | 0.35 | 0.76 |
| Hex | D8 | AE | CD | 0 | 13 | 5 | F | 13C | 23 | 4C |
| Octal | 330 | 256 | 315 | 0 | 23 | 5 | 17 | 474 | 43 | 114 |
| Binary | 11011000 | 10101110 | 11001101 | 0 | 10011 | 101 | 1111 | 100111100 | 100011 | 1001100 |
Color Harmonies of #D8AECD
Complementary color
Monochromatic Colors of #D8AECD
Black with #D8AECD
Text Example
Text Example
White with #D8AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AECD; }
p { color: rgb(216,174,205); }
H1.HeaderClassName
{
color: #D8AECD;
}
.AnyTagClassName
{
color: #D8AECD;
}
</style>
background-color css
<style>
a { background-color: #D8AECD; }
a { background-color: rgb(216,174,205); }
div.DivClassName
{
background-color: #D8AECD;
}
.BgClassName
{
background-color: #D8AECD;
}
</style>
border-color css
<style>
span { border-color: #D8AECD; }
span { border-color: rgb(216,174,205); }
td.TdClassName
{
border-color: #D8AECD;
}
.TagClassName
{
border-color: #D8AECD;
}
</style>