Shades of Lilac #CDA6C8
Tints of Lilac #CDA6C8
RGB
CMYK
RGB Variations
Color information
#CDA6C8 (or 0xCDA6C8) is known color: Lilac. HEX triplet: CD, A6 and C8. RGB value is (205,166,200). Sum of RGB (Red+Green+Blue) = 205+166+200=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6C8 is #325937. Grayscale: #B5B5B5. Windows color (decimal): -3299640 or 13149901. OLE color: 13149901.
HSL color Cylindrical-coordinate representation of color #CDA6C8: hue angle of 307.69º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA6C8 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 200 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.20 |
| HSL | 307.69º | 0.28% | 0.73% | - |
| HSV(B) | 307.69º | 0.19% | 0.8% | - |
| XYZ | 49.24 | 44.42 | 60.62 | - |
| YUV | 181.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 200 | 0 | 0.19 | 0.02 | 0.20 | 307.69 | 0.28 | 0.73 |
| Hex | CD | A6 | C8 | 0 | 13 | 2 | 14 | 134 | 1C | 49 |
| Octal | 315 | 246 | 310 | 0 | 23 | 2 | 24 | 464 | 34 | 111 |
| Binary | 11001101 | 10100110 | 11001000 | 0 | 10011 | 10 | 10100 | 100110100 | 11100 | 1001001 |
Color Harmonies of #CDA6C8
Complementary color
Monochromatic Colors of #CDA6C8
Black with #CDA6C8
Text Example
Text Example
White with #CDA6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6C8; }
p { color: rgb(205,166,200); }
H1.HeaderClassName
{
color: #CDA6C8;
}
.AnyTagClassName
{
color: #CDA6C8;
}
</style>
background-color css
<style>
a { background-color: #CDA6C8; }
a { background-color: rgb(205,166,200); }
div.DivClassName
{
background-color: #CDA6C8;
}
.BgClassName
{
background-color: #CDA6C8;
}
</style>
border-color css
<style>
span { border-color: #CDA6C8; }
span { border-color: rgb(205,166,200); }
td.TdClassName
{
border-color: #CDA6C8;
}
.TagClassName
{
border-color: #CDA6C8;
}
</style>