Shades of Lilac #D1A5CF
Tints of Lilac #D1A5CF
RGB
CMYK
RGB Variations
Color information
#D1A5CF (or 0xD1A5CF) is known color: Lilac. HEX triplet: D1, A5 and CF. RGB value is (209,165,207). Sum of RGB (Red+Green+Blue) = 209+165+207=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A5CF is #2E5A30. Grayscale: #B6B6B6. Windows color (decimal): -3037745 or 13608401. OLE color: 13608401.
HSL color Cylindrical-coordinate representation of color #D1A5CF: hue angle of 302.73º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1A5CF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 165 | 207 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.18 |
| HSL | 302.73º | 0.32% | 0.73% | - |
| HSV(B) | 302.73º | 0.21% | 0.82% | - |
| XYZ | 51.01 | 44.97 | 65.02 | - |
| YUV | 182.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 165 | 207 | 0 | 0.21 | 0.01 | 0.18 | 302.73 | 0.32 | 0.73 |
| Hex | D1 | A5 | CF | 0 | 15 | 1 | 12 | 12F | 20 | 49 |
| Octal | 321 | 245 | 317 | 0 | 25 | 1 | 22 | 457 | 40 | 111 |
| Binary | 11010001 | 10100101 | 11001111 | 0 | 10101 | 1 | 10010 | 100101111 | 100000 | 1001001 |
Color Harmonies of #D1A5CF
Complementary color
Monochromatic Colors of #D1A5CF
Black with #D1A5CF
Text Example
Text Example
White with #D1A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A5CF; }
p { color: rgb(209,165,207); }
H1.HeaderClassName
{
color: #D1A5CF;
}
.AnyTagClassName
{
color: #D1A5CF;
}
</style>
background-color css
<style>
a { background-color: #D1A5CF; }
a { background-color: rgb(209,165,207); }
div.DivClassName
{
background-color: #D1A5CF;
}
.BgClassName
{
background-color: #D1A5CF;
}
</style>
border-color css
<style>
span { border-color: #D1A5CF; }
span { border-color: rgb(209,165,207); }
td.TdClassName
{
border-color: #D1A5CF;
}
.TagClassName
{
border-color: #D1A5CF;
}
</style>