Shades of Lilac #CDA2D2
Tints of Lilac #CDA2D2
RGB
CMYK
RGB Variations
Color information
#CDA2D2 (or 0xCDA2D2) is known color: Lilac. HEX triplet: CD, A2 and D2. RGB value is (205,162,210). Sum of RGB (Red+Green+Blue) = 205+162+210=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 210 - color contains mainly: blue. Hex color #CDA2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2D2 is #325D2D. Grayscale: #B4B4B4. Windows color (decimal): -3300654 or 13804237. OLE color: 13804237.
HSL color Cylindrical-coordinate representation of color #CDA2D2: hue angle of 293.75º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDA2D2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 162 | 210 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.18 |
| HSL | 293.75º | 0.35% | 0.73% | - |
| HSV(B) | 293.75º | 0.23% | 0.82% | - |
| XYZ | 49.73 | 43.47 | 66.74 | - |
| YUV | 180.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 210 | 0.02 | 0.23 | 0 | 0.18 | 293.75 | 0.35 | 0.73 |
| Hex | CD | A2 | D2 | 2 | 17 | 0 | 12 | 126 | 23 | 49 |
| Octal | 315 | 242 | 322 | 2 | 27 | 0 | 22 | 446 | 43 | 111 |
| Binary | 11001101 | 10100010 | 11010010 | 10 | 10111 | 0 | 10010 | 100100110 | 100011 | 1001001 |
Color Harmonies of #CDA2D2
Complementary color
Monochromatic Colors of #CDA2D2
Black with #CDA2D2
Text Example
Text Example
White with #CDA2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2D2; }
p { color: rgb(205,162,210); }
H1.HeaderClassName
{
color: #CDA2D2;
}
.AnyTagClassName
{
color: #CDA2D2;
}
</style>
background-color css
<style>
a { background-color: #CDA2D2; }
a { background-color: rgb(205,162,210); }
div.DivClassName
{
background-color: #CDA2D2;
}
.BgClassName
{
background-color: #CDA2D2;
}
</style>
border-color css
<style>
span { border-color: #CDA2D2; }
span { border-color: rgb(205,162,210); }
td.TdClassName
{
border-color: #CDA2D2;
}
.TagClassName
{
border-color: #CDA2D2;
}
</style>