Shades of Lilac #CBB3CC
Tints of Lilac #CBB3CC
RGB
CMYK
RGB Variations
Color information
#CBB3CC (or 0xCBB3CC) is known color: Lilac. HEX triplet: CB, B3 and CC. RGB value is (203,179,204). Sum of RGB (Red+Green+Blue) = 203+179+204=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBB3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3CC is #344C33. Grayscale: #BCBCBC. Windows color (decimal): -3427380 or 13415371. OLE color: 13415371.
HSL color Cylindrical-coordinate representation of color #CBB3CC: hue angle of 297.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB3CC is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 179 | 204 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.2 |
| HSL | 297.6º | 0.2% | 0.75% | - |
| HSV(B) | 297.6º | 0.12% | 0.8% | - |
| XYZ | 51.65 | 49.3 | 63.92 | - |
| YUV | 189.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 204 | 0.00 | 0.12 | 0 | 0.2 | 297.6 | 0.2 | 0.75 |
| Hex | CB | B3 | CC | 0 | C | 0 | 14 | 12A | 14 | 4B |
| Octal | 313 | 263 | 314 | 0 | 14 | 0 | 24 | 452 | 24 | 113 |
| Binary | 11001011 | 10110011 | 11001100 | 0 | 1100 | 0 | 10100 | 100101010 | 10100 | 1001011 |
Color Harmonies of #CBB3CC
Complementary color
Monochromatic Colors of #CBB3CC
Black with #CBB3CC
Text Example
Text Example
White with #CBB3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3CC; }
p { color: rgb(203,179,204); }
H1.HeaderClassName
{
color: #CBB3CC;
}
.AnyTagClassName
{
color: #CBB3CC;
}
</style>
background-color css
<style>
a { background-color: #CBB3CC; }
a { background-color: rgb(203,179,204); }
div.DivClassName
{
background-color: #CBB3CC;
}
.BgClassName
{
background-color: #CBB3CC;
}
</style>
border-color css
<style>
span { border-color: #CBB3CC; }
span { border-color: rgb(203,179,204); }
td.TdClassName
{
border-color: #CBB3CC;
}
.TagClassName
{
border-color: #CBB3CC;
}
</style>