Shades of Lilac #CDA9C9
Tints of Lilac #CDA9C9
RGB
CMYK
RGB Variations
Color information
#CDA9C9 (or 0xCDA9C9) is known color: Lilac. HEX triplet: CD, A9 and C9. RGB value is (205,169,201). Sum of RGB (Red+Green+Blue) = 205+169+201=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9C9 is #325636. Grayscale: #B7B7B7. Windows color (decimal): -3298871 or 13216205. OLE color: 13216205.
HSL color Cylindrical-coordinate representation of color #CDA9C9: hue angle of 306.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9C9 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 201 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.20 |
| HSL | 306.67º | 0.26% | 0.73% | - |
| HSV(B) | 306.67º | 0.18% | 0.8% | - |
| XYZ | 49.91 | 45.57 | 61.42 | - |
| YUV | 183.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 201 | 0 | 0.18 | 0.02 | 0.20 | 306.67 | 0.26 | 0.73 |
| Hex | CD | A9 | C9 | 0 | 12 | 2 | 14 | 133 | 1A | 49 |
| Octal | 315 | 251 | 311 | 0 | 22 | 2 | 24 | 463 | 32 | 111 |
| Binary | 11001101 | 10101001 | 11001001 | 0 | 10010 | 10 | 10100 | 100110011 | 11010 | 1001001 |
Color Harmonies of #CDA9C9
Complementary color
Monochromatic Colors of #CDA9C9
Black with #CDA9C9
Text Example
Text Example
White with #CDA9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9C9; }
p { color: rgb(205,169,201); }
H1.HeaderClassName
{
color: #CDA9C9;
}
.AnyTagClassName
{
color: #CDA9C9;
}
</style>
background-color css
<style>
a { background-color: #CDA9C9; }
a { background-color: rgb(205,169,201); }
div.DivClassName
{
background-color: #CDA9C9;
}
.BgClassName
{
background-color: #CDA9C9;
}
</style>
border-color css
<style>
span { border-color: #CDA9C9; }
span { border-color: rgb(205,169,201); }
td.TdClassName
{
border-color: #CDA9C9;
}
.TagClassName
{
border-color: #CDA9C9;
}
</style>