Shades of Lilac #CDA2D0
Tints of Lilac #CDA2D0
RGB
CMYK
RGB Variations
Color information
#CDA2D0 (or 0xCDA2D0) is known color: Lilac. HEX triplet: CD, A2 and D0. RGB value is (205,162,208). Sum of RGB (Red+Green+Blue) = 205+162+208=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2D0 is #325D2F. Grayscale: #B3B3B3. Windows color (decimal): -3300656 or 13673165. OLE color: 13673165.
HSL color Cylindrical-coordinate representation of color #CDA2D0: hue angle of 296.09º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDA2D0 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 162 | 208 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.18 |
| HSL | 296.09º | 0.33% | 0.73% | - |
| HSV(B) | 296.09º | 0.22% | 0.82% | - |
| XYZ | 49.48 | 43.37 | 65.44 | - |
| YUV | 180.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 208 | 0.01 | 0.22 | 0 | 0.18 | 296.09 | 0.33 | 0.73 |
| Hex | CD | A2 | D0 | 1 | 16 | 0 | 12 | 128 | 21 | 49 |
| Octal | 315 | 242 | 320 | 1 | 26 | 0 | 22 | 450 | 41 | 111 |
| Binary | 11001101 | 10100010 | 11010000 | 1 | 10110 | 0 | 10010 | 100101000 | 100001 | 1001001 |
Color Harmonies of #CDA2D0
Complementary color
Monochromatic Colors of #CDA2D0
Black with #CDA2D0
Text Example
Text Example
White with #CDA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2D0; }
p { color: rgb(205,162,208); }
H1.HeaderClassName
{
color: #CDA2D0;
}
.AnyTagClassName
{
color: #CDA2D0;
}
</style>
background-color css
<style>
a { background-color: #CDA2D0; }
a { background-color: rgb(205,162,208); }
div.DivClassName
{
background-color: #CDA2D0;
}
.BgClassName
{
background-color: #CDA2D0;
}
</style>
border-color css
<style>
span { border-color: #CDA2D0; }
span { border-color: rgb(205,162,208); }
td.TdClassName
{
border-color: #CDA2D0;
}
.TagClassName
{
border-color: #CDA2D0;
}
</style>