Shades of Lilac #CDA4D0
Tints of Lilac #CDA4D0
RGB
CMYK
RGB Variations
Color information
#CDA4D0 (or 0xCDA4D0) is known color: Lilac. HEX triplet: CD, A4 and D0. RGB value is (205,164,208). Sum of RGB (Red+Green+Blue) = 205+164+208=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDA4D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4D0 is #325B2F. Grayscale: #B5B5B5. Windows color (decimal): -3300144 or 13673677. OLE color: 13673677.
HSL color Cylindrical-coordinate representation of color #CDA4D0: hue angle of 295.91º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA4D0 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 164 | 208 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.18 |
| HSL | 295.91º | 0.32% | 0.73% | - |
| HSV(B) | 295.91º | 0.21% | 0.82% | - |
| XYZ | 49.84 | 44.08 | 65.56 | - |
| YUV | 181.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 208 | 0.01 | 0.21 | 0 | 0.18 | 295.91 | 0.32 | 0.73 |
| Hex | CD | A4 | D0 | 1 | 15 | 0 | 12 | 128 | 20 | 49 |
| Octal | 315 | 244 | 320 | 1 | 25 | 0 | 22 | 450 | 40 | 111 |
| Binary | 11001101 | 10100100 | 11010000 | 1 | 10101 | 0 | 10010 | 100101000 | 100000 | 1001001 |
Color Harmonies of #CDA4D0
Complementary color
Monochromatic Colors of #CDA4D0
Black with #CDA4D0
Text Example
Text Example
White with #CDA4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4D0; }
p { color: rgb(205,164,208); }
H1.HeaderClassName
{
color: #CDA4D0;
}
.AnyTagClassName
{
color: #CDA4D0;
}
</style>
background-color css
<style>
a { background-color: #CDA4D0; }
a { background-color: rgb(205,164,208); }
div.DivClassName
{
background-color: #CDA4D0;
}
.BgClassName
{
background-color: #CDA4D0;
}
</style>
border-color css
<style>
span { border-color: #CDA4D0; }
span { border-color: rgb(205,164,208); }
td.TdClassName
{
border-color: #CDA4D0;
}
.TagClassName
{
border-color: #CDA4D0;
}
</style>