Shades of Lilac #CBB2CC
Tints of Lilac #CBB2CC
RGB
CMYK
RGB Variations
Color information
#CBB2CC (or 0xCBB2CC) is known color: Lilac. HEX triplet: CB, B2 and CC. RGB value is (203,178,204). Sum of RGB (Red+Green+Blue) = 203+178+204=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2CC is #344D33. Grayscale: #BCBCBC. Windows color (decimal): -3427636 or 13415115. OLE color: 13415115.
HSL color Cylindrical-coordinate representation of color #CBB2CC: hue angle of 297.69º degrees, saturation: 0.2, 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 #CBB2CC is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 178 | 204 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.2 |
| HSL | 297.69º | 0.2% | 0.75% | - |
| HSV(B) | 297.69º | 0.13% | 0.8% | - |
| XYZ | 51.45 | 48.9 | 63.85 | - |
| YUV | 188.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 204 | 0.00 | 0.13 | 0 | 0.2 | 297.69 | 0.2 | 0.75 |
| Hex | CB | B2 | CC | 0 | D | 0 | 14 | 12A | 14 | 4B |
| Octal | 313 | 262 | 314 | 0 | 15 | 0 | 24 | 452 | 24 | 113 |
| Binary | 11001011 | 10110010 | 11001100 | 0 | 1101 | 0 | 10100 | 100101010 | 10100 | 1001011 |
Color Harmonies of #CBB2CC
Complementary color
Monochromatic Colors of #CBB2CC
Black with #CBB2CC
Text Example
Text Example
White with #CBB2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2CC; }
p { color: rgb(203,178,204); }
H1.HeaderClassName
{
color: #CBB2CC;
}
.AnyTagClassName
{
color: #CBB2CC;
}
</style>
background-color css
<style>
a { background-color: #CBB2CC; }
a { background-color: rgb(203,178,204); }
div.DivClassName
{
background-color: #CBB2CC;
}
.BgClassName
{
background-color: #CBB2CC;
}
</style>
border-color css
<style>
span { border-color: #CBB2CC; }
span { border-color: rgb(203,178,204); }
td.TdClassName
{
border-color: #CBB2CC;
}
.TagClassName
{
border-color: #CBB2CC;
}
</style>