Shades of Lilac #CDA7C9
Tints of Lilac #CDA7C9
RGB
CMYK
RGB Variations
Color information
#CDA7C9 (or 0xCDA7C9) is known color: Lilac. HEX triplet: CD, A7 and C9. RGB value is (205,167,201). Sum of RGB (Red+Green+Blue) = 205+167+201=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7C9 is #325836. Grayscale: #B6B6B6. Windows color (decimal): -3299383 or 13215693. OLE color: 13215693.
HSL color Cylindrical-coordinate representation of color #CDA7C9: hue angle of 306.32º 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 #CDA7C9 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 201 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.20 |
| HSL | 306.32º | 0.28% | 0.73% | - |
| HSV(B) | 306.32º | 0.19% | 0.8% | - |
| XYZ | 49.54 | 44.83 | 61.3 | - |
| YUV | 182.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 201 | 0 | 0.19 | 0.02 | 0.20 | 306.32 | 0.28 | 0.73 |
| Hex | CD | A7 | C9 | 0 | 13 | 2 | 14 | 132 | 1C | 49 |
| Octal | 315 | 247 | 311 | 0 | 23 | 2 | 24 | 462 | 34 | 111 |
| Binary | 11001101 | 10100111 | 11001001 | 0 | 10011 | 10 | 10100 | 100110010 | 11100 | 1001001 |
Color Harmonies of #CDA7C9
Complementary color
Monochromatic Colors of #CDA7C9
Black with #CDA7C9
Text Example
Text Example
White with #CDA7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7C9; }
p { color: rgb(205,167,201); }
H1.HeaderClassName
{
color: #CDA7C9;
}
.AnyTagClassName
{
color: #CDA7C9;
}
</style>
background-color css
<style>
a { background-color: #CDA7C9; }
a { background-color: rgb(205,167,201); }
div.DivClassName
{
background-color: #CDA7C9;
}
.BgClassName
{
background-color: #CDA7C9;
}
</style>
border-color css
<style>
span { border-color: #CDA7C9; }
span { border-color: rgb(205,167,201); }
td.TdClassName
{
border-color: #CDA7C9;
}
.TagClassName
{
border-color: #CDA7C9;
}
</style>