Shades of French Lilac #D9AED4
Tints of French Lilac #D9AED4
RGB
CMYK
RGB Variations
Color information
#D9AED4 (or 0xD9AED4) is known color: French Lilac. HEX triplet: D9, AE and D4. RGB value is (217,174,212). Sum of RGB (Red+Green+Blue) = 217+174+212=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AED4 is #26512B. Grayscale: #BFBFBF. Windows color (decimal): -2511148 or 13938393. OLE color: 13938393.
HSL color Cylindrical-coordinate representation of color #D9AED4: hue angle of 306.98º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AED4 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 174 | 212 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.15 |
| HSL | 306.98º | 0.36% | 0.77% | - |
| HSV(B) | 306.98º | 0.2% | 0.85% | - |
| XYZ | 55.63 | 49.78 | 68.96 | - |
| YUV | 191.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 174 | 212 | 0 | 0.20 | 0.02 | 0.15 | 306.98 | 0.36 | 0.77 |
| Hex | D9 | AE | D4 | 0 | 14 | 2 | F | 133 | 24 | 4D |
| Octal | 331 | 256 | 324 | 0 | 24 | 2 | 17 | 463 | 44 | 115 |
| Binary | 11011001 | 10101110 | 11010100 | 0 | 10100 | 10 | 1111 | 100110011 | 100100 | 1001101 |
Color Harmonies of #D9AED4
Complementary color
Monochromatic Colors of #D9AED4
Black with #D9AED4
Text Example
Text Example
White with #D9AED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AED4; }
p { color: rgb(217,174,212); }
H1.HeaderClassName
{
color: #D9AED4;
}
.AnyTagClassName
{
color: #D9AED4;
}
</style>
background-color css
<style>
a { background-color: #D9AED4; }
a { background-color: rgb(217,174,212); }
div.DivClassName
{
background-color: #D9AED4;
}
.BgClassName
{
background-color: #D9AED4;
}
</style>
border-color css
<style>
span { border-color: #D9AED4; }
span { border-color: rgb(217,174,212); }
td.TdClassName
{
border-color: #D9AED4;
}
.TagClassName
{
border-color: #D9AED4;
}
</style>