Shades of French Lilac #D9ADD5
Tints of French Lilac #D9ADD5
RGB
CMYK
RGB Variations
Color information
#D9ADD5 (or 0xD9ADD5) is known color: French Lilac. HEX triplet: D9, AD and D5. RGB value is (217,173,213). Sum of RGB (Red+Green+Blue) = 217+173+213=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADD5 is #26522A. Grayscale: #BEBEBE. Windows color (decimal): -2511403 or 14003673. OLE color: 14003673.
HSL color Cylindrical-coordinate representation of color #D9ADD5: hue angle of 305.45º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADD5 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 213 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.15 |
| HSL | 305.45º | 0.37% | 0.76% | - |
| HSV(B) | 305.45º | 0.2% | 0.85% | - |
| XYZ | 55.57 | 49.44 | 69.57 | - |
| YUV | 190.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 213 | 0 | 0.20 | 0.02 | 0.15 | 305.45 | 0.37 | 0.76 |
| Hex | D9 | AD | D5 | 0 | 14 | 2 | F | 131 | 25 | 4C |
| Octal | 331 | 255 | 325 | 0 | 24 | 2 | 17 | 461 | 45 | 114 |
| Binary | 11011001 | 10101101 | 11010101 | 0 | 10100 | 10 | 1111 | 100110001 | 100101 | 1001100 |
Color Harmonies of #D9ADD5
Complementary color
Monochromatic Colors of #D9ADD5
Black with #D9ADD5
Text Example
Text Example
White with #D9ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADD5; }
p { color: rgb(217,173,213); }
H1.HeaderClassName
{
color: #D9ADD5;
}
.AnyTagClassName
{
color: #D9ADD5;
}
</style>
background-color css
<style>
a { background-color: #D9ADD5; }
a { background-color: rgb(217,173,213); }
div.DivClassName
{
background-color: #D9ADD5;
}
.BgClassName
{
background-color: #D9ADD5;
}
</style>
border-color css
<style>
span { border-color: #D9ADD5; }
span { border-color: rgb(217,173,213); }
td.TdClassName
{
border-color: #D9ADD5;
}
.TagClassName
{
border-color: #D9ADD5;
}
</style>