Shades of Lilac #CBB6CA
Tints of Lilac #CBB6CA
RGB
CMYK
RGB Variations
Color information
#CBB6CA (or 0xCBB6CA) is known color: Lilac. HEX triplet: CB, B6 and CA. RGB value is (203,182,202). Sum of RGB (Red+Green+Blue) = 203+182+202=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6CA is #344935. Grayscale: #BEBEBE. Windows color (decimal): -3426614 or 13285067. OLE color: 13285067.
HSL color Cylindrical-coordinate representation of color #CBB6CA: hue angle of 302.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBB6CA is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 202 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.20 |
| HSL | 302.86º | 0.17% | 0.75% | - |
| HSV(B) | 302.86º | 0.1% | 0.8% | - |
| XYZ | 52.02 | 50.42 | 62.87 | - |
| YUV | 190.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 202 | 0 | 0.10 | 0.00 | 0.20 | 302.86 | 0.17 | 0.75 |
| Hex | CB | B6 | CA | 0 | A | 0 | 14 | 12F | 11 | 4B |
| Octal | 313 | 266 | 312 | 0 | 12 | 0 | 24 | 457 | 21 | 113 |
| Binary | 11001011 | 10110110 | 11001010 | 0 | 1010 | 0 | 10100 | 100101111 | 10001 | 1001011 |
Color Harmonies of #CBB6CA
Complementary color
Monochromatic Colors of #CBB6CA
Black with #CBB6CA
Text Example
Text Example
White with #CBB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6CA; }
p { color: rgb(203,182,202); }
H1.HeaderClassName
{
color: #CBB6CA;
}
.AnyTagClassName
{
color: #CBB6CA;
}
</style>
background-color css
<style>
a { background-color: #CBB6CA; }
a { background-color: rgb(203,182,202); }
div.DivClassName
{
background-color: #CBB6CA;
}
.BgClassName
{
background-color: #CBB6CA;
}
</style>
border-color css
<style>
span { border-color: #CBB6CA; }
span { border-color: rgb(203,182,202); }
td.TdClassName
{
border-color: #CBB6CA;
}
.TagClassName
{
border-color: #CBB6CA;
}
</style>