Shades of Lilac #CDA4C7
Tints of Lilac #CDA4C7
RGB
CMYK
RGB Variations
Color information
#CDA4C7 (or 0xCDA4C7) is known color: Lilac. HEX triplet: CD, A4 and C7. RGB value is (205,164,199). Sum of RGB (Red+Green+Blue) = 205+164+199=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4C7 is #325B38. Grayscale: #B4B4B4. Windows color (decimal): -3300153 or 13083853. OLE color: 13083853.
HSL color Cylindrical-coordinate representation of color #CDA4C7: hue angle of 308.78º 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 #CDA4C7 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 199 | - |
| CMYK | 0 | 0.2 | 0.03 | 0.20 |
| HSL | 308.78º | 0.29% | 0.72% | - |
| HSV(B) | 308.78º | 0.2% | 0.8% | - |
| XYZ | 48.76 | 43.65 | 59.89 | - |
| YUV | 180.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 199 | 0 | 0.2 | 0.03 | 0.20 | 308.78 | 0.29 | 0.72 |
| Hex | CD | A4 | C7 | 0 | 14 | 3 | 14 | 135 | 1D | 48 |
| Octal | 315 | 244 | 307 | 0 | 24 | 3 | 24 | 465 | 35 | 110 |
| Binary | 11001101 | 10100100 | 11000111 | 0 | 10100 | 11 | 10100 | 100110101 | 11101 | 1001000 |
Color Harmonies of #CDA4C7
Complementary color
Monochromatic Colors of #CDA4C7
Black with #CDA4C7
Text Example
Text Example
White with #CDA4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4C7; }
p { color: rgb(205,164,199); }
H1.HeaderClassName
{
color: #CDA4C7;
}
.AnyTagClassName
{
color: #CDA4C7;
}
</style>
background-color css
<style>
a { background-color: #CDA4C7; }
a { background-color: rgb(205,164,199); }
div.DivClassName
{
background-color: #CDA4C7;
}
.BgClassName
{
background-color: #CDA4C7;
}
</style>
border-color css
<style>
span { border-color: #CDA4C7; }
span { border-color: rgb(205,164,199); }
td.TdClassName
{
border-color: #CDA4C7;
}
.TagClassName
{
border-color: #CDA4C7;
}
</style>