Shades of Lilac #CBB1CC
Tints of Lilac #CBB1CC
RGB
CMYK
RGB Variations
Color information
#CBB1CC (or 0xCBB1CC) is known color: Lilac. HEX triplet: CB, B1 and CC. RGB value is (203,177,204). Sum of RGB (Red+Green+Blue) = 203+177+204=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBB1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1CC is #344E33. Grayscale: #BBBBBB. Windows color (decimal): -3427892 or 13414859. OLE color: 13414859.
HSL color Cylindrical-coordinate representation of color #CBB1CC: hue angle of 297.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB1CC is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 177 | 204 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.2 |
| HSL | 297.78º | 0.21% | 0.75% | - |
| HSV(B) | 297.78º | 0.13% | 0.8% | - |
| XYZ | 51.25 | 48.5 | 63.79 | - |
| YUV | 187.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 204 | 0.00 | 0.13 | 0 | 0.2 | 297.78 | 0.21 | 0.75 |
| Hex | CB | B1 | CC | 0 | D | 0 | 14 | 12A | 15 | 4B |
| Octal | 313 | 261 | 314 | 0 | 15 | 0 | 24 | 452 | 25 | 113 |
| Binary | 11001011 | 10110001 | 11001100 | 0 | 1101 | 0 | 10100 | 100101010 | 10101 | 1001011 |
Color Harmonies of #CBB1CC
Complementary color
Monochromatic Colors of #CBB1CC
Black with #CBB1CC
Text Example
Text Example
White with #CBB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1CC; }
p { color: rgb(203,177,204); }
H1.HeaderClassName
{
color: #CBB1CC;
}
.AnyTagClassName
{
color: #CBB1CC;
}
</style>
background-color css
<style>
a { background-color: #CBB1CC; }
a { background-color: rgb(203,177,204); }
div.DivClassName
{
background-color: #CBB1CC;
}
.BgClassName
{
background-color: #CBB1CC;
}
</style>
border-color css
<style>
span { border-color: #CBB1CC; }
span { border-color: rgb(203,177,204); }
td.TdClassName
{
border-color: #CBB1CC;
}
.TagClassName
{
border-color: #CBB1CC;
}
</style>