Shades of Lilac #CDB3CE
Tints of Lilac #CDB3CE
RGB
CMYK
RGB Variations
Color information
#CDB3CE (or 0xCDB3CE) is known color: Lilac. HEX triplet: CD, B3 and CE. RGB value is (205,179,206). Sum of RGB (Red+Green+Blue) = 205+179+206=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDB3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3CE is #324C31. Grayscale: #BDBDBD. Windows color (decimal): -3296306 or 13546445. OLE color: 13546445.
HSL color Cylindrical-coordinate representation of color #CDB3CE: hue angle of 297.78º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB3CE is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 179 | 206 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.19 |
| HSL | 297.78º | 0.22% | 0.75% | - |
| HSV(B) | 297.78º | 0.13% | 0.81% | - |
| XYZ | 52.44 | 49.68 | 65.22 | - |
| YUV | 189.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 206 | 0.00 | 0.13 | 0 | 0.19 | 297.78 | 0.22 | 0.75 |
| Hex | CD | B3 | CE | 0 | D | 0 | 13 | 12A | 16 | 4B |
| Octal | 315 | 263 | 316 | 0 | 15 | 0 | 23 | 452 | 26 | 113 |
| Binary | 11001101 | 10110011 | 11001110 | 0 | 1101 | 0 | 10011 | 100101010 | 10110 | 1001011 |
Color Harmonies of #CDB3CE
Complementary color
Monochromatic Colors of #CDB3CE
Black with #CDB3CE
Text Example
Text Example
White with #CDB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3CE; }
p { color: rgb(205,179,206); }
H1.HeaderClassName
{
color: #CDB3CE;
}
.AnyTagClassName
{
color: #CDB3CE;
}
</style>
background-color css
<style>
a { background-color: #CDB3CE; }
a { background-color: rgb(205,179,206); }
div.DivClassName
{
background-color: #CDB3CE;
}
.BgClassName
{
background-color: #CDB3CE;
}
</style>
border-color css
<style>
span { border-color: #CDB3CE; }
span { border-color: rgb(205,179,206); }
td.TdClassName
{
border-color: #CDB3CE;
}
.TagClassName
{
border-color: #CDB3CE;
}
</style>