Shades of French Lilac #D3AECD
Tints of French Lilac #D3AECD
RGB
CMYK
RGB Variations
Color information
#D3AECD (or 0xD3AECD) is known color: French Lilac. HEX triplet: D3, AE and CD. RGB value is (211,174,205). Sum of RGB (Red+Green+Blue) = 211+174+205=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AECD is #2C5132. Grayscale: #BCBCBC. Windows color (decimal): -2904371 or 13479635. OLE color: 13479635.
HSL color Cylindrical-coordinate representation of color #D3AECD: hue angle of 309.73º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3AECD is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 205 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.17 |
| HSL | 309.73º | 0.3% | 0.75% | - |
| HSV(B) | 309.73º | 0.18% | 0.83% | - |
| XYZ | 53.02 | 48.53 | 64.33 | - |
| YUV | 188.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 205 | 0 | 0.18 | 0.03 | 0.17 | 309.73 | 0.3 | 0.75 |
| Hex | D3 | AE | CD | 0 | 12 | 3 | 11 | 136 | 1E | 4B |
| Octal | 323 | 256 | 315 | 0 | 22 | 3 | 21 | 466 | 36 | 113 |
| Binary | 11010011 | 10101110 | 11001101 | 0 | 10010 | 11 | 10001 | 100110110 | 11110 | 1001011 |
Color Harmonies of #D3AECD
Complementary color
Monochromatic Colors of #D3AECD
Black with #D3AECD
Text Example
Text Example
White with #D3AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AECD; }
p { color: rgb(211,174,205); }
H1.HeaderClassName
{
color: #D3AECD;
}
.AnyTagClassName
{
color: #D3AECD;
}
</style>
background-color css
<style>
a { background-color: #D3AECD; }
a { background-color: rgb(211,174,205); }
div.DivClassName
{
background-color: #D3AECD;
}
.BgClassName
{
background-color: #D3AECD;
}
</style>
border-color css
<style>
span { border-color: #D3AECD; }
span { border-color: rgb(211,174,205); }
td.TdClassName
{
border-color: #D3AECD;
}
.TagClassName
{
border-color: #D3AECD;
}
</style>