Shades of Lilac #D1A6CF
Tints of Lilac #D1A6CF
RGB
CMYK
RGB Variations
Color information
#D1A6CF (or 0xD1A6CF) is known color: Lilac. HEX triplet: D1, A6 and CF. RGB value is (209,166,207). Sum of RGB (Red+Green+Blue) = 209+166+207=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6CF is #2E5930. Grayscale: #B7B7B7. Windows color (decimal): -3037489 or 13608657. OLE color: 13608657.
HSL color Cylindrical-coordinate representation of color #D1A6CF: hue angle of 302.79º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1A6CF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 207 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.18 |
| HSL | 302.79º | 0.32% | 0.74% | - |
| HSV(B) | 302.79º | 0.21% | 0.82% | - |
| XYZ | 51.19 | 45.33 | 65.08 | - |
| YUV | 183.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 207 | 0 | 0.21 | 0.01 | 0.18 | 302.79 | 0.32 | 0.74 |
| Hex | D1 | A6 | CF | 0 | 15 | 1 | 12 | 12F | 20 | 4A |
| Octal | 321 | 246 | 317 | 0 | 25 | 1 | 22 | 457 | 40 | 112 |
| Binary | 11010001 | 10100110 | 11001111 | 0 | 10101 | 1 | 10010 | 100101111 | 100000 | 1001010 |
Color Harmonies of #D1A6CF
Complementary color
Monochromatic Colors of #D1A6CF
Black with #D1A6CF
Text Example
Text Example
White with #D1A6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A6CF; }
p { color: rgb(209,166,207); }
H1.HeaderClassName
{
color: #D1A6CF;
}
.AnyTagClassName
{
color: #D1A6CF;
}
</style>
background-color css
<style>
a { background-color: #D1A6CF; }
a { background-color: rgb(209,166,207); }
div.DivClassName
{
background-color: #D1A6CF;
}
.BgClassName
{
background-color: #D1A6CF;
}
</style>
border-color css
<style>
span { border-color: #D1A6CF; }
span { border-color: rgb(209,166,207); }
td.TdClassName
{
border-color: #D1A6CF;
}
.TagClassName
{
border-color: #D1A6CF;
}
</style>