Shades of Lilac #D1AECF
Tints of Lilac #D1AECF
RGB
CMYK
RGB Variations
Color information
#D1AECF (or 0xD1AECF) is known color: Lilac. HEX triplet: D1, AE and CF. RGB value is (209,174,207). Sum of RGB (Red+Green+Blue) = 209+174+207=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AECF is #2E5130. Grayscale: #BCBCBC. Windows color (decimal): -3035441 or 13610705. OLE color: 13610705.
HSL color Cylindrical-coordinate representation of color #D1AECF: hue angle of 303.43º 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 #D1AECF is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 174 | 207 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.18 |
| HSL | 303.43º | 0.28% | 0.75% | - |
| HSV(B) | 303.43º | 0.17% | 0.82% | - |
| XYZ | 52.69 | 48.33 | 65.58 | - |
| YUV | 188.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 207 | 0 | 0.17 | 0.01 | 0.18 | 303.43 | 0.28 | 0.75 |
| Hex | D1 | AE | CF | 0 | 11 | 1 | 12 | 12F | 1C | 4B |
| Octal | 321 | 256 | 317 | 0 | 21 | 1 | 22 | 457 | 34 | 113 |
| Binary | 11010001 | 10101110 | 11001111 | 0 | 10001 | 1 | 10010 | 100101111 | 11100 | 1001011 |
Color Harmonies of #D1AECF
Complementary color
Monochromatic Colors of #D1AECF
Black with #D1AECF
Text Example
Text Example
White with #D1AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AECF; }
p { color: rgb(209,174,207); }
H1.HeaderClassName
{
color: #D1AECF;
}
.AnyTagClassName
{
color: #D1AECF;
}
</style>
background-color css
<style>
a { background-color: #D1AECF; }
a { background-color: rgb(209,174,207); }
div.DivClassName
{
background-color: #D1AECF;
}
.BgClassName
{
background-color: #D1AECF;
}
</style>
border-color css
<style>
span { border-color: #D1AECF; }
span { border-color: rgb(209,174,207); }
td.TdClassName
{
border-color: #D1AECF;
}
.TagClassName
{
border-color: #D1AECF;
}
</style>