Shades of Lilac #CB9DC5
Tints of Lilac #CB9DC5
RGB
CMYK
RGB Variations
Color information
#CB9DC5 (or 0xCB9DC5) is known color: Lilac. HEX triplet: CB, 9D and C5. RGB value is (203,157,197). Sum of RGB (Red+Green+Blue) = 203+157+197=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DC5 is #34623A. Grayscale: #AFAFAF. Windows color (decimal): -3433019 or 12950987. OLE color: 12950987.
HSL color Cylindrical-coordinate representation of color #CB9DC5: hue angle of 307.83º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9DC5 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 197 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.20 |
| HSL | 307.83º | 0.31% | 0.71% | - |
| HSV(B) | 307.83º | 0.23% | 0.8% | - |
| XYZ | 46.76 | 40.84 | 58.24 | - |
| YUV | 175.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 197 | 0 | 0.23 | 0.03 | 0.20 | 307.83 | 0.31 | 0.71 |
| Hex | CB | 9D | C5 | 0 | 17 | 3 | 14 | 134 | 1F | 47 |
| Octal | 313 | 235 | 305 | 0 | 27 | 3 | 24 | 464 | 37 | 107 |
| Binary | 11001011 | 10011101 | 11000101 | 0 | 10111 | 11 | 10100 | 100110100 | 11111 | 1000111 |
Color Harmonies of #CB9DC5
Complementary color
Monochromatic Colors of #CB9DC5
Black with #CB9DC5
Text Example
Text Example
White with #CB9DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9DC5; }
p { color: rgb(203,157,197); }
H1.HeaderClassName
{
color: #CB9DC5;
}
.AnyTagClassName
{
color: #CB9DC5;
}
</style>
background-color css
<style>
a { background-color: #CB9DC5; }
a { background-color: rgb(203,157,197); }
div.DivClassName
{
background-color: #CB9DC5;
}
.BgClassName
{
background-color: #CB9DC5;
}
</style>
border-color css
<style>
span { border-color: #CB9DC5; }
span { border-color: rgb(203,157,197); }
td.TdClassName
{
border-color: #CB9DC5;
}
.TagClassName
{
border-color: #CB9DC5;
}
</style>