Shades of Lilac #CB9CCE
Tints of Lilac #CB9CCE
RGB
CMYK
RGB Variations
Color information
#CB9CCE (or 0xCB9CCE) is known color: Lilac. HEX triplet: CB, 9C and CE. RGB value is (203,156,206). Sum of RGB (Red+Green+Blue) = 203+156+206=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB9CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CCE is #346331. Grayscale: #AFAFAF. Windows color (decimal): -3433266 or 13540555. OLE color: 13540555.
HSL color Cylindrical-coordinate representation of color #CB9CCE: hue angle of 296.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9CCE is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 156 | 206 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.19 |
| HSL | 296.4º | 0.34% | 0.71% | - |
| HSV(B) | 296.4º | 0.24% | 0.81% | - |
| XYZ | 47.66 | 40.93 | 63.78 | - |
| YUV | 175.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 206 | 0.01 | 0.24 | 0 | 0.19 | 296.4 | 0.34 | 0.71 |
| Hex | CB | 9C | CE | 1 | 18 | 0 | 13 | 128 | 22 | 47 |
| Octal | 313 | 234 | 316 | 1 | 30 | 0 | 23 | 450 | 42 | 107 |
| Binary | 11001011 | 10011100 | 11001110 | 1 | 11000 | 0 | 10011 | 100101000 | 100010 | 1000111 |
Color Harmonies of #CB9CCE
Complementary color
Monochromatic Colors of #CB9CCE
Black with #CB9CCE
Text Example
Text Example
White with #CB9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CCE; }
p { color: rgb(203,156,206); }
H1.HeaderClassName
{
color: #CB9CCE;
}
.AnyTagClassName
{
color: #CB9CCE;
}
</style>
background-color css
<style>
a { background-color: #CB9CCE; }
a { background-color: rgb(203,156,206); }
div.DivClassName
{
background-color: #CB9CCE;
}
.BgClassName
{
background-color: #CB9CCE;
}
</style>
border-color css
<style>
span { border-color: #CB9CCE; }
span { border-color: rgb(203,156,206); }
td.TdClassName
{
border-color: #CB9CCE;
}
.TagClassName
{
border-color: #CB9CCE;
}
</style>