Shades of Lilac #CDA1CB
Tints of Lilac #CDA1CB
RGB
CMYK
RGB Variations
Color information
#CDA1CB (or 0xCDA1CB) is known color: Lilac. HEX triplet: CD, A1 and CB. RGB value is (205,161,203). Sum of RGB (Red+Green+Blue) = 205+161+203=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1CB is #325E34. Grayscale: #B2B2B2. Windows color (decimal): -3300917 or 13345229. OLE color: 13345229.
HSL color Cylindrical-coordinate representation of color #CDA1CB: hue angle of 302.73º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA1CB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 203 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.20 |
| HSL | 302.73º | 0.31% | 0.72% | - |
| HSV(B) | 302.73º | 0.21% | 0.8% | - |
| XYZ | 48.7 | 42.78 | 62.19 | - |
| YUV | 178.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 203 | 0 | 0.21 | 0.01 | 0.20 | 302.73 | 0.31 | 0.72 |
| Hex | CD | A1 | CB | 0 | 15 | 1 | 14 | 12F | 1F | 48 |
| Octal | 315 | 241 | 313 | 0 | 25 | 1 | 24 | 457 | 37 | 110 |
| Binary | 11001101 | 10100001 | 11001011 | 0 | 10101 | 1 | 10100 | 100101111 | 11111 | 1001000 |
Color Harmonies of #CDA1CB
Complementary color
Monochromatic Colors of #CDA1CB
Black with #CDA1CB
Text Example
Text Example
White with #CDA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1CB; }
p { color: rgb(205,161,203); }
H1.HeaderClassName
{
color: #CDA1CB;
}
.AnyTagClassName
{
color: #CDA1CB;
}
</style>
background-color css
<style>
a { background-color: #CDA1CB; }
a { background-color: rgb(205,161,203); }
div.DivClassName
{
background-color: #CDA1CB;
}
.BgClassName
{
background-color: #CDA1CB;
}
</style>
border-color css
<style>
span { border-color: #CDA1CB; }
span { border-color: rgb(205,161,203); }
td.TdClassName
{
border-color: #CDA1CB;
}
.TagClassName
{
border-color: #CDA1CB;
}
</style>