Shades of Lilac #CDA2D3
Tints of Lilac #CDA2D3
RGB
CMYK
RGB Variations
Color information
#CDA2D3 (or 0xCDA2D3) is known color: Lilac. HEX triplet: CD, A2 and D3. RGB value is (205,162,211). Sum of RGB (Red+Green+Blue) = 205+162+211=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 211 - color contains mainly: blue. Hex color #CDA2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2D3 is #325D2C. Grayscale: #B4B4B4. Windows color (decimal): -3300653 or 13869773. OLE color: 13869773.
HSL color Cylindrical-coordinate representation of color #CDA2D3: hue angle of 292.65º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDA2D3 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 162 | 211 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.17 |
| HSL | 292.65º | 0.36% | 0.73% | - |
| HSV(B) | 292.65º | 0.23% | 0.83% | - |
| XYZ | 49.86 | 43.52 | 67.4 | - |
| YUV | 180.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 211 | 0.03 | 0.23 | 0 | 0.17 | 292.65 | 0.36 | 0.73 |
| Hex | CD | A2 | D3 | 3 | 17 | 0 | 11 | 125 | 24 | 49 |
| Octal | 315 | 242 | 323 | 3 | 27 | 0 | 21 | 445 | 44 | 111 |
| Binary | 11001101 | 10100010 | 11010011 | 11 | 10111 | 0 | 10001 | 100100101 | 100100 | 1001001 |
Color Harmonies of #CDA2D3
Complementary color
Monochromatic Colors of #CDA2D3
Black with #CDA2D3
Text Example
Text Example
White with #CDA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2D3; }
p { color: rgb(205,162,211); }
H1.HeaderClassName
{
color: #CDA2D3;
}
.AnyTagClassName
{
color: #CDA2D3;
}
</style>
background-color css
<style>
a { background-color: #CDA2D3; }
a { background-color: rgb(205,162,211); }
div.DivClassName
{
background-color: #CDA2D3;
}
.BgClassName
{
background-color: #CDA2D3;
}
</style>
border-color css
<style>
span { border-color: #CDA2D3; }
span { border-color: rgb(205,162,211); }
td.TdClassName
{
border-color: #CDA2D3;
}
.TagClassName
{
border-color: #CDA2D3;
}
</style>