Shades of Lilac #D2A9CF
Tints of Lilac #D2A9CF
RGB
CMYK
RGB Variations
Color information
#D2A9CF (or 0xD2A9CF) is known color: Lilac. HEX triplet: D2, A9 and CF. RGB value is (210,169,207). Sum of RGB (Red+Green+Blue) = 210+169+207=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9CF is #2D5630. Grayscale: #B9B9B9. Windows color (decimal): -2971185 or 13609426. OLE color: 13609426.
HSL color Cylindrical-coordinate representation of color #D2A9CF: hue angle of 304.39º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A9CF is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 169 | 207 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.18 |
| HSL | 304.39º | 0.31% | 0.74% | - |
| HSV(B) | 304.39º | 0.2% | 0.82% | - |
| XYZ | 52.03 | 46.58 | 65.28 | - |
| YUV | 185.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 169 | 207 | 0 | 0.20 | 0.01 | 0.18 | 304.39 | 0.31 | 0.74 |
| Hex | D2 | A9 | CF | 0 | 14 | 1 | 12 | 130 | 1F | 4A |
| Octal | 322 | 251 | 317 | 0 | 24 | 1 | 22 | 460 | 37 | 112 |
| Binary | 11010010 | 10101001 | 11001111 | 0 | 10100 | 1 | 10010 | 100110000 | 11111 | 1001010 |
Color Harmonies of #D2A9CF
Complementary color
Monochromatic Colors of #D2A9CF
Black with #D2A9CF
Text Example
Text Example
White with #D2A9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A9CF; }
p { color: rgb(210,169,207); }
H1.HeaderClassName
{
color: #D2A9CF;
}
.AnyTagClassName
{
color: #D2A9CF;
}
</style>
background-color css
<style>
a { background-color: #D2A9CF; }
a { background-color: rgb(210,169,207); }
div.DivClassName
{
background-color: #D2A9CF;
}
.BgClassName
{
background-color: #D2A9CF;
}
</style>
border-color css
<style>
span { border-color: #D2A9CF; }
span { border-color: rgb(210,169,207); }
td.TdClassName
{
border-color: #D2A9CF;
}
.TagClassName
{
border-color: #D2A9CF;
}
</style>