Shades of Lilac #CDA5D1
Tints of Lilac #CDA5D1
RGB
CMYK
RGB Variations
Color information
#CDA5D1 (or 0xCDA5D1) is known color: Lilac. HEX triplet: CD, A5 and D1. RGB value is (205,165,209). Sum of RGB (Red+Green+Blue) = 205+165+209=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5D1 is #325A2E. Grayscale: #B5B5B5. Windows color (decimal): -3299887 or 13739469. OLE color: 13739469.
HSL color Cylindrical-coordinate representation of color #CDA5D1: hue angle of 294.55º 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 #CDA5D1 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 165 | 209 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.18 |
| HSL | 294.55º | 0.32% | 0.73% | - |
| HSV(B) | 294.55º | 0.21% | 0.82% | - |
| XYZ | 50.14 | 44.49 | 66.27 | - |
| YUV | 181.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 209 | 0.02 | 0.21 | 0 | 0.18 | 294.55 | 0.32 | 0.73 |
| Hex | CD | A5 | D1 | 2 | 15 | 0 | 12 | 127 | 20 | 49 |
| Octal | 315 | 245 | 321 | 2 | 25 | 0 | 22 | 447 | 40 | 111 |
| Binary | 11001101 | 10100101 | 11010001 | 10 | 10101 | 0 | 10010 | 100100111 | 100000 | 1001001 |
Color Harmonies of #CDA5D1
Complementary color
Monochromatic Colors of #CDA5D1
Black with #CDA5D1
Text Example
Text Example
White with #CDA5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5D1; }
p { color: rgb(205,165,209); }
H1.HeaderClassName
{
color: #CDA5D1;
}
.AnyTagClassName
{
color: #CDA5D1;
}
</style>
background-color css
<style>
a { background-color: #CDA5D1; }
a { background-color: rgb(205,165,209); }
div.DivClassName
{
background-color: #CDA5D1;
}
.BgClassName
{
background-color: #CDA5D1;
}
</style>
border-color css
<style>
span { border-color: #CDA5D1; }
span { border-color: rgb(205,165,209); }
td.TdClassName
{
border-color: #CDA5D1;
}
.TagClassName
{
border-color: #CDA5D1;
}
</style>