Shades of French Lilac #D2AECD
Tints of French Lilac #D2AECD
RGB
CMYK
RGB Variations
Color information
#D2AECD (or 0xD2AECD) is known color: French Lilac. HEX triplet: D2, AE and CD. RGB value is (210,174,205). Sum of RGB (Red+Green+Blue) = 210+174+205=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AECD is #2D5132. Grayscale: #BCBCBC. Windows color (decimal): -2969907 or 13479634. OLE color: 13479634.
HSL color Cylindrical-coordinate representation of color #D2AECD: hue angle of 308.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AECD is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 205 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.18 |
| HSL | 308.33º | 0.29% | 0.75% | - |
| HSV(B) | 308.33º | 0.17% | 0.82% | - |
| XYZ | 52.73 | 48.38 | 64.32 | - |
| YUV | 188.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 205 | 0 | 0.17 | 0.02 | 0.18 | 308.33 | 0.29 | 0.75 |
| Hex | D2 | AE | CD | 0 | 11 | 2 | 12 | 134 | 1D | 4B |
| Octal | 322 | 256 | 315 | 0 | 21 | 2 | 22 | 464 | 35 | 113 |
| Binary | 11010010 | 10101110 | 11001101 | 0 | 10001 | 10 | 10010 | 100110100 | 11101 | 1001011 |
Color Harmonies of #D2AECD
Complementary color
Monochromatic Colors of #D2AECD
Black with #D2AECD
Text Example
Text Example
White with #D2AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AECD; }
p { color: rgb(210,174,205); }
H1.HeaderClassName
{
color: #D2AECD;
}
.AnyTagClassName
{
color: #D2AECD;
}
</style>
background-color css
<style>
a { background-color: #D2AECD; }
a { background-color: rgb(210,174,205); }
div.DivClassName
{
background-color: #D2AECD;
}
.BgClassName
{
background-color: #D2AECD;
}
</style>
border-color css
<style>
span { border-color: #D2AECD; }
span { border-color: rgb(210,174,205); }
td.TdClassName
{
border-color: #D2AECD;
}
.TagClassName
{
border-color: #D2AECD;
}
</style>