Shades of Lilac #CDA4C6
Tints of Lilac #CDA4C6
RGB
CMYK
RGB Variations
Color information
#CDA4C6 (or 0xCDA4C6) is known color: Lilac. HEX triplet: CD, A4 and C6. RGB value is (205,164,198). Sum of RGB (Red+Green+Blue) = 205+164+198=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4C6 is #325B39. Grayscale: #B4B4B4. Windows color (decimal): -3300154 or 13018317. OLE color: 13018317.
HSL color Cylindrical-coordinate representation of color #CDA4C6: hue angle of 310.24º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA4C6 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 198 | - |
| CMYK | 0 | 0.2 | 0.03 | 0.20 |
| HSL | 310.24º | 0.29% | 0.72% | - |
| HSV(B) | 310.24º | 0.2% | 0.8% | - |
| XYZ | 48.65 | 43.61 | 59.28 | - |
| YUV | 180.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 198 | 0 | 0.2 | 0.03 | 0.20 | 310.24 | 0.29 | 0.72 |
| Hex | CD | A4 | C6 | 0 | 14 | 3 | 14 | 136 | 1D | 48 |
| Octal | 315 | 244 | 306 | 0 | 24 | 3 | 24 | 466 | 35 | 110 |
| Binary | 11001101 | 10100100 | 11000110 | 0 | 10100 | 11 | 10100 | 100110110 | 11101 | 1001000 |
Color Harmonies of #CDA4C6
Complementary color
Monochromatic Colors of #CDA4C6
Black with #CDA4C6
Text Example
Text Example
White with #CDA4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4C6; }
p { color: rgb(205,164,198); }
H1.HeaderClassName
{
color: #CDA4C6;
}
.AnyTagClassName
{
color: #CDA4C6;
}
</style>
background-color css
<style>
a { background-color: #CDA4C6; }
a { background-color: rgb(205,164,198); }
div.DivClassName
{
background-color: #CDA4C6;
}
.BgClassName
{
background-color: #CDA4C6;
}
</style>
border-color css
<style>
span { border-color: #CDA4C6; }
span { border-color: rgb(205,164,198); }
td.TdClassName
{
border-color: #CDA4C6;
}
.TagClassName
{
border-color: #CDA4C6;
}
</style>