Shades of French Lilac #D5AECD
Tints of French Lilac #D5AECD
RGB
CMYK
RGB Variations
Color information
#D5AECD (or 0xD5AECD) is known color: French Lilac. HEX triplet: D5, AE and CD. RGB value is (213,174,205). Sum of RGB (Red+Green+Blue) = 213+174+205=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AECD is #2A5132. Grayscale: #BDBDBD. Windows color (decimal): -2773299 or 13479637. OLE color: 13479637.
HSL color Cylindrical-coordinate representation of color #D5AECD: hue angle of 312.31º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AECD is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 174 | 205 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.16 |
| HSL | 312.31º | 0.32% | 0.76% | - |
| HSV(B) | 312.31º | 0.18% | 0.84% | - |
| XYZ | 53.6 | 48.83 | 64.36 | - |
| YUV | 189.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 174 | 205 | 0 | 0.18 | 0.04 | 0.16 | 312.31 | 0.32 | 0.76 |
| Hex | D5 | AE | CD | 0 | 12 | 4 | 10 | 138 | 20 | 4C |
| Octal | 325 | 256 | 315 | 0 | 22 | 4 | 20 | 470 | 40 | 114 |
| Binary | 11010101 | 10101110 | 11001101 | 0 | 10010 | 100 | 10000 | 100111000 | 100000 | 1001100 |
Color Harmonies of #D5AECD
Complementary color
Monochromatic Colors of #D5AECD
Black with #D5AECD
Text Example
Text Example
White with #D5AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AECD; }
p { color: rgb(213,174,205); }
H1.HeaderClassName
{
color: #D5AECD;
}
.AnyTagClassName
{
color: #D5AECD;
}
</style>
background-color css
<style>
a { background-color: #D5AECD; }
a { background-color: rgb(213,174,205); }
div.DivClassName
{
background-color: #D5AECD;
}
.BgClassName
{
background-color: #D5AECD;
}
</style>
border-color css
<style>
span { border-color: #D5AECD; }
span { border-color: rgb(213,174,205); }
td.TdClassName
{
border-color: #D5AECD;
}
.TagClassName
{
border-color: #D5AECD;
}
</style>