Shades of Lilac #CDA3D1
Tints of Lilac #CDA3D1
RGB
CMYK
RGB Variations
Color information
#CDA3D1 (or 0xCDA3D1) is known color: Lilac. HEX triplet: CD, A3 and D1. RGB value is (205,163,209). Sum of RGB (Red+Green+Blue) = 205+163+209=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 163 (64.06% from 255 or 28.25% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDA3D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3D1 is #325C2E. Grayscale: #B4B4B4. Windows color (decimal): -3300399 or 13738957. OLE color: 13738957.
HSL color Cylindrical-coordinate representation of color #CDA3D1: hue angle of 294.78º 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 #CDA3D1 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 163 | 209 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.18 |
| HSL | 294.78º | 0.33% | 0.73% | - |
| HSV(B) | 294.78º | 0.22% | 0.82% | - |
| XYZ | 49.78 | 43.78 | 66.15 | - |
| YUV | 180.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 209 | 0.02 | 0.22 | 0 | 0.18 | 294.78 | 0.33 | 0.73 |
| Hex | CD | A3 | D1 | 2 | 16 | 0 | 12 | 127 | 21 | 49 |
| Octal | 315 | 243 | 321 | 2 | 26 | 0 | 22 | 447 | 41 | 111 |
| Binary | 11001101 | 10100011 | 11010001 | 10 | 10110 | 0 | 10010 | 100100111 | 100001 | 1001001 |
Color Harmonies of #CDA3D1
Complementary color
Monochromatic Colors of #CDA3D1
Black with #CDA3D1
Text Example
Text Example
White with #CDA3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3D1; }
p { color: rgb(205,163,209); }
H1.HeaderClassName
{
color: #CDA3D1;
}
.AnyTagClassName
{
color: #CDA3D1;
}
</style>
background-color css
<style>
a { background-color: #CDA3D1; }
a { background-color: rgb(205,163,209); }
div.DivClassName
{
background-color: #CDA3D1;
}
.BgClassName
{
background-color: #CDA3D1;
}
</style>
border-color css
<style>
span { border-color: #CDA3D1; }
span { border-color: rgb(205,163,209); }
td.TdClassName
{
border-color: #CDA3D1;
}
.TagClassName
{
border-color: #CDA3D1;
}
</style>