Shades of Lilac #CDA9CE
Tints of Lilac #CDA9CE
RGB
CMYK
RGB Variations
Color information
#CDA9CE (or 0xCDA9CE) is known color: Lilac. HEX triplet: CD, A9 and CE. RGB value is (205,169,206). Sum of RGB (Red+Green+Blue) = 205+169+206=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDA9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9CE is #325631. Grayscale: #B7B7B7. Windows color (decimal): -3298866 or 13543885. OLE color: 13543885.
HSL color Cylindrical-coordinate representation of color #CDA9CE: hue angle of 298.38º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9CE is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 169 | 206 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.19 |
| HSL | 298.38º | 0.27% | 0.74% | - |
| HSV(B) | 298.38º | 0.18% | 0.81% | - |
| XYZ | 50.51 | 45.81 | 64.57 | - |
| YUV | 183.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 206 | 0.00 | 0.18 | 0 | 0.19 | 298.38 | 0.27 | 0.74 |
| Hex | CD | A9 | CE | 0 | 12 | 0 | 13 | 12A | 1B | 4A |
| Octal | 315 | 251 | 316 | 0 | 22 | 0 | 23 | 452 | 33 | 112 |
| Binary | 11001101 | 10101001 | 11001110 | 0 | 10010 | 0 | 10011 | 100101010 | 11011 | 1001010 |
Color Harmonies of #CDA9CE
Complementary color
Monochromatic Colors of #CDA9CE
Black with #CDA9CE
Text Example
Text Example
White with #CDA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9CE; }
p { color: rgb(205,169,206); }
H1.HeaderClassName
{
color: #CDA9CE;
}
.AnyTagClassName
{
color: #CDA9CE;
}
</style>
background-color css
<style>
a { background-color: #CDA9CE; }
a { background-color: rgb(205,169,206); }
div.DivClassName
{
background-color: #CDA9CE;
}
.BgClassName
{
background-color: #CDA9CE;
}
</style>
border-color css
<style>
span { border-color: #CDA9CE; }
span { border-color: rgb(205,169,206); }
td.TdClassName
{
border-color: #CDA9CE;
}
.TagClassName
{
border-color: #CDA9CE;
}
</style>