Shades of Lilac #CDA6CE
Tints of Lilac #CDA6CE
RGB
CMYK
RGB Variations
Color information
#CDA6CE (or 0xCDA6CE) is known color: Lilac. HEX triplet: CD, A6 and CE. RGB value is (205,166,206). Sum of RGB (Red+Green+Blue) = 205+166+206=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6CE is #325931. Grayscale: #B6B6B6. Windows color (decimal): -3299634 or 13543117. OLE color: 13543117.
HSL color Cylindrical-coordinate representation of color #CDA6CE: hue angle of 298.5º degrees, saturation: 0.29, 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 #CDA6CE is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 166 | 206 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.19 |
| HSL | 298.5º | 0.29% | 0.73% | - |
| HSV(B) | 298.5º | 0.19% | 0.81% | - |
| XYZ | 49.95 | 44.71 | 64.39 | - |
| YUV | 182.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 206 | 0.00 | 0.19 | 0 | 0.19 | 298.5 | 0.29 | 0.73 |
| Hex | CD | A6 | CE | 0 | 13 | 0 | 13 | 12A | 1D | 49 |
| Octal | 315 | 246 | 316 | 0 | 23 | 0 | 23 | 452 | 35 | 111 |
| Binary | 11001101 | 10100110 | 11001110 | 0 | 10011 | 0 | 10011 | 100101010 | 11101 | 1001001 |
Color Harmonies of #CDA6CE
Complementary color
Monochromatic Colors of #CDA6CE
Black with #CDA6CE
Text Example
Text Example
White with #CDA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6CE; }
p { color: rgb(205,166,206); }
H1.HeaderClassName
{
color: #CDA6CE;
}
.AnyTagClassName
{
color: #CDA6CE;
}
</style>
background-color css
<style>
a { background-color: #CDA6CE; }
a { background-color: rgb(205,166,206); }
div.DivClassName
{
background-color: #CDA6CE;
}
.BgClassName
{
background-color: #CDA6CE;
}
</style>
border-color css
<style>
span { border-color: #CDA6CE; }
span { border-color: rgb(205,166,206); }
td.TdClassName
{
border-color: #CDA6CE;
}
.TagClassName
{
border-color: #CDA6CE;
}
</style>