Shades of Lilac #CDA2D1
Tints of Lilac #CDA2D1
RGB
CMYK
RGB Variations
Color information
#CDA2D1 (or 0xCDA2D1) is known color: Lilac. HEX triplet: CD, A2 and D1. RGB value is (205,162,209). Sum of RGB (Red+Green+Blue) = 205+162+209=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDA2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2D1 is #325D2E. Grayscale: #B4B4B4. Windows color (decimal): -3300655 or 13738701. OLE color: 13738701.
HSL color Cylindrical-coordinate representation of color #CDA2D1: hue angle of 294.89º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDA2D1 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 162 | 209 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.18 |
| HSL | 294.89º | 0.34% | 0.73% | - |
| HSV(B) | 294.89º | 0.22% | 0.82% | - |
| XYZ | 49.61 | 43.42 | 66.09 | - |
| YUV | 180.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 209 | 0.02 | 0.22 | 0 | 0.18 | 294.89 | 0.34 | 0.73 |
| Hex | CD | A2 | D1 | 2 | 16 | 0 | 12 | 127 | 22 | 49 |
| Octal | 315 | 242 | 321 | 2 | 26 | 0 | 22 | 447 | 42 | 111 |
| Binary | 11001101 | 10100010 | 11010001 | 10 | 10110 | 0 | 10010 | 100100111 | 100010 | 1001001 |
Color Harmonies of #CDA2D1
Complementary color
Monochromatic Colors of #CDA2D1
Black with #CDA2D1
Text Example
Text Example
White with #CDA2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2D1; }
p { color: rgb(205,162,209); }
H1.HeaderClassName
{
color: #CDA2D1;
}
.AnyTagClassName
{
color: #CDA2D1;
}
</style>
background-color css
<style>
a { background-color: #CDA2D1; }
a { background-color: rgb(205,162,209); }
div.DivClassName
{
background-color: #CDA2D1;
}
.BgClassName
{
background-color: #CDA2D1;
}
</style>
border-color css
<style>
span { border-color: #CDA2D1; }
span { border-color: rgb(205,162,209); }
td.TdClassName
{
border-color: #CDA2D1;
}
.TagClassName
{
border-color: #CDA2D1;
}
</style>