Shades of Lilac #CDA7C8
Tints of Lilac #CDA7C8
RGB
CMYK
RGB Variations
Color information
#CDA7C8 (or 0xCDA7C8) is known color: Lilac. HEX triplet: CD, A7 and C8. RGB value is (205,167,200). Sum of RGB (Red+Green+Blue) = 205+167+200=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7C8 is #325837. Grayscale: #B6B6B6. Windows color (decimal): -3299384 or 13150157. OLE color: 13150157.
HSL color Cylindrical-coordinate representation of color #CDA7C8: hue angle of 307.89º 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 #CDA7C8 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 200 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.20 |
| HSL | 307.89º | 0.28% | 0.73% | - |
| HSV(B) | 307.89º | 0.19% | 0.8% | - |
| XYZ | 49.42 | 44.79 | 60.68 | - |
| YUV | 182.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 200 | 0 | 0.19 | 0.02 | 0.20 | 307.89 | 0.28 | 0.73 |
| Hex | CD | A7 | C8 | 0 | 13 | 2 | 14 | 134 | 1C | 49 |
| Octal | 315 | 247 | 310 | 0 | 23 | 2 | 24 | 464 | 34 | 111 |
| Binary | 11001101 | 10100111 | 11001000 | 0 | 10011 | 10 | 10100 | 100110100 | 11100 | 1001001 |
Color Harmonies of #CDA7C8
Complementary color
Monochromatic Colors of #CDA7C8
Black with #CDA7C8
Text Example
Text Example
White with #CDA7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7C8; }
p { color: rgb(205,167,200); }
H1.HeaderClassName
{
color: #CDA7C8;
}
.AnyTagClassName
{
color: #CDA7C8;
}
</style>
background-color css
<style>
a { background-color: #CDA7C8; }
a { background-color: rgb(205,167,200); }
div.DivClassName
{
background-color: #CDA7C8;
}
.BgClassName
{
background-color: #CDA7C8;
}
</style>
border-color css
<style>
span { border-color: #CDA7C8; }
span { border-color: rgb(205,167,200); }
td.TdClassName
{
border-color: #CDA7C8;
}
.TagClassName
{
border-color: #CDA7C8;
}
</style>