Shades of Lilac #CB9DC6
Tints of Lilac #CB9DC6
RGB
CMYK
RGB Variations
Color information
#CB9DC6 (or 0xCB9DC6) is known color: Lilac. HEX triplet: CB, 9D and C6. RGB value is (203,157,198). Sum of RGB (Red+Green+Blue) = 203+157+198=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DC6 is #346239. Grayscale: #AFAFAF. Windows color (decimal): -3433018 or 13016523. OLE color: 13016523.
HSL color Cylindrical-coordinate representation of color #CB9DC6: hue angle of 306.52º 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 #CB9DC6 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 198 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.20 |
| HSL | 306.52º | 0.31% | 0.71% | - |
| HSV(B) | 306.52º | 0.23% | 0.8% | - |
| XYZ | 46.88 | 40.89 | 58.85 | - |
| YUV | 175.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 198 | 0 | 0.23 | 0.02 | 0.20 | 306.52 | 0.31 | 0.71 |
| Hex | CB | 9D | C6 | 0 | 17 | 2 | 14 | 133 | 1F | 47 |
| Octal | 313 | 235 | 306 | 0 | 27 | 2 | 24 | 463 | 37 | 107 |
| Binary | 11001011 | 10011101 | 11000110 | 0 | 10111 | 10 | 10100 | 100110011 | 11111 | 1000111 |
Color Harmonies of #CB9DC6
Complementary color
Monochromatic Colors of #CB9DC6
Black with #CB9DC6
Text Example
Text Example
White with #CB9DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9DC6; }
p { color: rgb(203,157,198); }
H1.HeaderClassName
{
color: #CB9DC6;
}
.AnyTagClassName
{
color: #CB9DC6;
}
</style>
background-color css
<style>
a { background-color: #CB9DC6; }
a { background-color: rgb(203,157,198); }
div.DivClassName
{
background-color: #CB9DC6;
}
.BgClassName
{
background-color: #CB9DC6;
}
</style>
border-color css
<style>
span { border-color: #CB9DC6; }
span { border-color: rgb(203,157,198); }
td.TdClassName
{
border-color: #CB9DC6;
}
.TagClassName
{
border-color: #CB9DC6;
}
</style>