Shades of Lilac #CDA9CB
Tints of Lilac #CDA9CB
RGB
CMYK
RGB Variations
Color information
#CDA9CB (or 0xCDA9CB) is known color: Lilac. HEX triplet: CD, A9 and CB. RGB value is (205,169,203). Sum of RGB (Red+Green+Blue) = 205+169+203=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9CB is #325634. Grayscale: #B7B7B7. Windows color (decimal): -3298869 or 13347277. OLE color: 13347277.
HSL color Cylindrical-coordinate representation of color #CDA9CB: hue angle of 303.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9CB is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 203 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.20 |
| HSL | 303.33º | 0.26% | 0.73% | - |
| HSV(B) | 303.33º | 0.18% | 0.8% | - |
| XYZ | 50.14 | 45.67 | 62.67 | - |
| YUV | 183.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 203 | 0 | 0.18 | 0.01 | 0.20 | 303.33 | 0.26 | 0.73 |
| Hex | CD | A9 | CB | 0 | 12 | 1 | 14 | 12F | 1A | 49 |
| Octal | 315 | 251 | 313 | 0 | 22 | 1 | 24 | 457 | 32 | 111 |
| Binary | 11001101 | 10101001 | 11001011 | 0 | 10010 | 1 | 10100 | 100101111 | 11010 | 1001001 |
Color Harmonies of #CDA9CB
Complementary color
Monochromatic Colors of #CDA9CB
Black with #CDA9CB
Text Example
Text Example
White with #CDA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9CB; }
p { color: rgb(205,169,203); }
H1.HeaderClassName
{
color: #CDA9CB;
}
.AnyTagClassName
{
color: #CDA9CB;
}
</style>
background-color css
<style>
a { background-color: #CDA9CB; }
a { background-color: rgb(205,169,203); }
div.DivClassName
{
background-color: #CDA9CB;
}
.BgClassName
{
background-color: #CDA9CB;
}
</style>
border-color css
<style>
span { border-color: #CDA9CB; }
span { border-color: rgb(205,169,203); }
td.TdClassName
{
border-color: #CDA9CB;
}
.TagClassName
{
border-color: #CDA9CB;
}
</style>