Shades of Lilac #CDA8CE
Tints of Lilac #CDA8CE
RGB
CMYK
RGB Variations
Color information
#CDA8CE (or 0xCDA8CE) is known color: Lilac. HEX triplet: CD, A8 and CE. RGB value is (205,168,206). Sum of RGB (Red+Green+Blue) = 205+168+206=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8CE is #325731. Grayscale: #B7B7B7. Windows color (decimal): -3299122 or 13543629. OLE color: 13543629.
HSL color Cylindrical-coordinate representation of color #CDA8CE: hue angle of 298.42º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA8CE is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 168 | 206 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.19 |
| HSL | 298.42º | 0.28% | 0.73% | - |
| HSV(B) | 298.42º | 0.18% | 0.81% | - |
| XYZ | 50.32 | 45.44 | 64.51 | - |
| YUV | 183.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 206 | 0.00 | 0.18 | 0 | 0.19 | 298.42 | 0.28 | 0.73 |
| Hex | CD | A8 | CE | 0 | 12 | 0 | 13 | 12A | 1C | 49 |
| Octal | 315 | 250 | 316 | 0 | 22 | 0 | 23 | 452 | 34 | 111 |
| Binary | 11001101 | 10101000 | 11001110 | 0 | 10010 | 0 | 10011 | 100101010 | 11100 | 1001001 |
Color Harmonies of #CDA8CE
Complementary color
Monochromatic Colors of #CDA8CE
Black with #CDA8CE
Text Example
Text Example
White with #CDA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8CE; }
p { color: rgb(205,168,206); }
H1.HeaderClassName
{
color: #CDA8CE;
}
.AnyTagClassName
{
color: #CDA8CE;
}
</style>
background-color css
<style>
a { background-color: #CDA8CE; }
a { background-color: rgb(205,168,206); }
div.DivClassName
{
background-color: #CDA8CE;
}
.BgClassName
{
background-color: #CDA8CE;
}
</style>
border-color css
<style>
span { border-color: #CDA8CE; }
span { border-color: rgb(205,168,206); }
td.TdClassName
{
border-color: #CDA8CE;
}
.TagClassName
{
border-color: #CDA8CE;
}
</style>