Shades of Lilac #CDA9C8
Tints of Lilac #CDA9C8
RGB
CMYK
RGB Variations
Color information
#CDA9C8 (or 0xCDA9C8) is known color: Lilac. HEX triplet: CD, A9 and C8. RGB value is (205,169,200). Sum of RGB (Red+Green+Blue) = 205+169+200=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9C8 is #325637. Grayscale: #B7B7B7. Windows color (decimal): -3298872 or 13150669. OLE color: 13150669.
HSL color Cylindrical-coordinate representation of color #CDA9C8: hue angle of 308.33º 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 #CDA9C8 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 200 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.20 |
| HSL | 308.33º | 0.26% | 0.73% | - |
| HSV(B) | 308.33º | 0.18% | 0.8% | - |
| XYZ | 49.79 | 45.53 | 60.81 | - |
| YUV | 183.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 200 | 0 | 0.18 | 0.02 | 0.20 | 308.33 | 0.26 | 0.73 |
| Hex | CD | A9 | C8 | 0 | 12 | 2 | 14 | 134 | 1A | 49 |
| Octal | 315 | 251 | 310 | 0 | 22 | 2 | 24 | 464 | 32 | 111 |
| Binary | 11001101 | 10101001 | 11001000 | 0 | 10010 | 10 | 10100 | 100110100 | 11010 | 1001001 |
Color Harmonies of #CDA9C8
Complementary color
Monochromatic Colors of #CDA9C8
Black with #CDA9C8
Text Example
Text Example
White with #CDA9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9C8; }
p { color: rgb(205,169,200); }
H1.HeaderClassName
{
color: #CDA9C8;
}
.AnyTagClassName
{
color: #CDA9C8;
}
</style>
background-color css
<style>
a { background-color: #CDA9C8; }
a { background-color: rgb(205,169,200); }
div.DivClassName
{
background-color: #CDA9C8;
}
.BgClassName
{
background-color: #CDA9C8;
}
</style>
border-color css
<style>
span { border-color: #CDA9C8; }
span { border-color: rgb(205,169,200); }
td.TdClassName
{
border-color: #CDA9C8;
}
.TagClassName
{
border-color: #CDA9C8;
}
</style>