Shades of Lilac #CDB3CB
Tints of Lilac #CDB3CB
RGB
CMYK
RGB Variations
Color information
#CDB3CB (or 0xCDB3CB) is known color: Lilac. HEX triplet: CD, B3 and CB. RGB value is (205,179,203). Sum of RGB (Red+Green+Blue) = 205+179+203=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3CB is #324C34. Grayscale: #BDBDBD. Windows color (decimal): -3296309 or 13349837. OLE color: 13349837.
HSL color Cylindrical-coordinate representation of color #CDB3CB: hue angle of 304.62º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB3CB is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 203 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.20 |
| HSL | 304.62º | 0.21% | 0.75% | - |
| HSV(B) | 304.62º | 0.13% | 0.8% | - |
| XYZ | 52.08 | 49.53 | 63.32 | - |
| YUV | 189.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 203 | 0 | 0.13 | 0.01 | 0.20 | 304.62 | 0.21 | 0.75 |
| Hex | CD | B3 | CB | 0 | D | 1 | 14 | 131 | 15 | 4B |
| Octal | 315 | 263 | 313 | 0 | 15 | 1 | 24 | 461 | 25 | 113 |
| Binary | 11001101 | 10110011 | 11001011 | 0 | 1101 | 1 | 10100 | 100110001 | 10101 | 1001011 |
Color Harmonies of #CDB3CB
Complementary color
Monochromatic Colors of #CDB3CB
Black with #CDB3CB
Text Example
Text Example
White with #CDB3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3CB; }
p { color: rgb(205,179,203); }
H1.HeaderClassName
{
color: #CDB3CB;
}
.AnyTagClassName
{
color: #CDB3CB;
}
</style>
background-color css
<style>
a { background-color: #CDB3CB; }
a { background-color: rgb(205,179,203); }
div.DivClassName
{
background-color: #CDB3CB;
}
.BgClassName
{
background-color: #CDB3CB;
}
</style>
border-color css
<style>
span { border-color: #CDB3CB; }
span { border-color: rgb(205,179,203); }
td.TdClassName
{
border-color: #CDB3CB;
}
.TagClassName
{
border-color: #CDB3CB;
}
</style>