Shades of Lilac #CDA2CC
Tints of Lilac #CDA2CC
RGB
CMYK
RGB Variations
Color information
#CDA2CC (or 0xCDA2CC) is known color: Lilac. HEX triplet: CD, A2 and CC. RGB value is (205,162,204). Sum of RGB (Red+Green+Blue) = 205+162+204=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2CC is #325D33. Grayscale: #B3B3B3. Windows color (decimal): -3300660 or 13411021. OLE color: 13411021.
HSL color Cylindrical-coordinate representation of color #CDA2CC: hue angle of 301.4º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA2CC is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 204 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.20 |
| HSL | 301.4º | 0.3% | 0.72% | - |
| HSV(B) | 301.4º | 0.21% | 0.8% | - |
| XYZ | 49 | 43.18 | 62.88 | - |
| YUV | 179.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 204 | 0 | 0.21 | 0.00 | 0.20 | 301.4 | 0.3 | 0.72 |
| Hex | CD | A2 | CC | 0 | 15 | 0 | 14 | 12D | 1E | 48 |
| Octal | 315 | 242 | 314 | 0 | 25 | 0 | 24 | 455 | 36 | 110 |
| Binary | 11001101 | 10100010 | 11001100 | 0 | 10101 | 0 | 10100 | 100101101 | 11110 | 1001000 |
Color Harmonies of #CDA2CC
Complementary color
Monochromatic Colors of #CDA2CC
Black with #CDA2CC
Text Example
Text Example
White with #CDA2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2CC; }
p { color: rgb(205,162,204); }
H1.HeaderClassName
{
color: #CDA2CC;
}
.AnyTagClassName
{
color: #CDA2CC;
}
</style>
background-color css
<style>
a { background-color: #CDA2CC; }
a { background-color: rgb(205,162,204); }
div.DivClassName
{
background-color: #CDA2CC;
}
.BgClassName
{
background-color: #CDA2CC;
}
</style>
border-color css
<style>
span { border-color: #CDA2CC; }
span { border-color: rgb(205,162,204); }
td.TdClassName
{
border-color: #CDA2CC;
}
.TagClassName
{
border-color: #CDA2CC;
}
</style>