Shades of Lilac #CDA7CE
Tints of Lilac #CDA7CE
RGB
CMYK
RGB Variations
Color information
#CDA7CE (or 0xCDA7CE) is known color: Lilac. HEX triplet: CD, A7 and CE. RGB value is (205,167,206). Sum of RGB (Red+Green+Blue) = 205+167+206=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7CE is #325831. Grayscale: #B6B6B6. Windows color (decimal): -3299378 or 13543373. OLE color: 13543373.
HSL color Cylindrical-coordinate representation of color #CDA7CE: hue angle of 298.46º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA7CE is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 167 | 206 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.19 |
| HSL | 298.46º | 0.28% | 0.73% | - |
| HSV(B) | 298.46º | 0.19% | 0.81% | - |
| XYZ | 50.14 | 45.07 | 64.45 | - |
| YUV | 182.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 206 | 0.00 | 0.19 | 0 | 0.19 | 298.46 | 0.28 | 0.73 |
| Hex | CD | A7 | CE | 0 | 13 | 0 | 13 | 12A | 1C | 49 |
| Octal | 315 | 247 | 316 | 0 | 23 | 0 | 23 | 452 | 34 | 111 |
| Binary | 11001101 | 10100111 | 11001110 | 0 | 10011 | 0 | 10011 | 100101010 | 11100 | 1001001 |
Color Harmonies of #CDA7CE
Complementary color
Monochromatic Colors of #CDA7CE
Black with #CDA7CE
Text Example
Text Example
White with #CDA7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7CE; }
p { color: rgb(205,167,206); }
H1.HeaderClassName
{
color: #CDA7CE;
}
.AnyTagClassName
{
color: #CDA7CE;
}
</style>
background-color css
<style>
a { background-color: #CDA7CE; }
a { background-color: rgb(205,167,206); }
div.DivClassName
{
background-color: #CDA7CE;
}
.BgClassName
{
background-color: #CDA7CE;
}
</style>
border-color css
<style>
span { border-color: #CDA7CE; }
span { border-color: rgb(205,167,206); }
td.TdClassName
{
border-color: #CDA7CE;
}
.TagClassName
{
border-color: #CDA7CE;
}
</style>