Shades of French Lilac #D5AED3
Tints of French Lilac #D5AED3
RGB
CMYK
RGB Variations
Color information
#D5AED3 (or 0xD5AED3) is known color: French Lilac. HEX triplet: D5, AE and D3. RGB value is (213,174,211). Sum of RGB (Red+Green+Blue) = 213+174+211=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AED3 is #2A512C. Grayscale: #BDBDBD. Windows color (decimal): -2773293 or 13872853. OLE color: 13872853.
HSL color Cylindrical-coordinate representation of color #D5AED3: hue angle of 303.08º 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 #D5AED3 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 174 | 211 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.16 |
| HSL | 303.08º | 0.32% | 0.76% | - |
| HSV(B) | 303.08º | 0.18% | 0.84% | - |
| XYZ | 54.33 | 49.12 | 68.25 | - |
| YUV | 189.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 174 | 211 | 0 | 0.18 | 0.01 | 0.16 | 303.08 | 0.32 | 0.76 |
| Hex | D5 | AE | D3 | 0 | 12 | 1 | 10 | 12F | 20 | 4C |
| Octal | 325 | 256 | 323 | 0 | 22 | 1 | 20 | 457 | 40 | 114 |
| Binary | 11010101 | 10101110 | 11010011 | 0 | 10010 | 1 | 10000 | 100101111 | 100000 | 1001100 |
Color Harmonies of #D5AED3
Complementary color
Monochromatic Colors of #D5AED3
Black with #D5AED3
Text Example
Text Example
White with #D5AED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AED3; }
p { color: rgb(213,174,211); }
H1.HeaderClassName
{
color: #D5AED3;
}
.AnyTagClassName
{
color: #D5AED3;
}
</style>
background-color css
<style>
a { background-color: #D5AED3; }
a { background-color: rgb(213,174,211); }
div.DivClassName
{
background-color: #D5AED3;
}
.BgClassName
{
background-color: #D5AED3;
}
</style>
border-color css
<style>
span { border-color: #D5AED3; }
span { border-color: rgb(213,174,211); }
td.TdClassName
{
border-color: #D5AED3;
}
.TagClassName
{
border-color: #D5AED3;
}
</style>