Shades of Lilac #CBB3CA
Tints of Lilac #CBB3CA
RGB
CMYK
RGB Variations
Color information
#CBB3CA (or 0xCBB3CA) is known color: Lilac. HEX triplet: CB, B3 and CA. RGB value is (203,179,202). Sum of RGB (Red+Green+Blue) = 203+179+202=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3CA is #344C35. Grayscale: #BCBCBC. Windows color (decimal): -3427382 or 13284299. OLE color: 13284299.
HSL color Cylindrical-coordinate representation of color #CBB3CA: hue angle of 302.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 #CBB3CA is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 202 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.20 |
| HSL | 302.5º | 0.19% | 0.75% | - |
| HSV(B) | 302.5º | 0.12% | 0.8% | - |
| XYZ | 51.41 | 49.2 | 62.66 | - |
| YUV | 188.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 202 | 0 | 0.12 | 0.00 | 0.20 | 302.5 | 0.19 | 0.75 |
| Hex | CB | B3 | CA | 0 | C | 0 | 14 | 12E | 13 | 4B |
| Octal | 313 | 263 | 312 | 0 | 14 | 0 | 24 | 456 | 23 | 113 |
| Binary | 11001011 | 10110011 | 11001010 | 0 | 1100 | 0 | 10100 | 100101110 | 10011 | 1001011 |
Color Harmonies of #CBB3CA
Complementary color
Monochromatic Colors of #CBB3CA
Black with #CBB3CA
Text Example
Text Example
White with #CBB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3CA; }
p { color: rgb(203,179,202); }
H1.HeaderClassName
{
color: #CBB3CA;
}
.AnyTagClassName
{
color: #CBB3CA;
}
</style>
background-color css
<style>
a { background-color: #CBB3CA; }
a { background-color: rgb(203,179,202); }
div.DivClassName
{
background-color: #CBB3CA;
}
.BgClassName
{
background-color: #CBB3CA;
}
</style>
border-color css
<style>
span { border-color: #CBB3CA; }
span { border-color: rgb(203,179,202); }
td.TdClassName
{
border-color: #CBB3CA;
}
.TagClassName
{
border-color: #CBB3CA;
}
</style>