Shades of Lilac #D1AED0
Tints of Lilac #D1AED0
RGB
CMYK
RGB Variations
Color information
#D1AED0 (or 0xD1AED0) is known color: Lilac. HEX triplet: D1, AE and D0. RGB value is (209,174,208). Sum of RGB (Red+Green+Blue) = 209+174+208=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AED0 is #2E512F. Grayscale: #BCBCBC. Windows color (decimal): -3035440 or 13676241. OLE color: 13676241.
HSL color Cylindrical-coordinate representation of color #D1AED0: hue angle of 301.71º degrees, saturation: 0.28, 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 #D1AED0 is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 174 | 208 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.18 |
| HSL | 301.71º | 0.28% | 0.75% | - |
| HSV(B) | 301.71º | 0.17% | 0.82% | - |
| XYZ | 52.82 | 48.38 | 66.23 | - |
| YUV | 188.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 208 | 0 | 0.17 | 0.00 | 0.18 | 301.71 | 0.28 | 0.75 |
| Hex | D1 | AE | D0 | 0 | 11 | 0 | 12 | 12E | 1C | 4B |
| Octal | 321 | 256 | 320 | 0 | 21 | 0 | 22 | 456 | 34 | 113 |
| Binary | 11010001 | 10101110 | 11010000 | 0 | 10001 | 0 | 10010 | 100101110 | 11100 | 1001011 |
Color Harmonies of #D1AED0
Complementary color
Monochromatic Colors of #D1AED0
Black with #D1AED0
Text Example
Text Example
White with #D1AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AED0; }
p { color: rgb(209,174,208); }
H1.HeaderClassName
{
color: #D1AED0;
}
.AnyTagClassName
{
color: #D1AED0;
}
</style>
background-color css
<style>
a { background-color: #D1AED0; }
a { background-color: rgb(209,174,208); }
div.DivClassName
{
background-color: #D1AED0;
}
.BgClassName
{
background-color: #D1AED0;
}
</style>
border-color css
<style>
span { border-color: #D1AED0; }
span { border-color: rgb(209,174,208); }
td.TdClassName
{
border-color: #D1AED0;
}
.TagClassName
{
border-color: #D1AED0;
}
</style>