Shades of Lilac #CDA4D1
Tints of Lilac #CDA4D1
RGB
CMYK
RGB Variations
Color information
#CDA4D1 (or 0xCDA4D1) is known color: Lilac. HEX triplet: CD, A4 and D1. RGB value is (205,164,209). Sum of RGB (Red+Green+Blue) = 205+164+209=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDA4D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4D1 is #325B2E. Grayscale: #B5B5B5. Windows color (decimal): -3300143 or 13739213. OLE color: 13739213.
HSL color Cylindrical-coordinate representation of color #CDA4D1: hue angle of 294.67º 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 #CDA4D1 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 205 | 164 | 209 | - |
CMYK | 0.02 | 0.22 | 0 | 0.18 |
HSL | 294.67º | 0.33% | 0.73% | - |
HSV(B) | 294.67º | 0.22% | 0.82% | - |
XYZ | 49.96 | 44.13 | 66.21 | - |
YUV | 181.39 | 143.58 | 144.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 164 | 209 | 0.02 | 0.22 | 0 | 0.18 | 294.67 | 0.33 | 0.73 |
Hex | CD | A4 | D1 | 2 | 16 | 0 | 12 | 127 | 21 | 49 |
Octal | 315 | 244 | 321 | 2 | 26 | 0 | 22 | 447 | 41 | 111 |
Binary | 11001101 | 10100100 | 11010001 | 10 | 10110 | 0 | 10010 | 100100111 | 100001 | 1001001 |
Color Harmonies of #CDA4D1
Complementary color
Monochromatic Colors of #CDA4D1
Black with #CDA4D1
Text Example
Text Example
White with #CDA4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4D1; }
p { color: rgb(205,164,209); }
H1.HeaderClassName
{
color: #CDA4D1;
}
.AnyTagClassName
{
color: #CDA4D1;
}
</style>
background-color css
<style>
a { background-color: #CDA4D1; }
a { background-color: rgb(205,164,209); }
div.DivClassName
{
background-color: #CDA4D1;
}
.BgClassName
{
background-color: #CDA4D1;
}
</style>
border-color css
<style>
span { border-color: #CDA4D1; }
span { border-color: rgb(205,164,209); }
td.TdClassName
{
border-color: #CDA4D1;
}
.TagClassName
{
border-color: #CDA4D1;
}
</style>