Shades of Lilac #CBB5CC
Tints of Lilac #CBB5CC
RGB
CMYK
RGB Variations
Color information
#CBB5CC (or 0xCBB5CC) is known color: Lilac. HEX triplet: CB, B5 and CC. RGB value is (203,181,204). Sum of RGB (Red+Green+Blue) = 203+181+204=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5CC is #344A33. Grayscale: #BEBEBE. Windows color (decimal): -3426868 or 13415883. OLE color: 13415883.
HSL color Cylindrical-coordinate representation of color #CBB5CC: hue angle of 297.39º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB5CC is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 181 | 204 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.2 |
| HSL | 297.39º | 0.18% | 0.75% | - |
| HSV(B) | 297.39º | 0.11% | 0.8% | - |
| XYZ | 52.05 | 50.1 | 64.05 | - |
| YUV | 190.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 204 | 0.00 | 0.11 | 0 | 0.2 | 297.39 | 0.18 | 0.75 |
| Hex | CB | B5 | CC | 0 | B | 0 | 14 | 129 | 12 | 4B |
| Octal | 313 | 265 | 314 | 0 | 13 | 0 | 24 | 451 | 22 | 113 |
| Binary | 11001011 | 10110101 | 11001100 | 0 | 1011 | 0 | 10100 | 100101001 | 10010 | 1001011 |
Color Harmonies of #CBB5CC
Complementary color
Monochromatic Colors of #CBB5CC
Black with #CBB5CC
Text Example
Text Example
White with #CBB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5CC; }
p { color: rgb(203,181,204); }
H1.HeaderClassName
{
color: #CBB5CC;
}
.AnyTagClassName
{
color: #CBB5CC;
}
</style>
background-color css
<style>
a { background-color: #CBB5CC; }
a { background-color: rgb(203,181,204); }
div.DivClassName
{
background-color: #CBB5CC;
}
.BgClassName
{
background-color: #CBB5CC;
}
</style>
border-color css
<style>
span { border-color: #CBB5CC; }
span { border-color: rgb(203,181,204); }
td.TdClassName
{
border-color: #CBB5CC;
}
.TagClassName
{
border-color: #CBB5CC;
}
</style>