Shades of Lilac #CDA3D0
Tints of Lilac #CDA3D0
RGB
CMYK
RGB Variations
Color information
#CDA3D0 (or 0xCDA3D0) is known color: Lilac. HEX triplet: CD, A3 and D0. RGB value is (205,163,208). Sum of RGB (Red+Green+Blue) = 205+163+208=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 163 (64.06% from 255 or 28.30% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDA3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3D0 is #325C2F. Grayscale: #B4B4B4. Windows color (decimal): -3300400 or 13673421. OLE color: 13673421.
HSL color Cylindrical-coordinate representation of color #CDA3D0: hue angle of 296º degrees, saturation: 0.32, 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 #CDA3D0 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 163 | 208 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.18 |
| HSL | 296º | 0.32% | 0.73% | - |
| HSV(B) | 296º | 0.22% | 0.82% | - |
| XYZ | 49.66 | 43.73 | 65.5 | - |
| YUV | 180.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 208 | 0.01 | 0.22 | 0 | 0.18 | 296 | 0.32 | 0.73 |
| Hex | CD | A3 | D0 | 1 | 16 | 0 | 12 | 128 | 20 | 49 |
| Octal | 315 | 243 | 320 | 1 | 26 | 0 | 22 | 450 | 40 | 111 |
| Binary | 11001101 | 10100011 | 11010000 | 1 | 10110 | 0 | 10010 | 100101000 | 100000 | 1001001 |
Color Harmonies of #CDA3D0
Complementary color
Monochromatic Colors of #CDA3D0
Black with #CDA3D0
Text Example
Text Example
White with #CDA3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3D0; }
p { color: rgb(205,163,208); }
H1.HeaderClassName
{
color: #CDA3D0;
}
.AnyTagClassName
{
color: #CDA3D0;
}
</style>
background-color css
<style>
a { background-color: #CDA3D0; }
a { background-color: rgb(205,163,208); }
div.DivClassName
{
background-color: #CDA3D0;
}
.BgClassName
{
background-color: #CDA3D0;
}
</style>
border-color css
<style>
span { border-color: #CDA3D0; }
span { border-color: rgb(205,163,208); }
td.TdClassName
{
border-color: #CDA3D0;
}
.TagClassName
{
border-color: #CDA3D0;
}
</style>