Shades of Lilac #CDA4C5
Tints of Lilac #CDA4C5
RGB
CMYK
RGB Variations
Color information
#CDA4C5 (or 0xCDA4C5) is known color: Lilac. HEX triplet: CD, A4 and C5. RGB value is (205,164,197). Sum of RGB (Red+Green+Blue) = 205+164+197=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4C5 is #325B3A. Grayscale: #B3B3B3. Windows color (decimal): -3300155 or 12952781. OLE color: 12952781.
HSL color Cylindrical-coordinate representation of color #CDA4C5: hue angle of 311.71º 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 #CDA4C5 is Cyan = 0, Magento = 0.2, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 197 | - |
| CMYK | 0 | 0.2 | 0.04 | 0.20 |
| HSL | 311.71º | 0.29% | 0.72% | - |
| HSV(B) | 311.71º | 0.2% | 0.8% | - |
| XYZ | 48.53 | 43.56 | 58.67 | - |
| YUV | 180.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 197 | 0 | 0.2 | 0.04 | 0.20 | 311.71 | 0.29 | 0.72 |
| Hex | CD | A4 | C5 | 0 | 14 | 4 | 14 | 138 | 1D | 48 |
| Octal | 315 | 244 | 305 | 0 | 24 | 4 | 24 | 470 | 35 | 110 |
| Binary | 11001101 | 10100100 | 11000101 | 0 | 10100 | 100 | 10100 | 100111000 | 11101 | 1001000 |
Color Harmonies of #CDA4C5
Complementary color
Monochromatic Colors of #CDA4C5
Black with #CDA4C5
Text Example
Text Example
White with #CDA4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4C5; }
p { color: rgb(205,164,197); }
H1.HeaderClassName
{
color: #CDA4C5;
}
.AnyTagClassName
{
color: #CDA4C5;
}
</style>
background-color css
<style>
a { background-color: #CDA4C5; }
a { background-color: rgb(205,164,197); }
div.DivClassName
{
background-color: #CDA4C5;
}
.BgClassName
{
background-color: #CDA4C5;
}
</style>
border-color css
<style>
span { border-color: #CDA4C5; }
span { border-color: rgb(205,164,197); }
td.TdClassName
{
border-color: #CDA4C5;
}
.TagClassName
{
border-color: #CDA4C5;
}
</style>