Shades of Lilac #CB9BC8
Tints of Lilac #CB9BC8
RGB
CMYK
RGB Variations
Color information
#CB9BC8 (or 0xCB9BC8) is known color: Lilac. HEX triplet: CB, 9B and C8. RGB value is (203,155,200). Sum of RGB (Red+Green+Blue) = 203+155+200=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BC8 is #346437. Grayscale: #AEAEAE. Windows color (decimal): -3433528 or 13147083. OLE color: 13147083.
HSL color Cylindrical-coordinate representation of color #CB9BC8: hue angle of 303.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9BC8 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 200 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.20 |
| HSL | 303.75º | 0.32% | 0.7% | - |
| HSV(B) | 303.75º | 0.24% | 0.8% | - |
| XYZ | 46.78 | 40.31 | 59.96 | - |
| YUV | 174.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 200 | 0 | 0.24 | 0.01 | 0.20 | 303.75 | 0.32 | 0.7 |
| Hex | CB | 9B | C8 | 0 | 18 | 1 | 14 | 130 | 20 | 46 |
| Octal | 313 | 233 | 310 | 0 | 30 | 1 | 24 | 460 | 40 | 106 |
| Binary | 11001011 | 10011011 | 11001000 | 0 | 11000 | 1 | 10100 | 100110000 | 100000 | 1000110 |
Color Harmonies of #CB9BC8
Complementary color
Monochromatic Colors of #CB9BC8
Black with #CB9BC8
Text Example
Text Example
White with #CB9BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9BC8; }
p { color: rgb(203,155,200); }
H1.HeaderClassName
{
color: #CB9BC8;
}
.AnyTagClassName
{
color: #CB9BC8;
}
</style>
background-color css
<style>
a { background-color: #CB9BC8; }
a { background-color: rgb(203,155,200); }
div.DivClassName
{
background-color: #CB9BC8;
}
.BgClassName
{
background-color: #CB9BC8;
}
</style>
border-color css
<style>
span { border-color: #CB9BC8; }
span { border-color: rgb(203,155,200); }
td.TdClassName
{
border-color: #CB9BC8;
}
.TagClassName
{
border-color: #CB9BC8;
}
</style>