Shades of Lilac #CBB4CC
Tints of Lilac #CBB4CC
RGB
CMYK
RGB Variations
Color information
#CBB4CC (or 0xCBB4CC) is known color: Lilac. HEX triplet: CB, B4 and CC. RGB value is (203,180,204). Sum of RGB (Red+Green+Blue) = 203+180+204=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBB4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4CC is #344B33. Grayscale: #BDBDBD. Windows color (decimal): -3427124 or 13415627. OLE color: 13415627.
HSL color Cylindrical-coordinate representation of color #CBB4CC: hue angle of 297.5º degrees, saturation: 0.19, 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 #CBB4CC is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 180 | 204 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.2 |
| HSL | 297.5º | 0.19% | 0.75% | - |
| HSV(B) | 297.5º | 0.12% | 0.8% | - |
| XYZ | 51.85 | 49.7 | 63.99 | - |
| YUV | 189.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 204 | 0.00 | 0.12 | 0 | 0.2 | 297.5 | 0.19 | 0.75 |
| Hex | CB | B4 | CC | 0 | C | 0 | 14 | 12A | 13 | 4B |
| Octal | 313 | 264 | 314 | 0 | 14 | 0 | 24 | 452 | 23 | 113 |
| Binary | 11001011 | 10110100 | 11001100 | 0 | 1100 | 0 | 10100 | 100101010 | 10011 | 1001011 |
Color Harmonies of #CBB4CC
Complementary color
Monochromatic Colors of #CBB4CC
Black with #CBB4CC
Text Example
Text Example
White with #CBB4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4CC; }
p { color: rgb(203,180,204); }
H1.HeaderClassName
{
color: #CBB4CC;
}
.AnyTagClassName
{
color: #CBB4CC;
}
</style>
background-color css
<style>
a { background-color: #CBB4CC; }
a { background-color: rgb(203,180,204); }
div.DivClassName
{
background-color: #CBB4CC;
}
.BgClassName
{
background-color: #CBB4CC;
}
</style>
border-color css
<style>
span { border-color: #CBB4CC; }
span { border-color: rgb(203,180,204); }
td.TdClassName
{
border-color: #CBB4CC;
}
.TagClassName
{
border-color: #CBB4CC;
}
</style>