Shades of Lilac #CDA0C9
Tints of Lilac #CDA0C9
RGB
CMYK
RGB Variations
Color information
#CDA0C9 (or 0xCDA0C9) is known color: Lilac. HEX triplet: CD, A0 and C9. RGB value is (205,160,201). Sum of RGB (Red+Green+Blue) = 205+160+201=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0C9 is #325F36. Grayscale: #B2B2B2. Windows color (decimal): -3301175 or 13213901. OLE color: 13213901.
HSL color Cylindrical-coordinate representation of color #CDA0C9: hue angle of 305.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDA0C9 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 201 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.20 |
| HSL | 305.33º | 0.31% | 0.72% | - |
| HSV(B) | 305.33º | 0.22% | 0.8% | - |
| XYZ | 48.29 | 42.34 | 60.89 | - |
| YUV | 178.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 201 | 0 | 0.22 | 0.02 | 0.20 | 305.33 | 0.31 | 0.72 |
| Hex | CD | A0 | C9 | 0 | 16 | 2 | 14 | 131 | 1F | 48 |
| Octal | 315 | 240 | 311 | 0 | 26 | 2 | 24 | 461 | 37 | 110 |
| Binary | 11001101 | 10100000 | 11001001 | 0 | 10110 | 10 | 10100 | 100110001 | 11111 | 1001000 |
Color Harmonies of #CDA0C9
Complementary color
Monochromatic Colors of #CDA0C9
Black with #CDA0C9
Text Example
Text Example
White with #CDA0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0C9; }
p { color: rgb(205,160,201); }
H1.HeaderClassName
{
color: #CDA0C9;
}
.AnyTagClassName
{
color: #CDA0C9;
}
</style>
background-color css
<style>
a { background-color: #CDA0C9; }
a { background-color: rgb(205,160,201); }
div.DivClassName
{
background-color: #CDA0C9;
}
.BgClassName
{
background-color: #CDA0C9;
}
</style>
border-color css
<style>
span { border-color: #CDA0C9; }
span { border-color: rgb(205,160,201); }
td.TdClassName
{
border-color: #CDA0C9;
}
.TagClassName
{
border-color: #CDA0C9;
}
</style>