Shades of Lilac #CBB5CA
Tints of Lilac #CBB5CA
RGB
CMYK
RGB Variations
Color information
#CBB5CA (or 0xCBB5CA) is known color: Lilac. HEX triplet: CB, B5 and CA. RGB value is (203,181,202). Sum of RGB (Red+Green+Blue) = 203+181+202=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5CA is #344A35. Grayscale: #BDBDBD. Windows color (decimal): -3426870 or 13284811. OLE color: 13284811.
HSL color Cylindrical-coordinate representation of color #CBB5CA: hue angle of 302.73º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB5CA is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 202 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.20 |
| HSL | 302.73º | 0.17% | 0.75% | - |
| HSV(B) | 302.73º | 0.11% | 0.8% | - |
| XYZ | 51.81 | 50.01 | 62.8 | - |
| YUV | 189.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 202 | 0 | 0.11 | 0.00 | 0.20 | 302.73 | 0.17 | 0.75 |
| Hex | CB | B5 | CA | 0 | B | 0 | 14 | 12F | 11 | 4B |
| Octal | 313 | 265 | 312 | 0 | 13 | 0 | 24 | 457 | 21 | 113 |
| Binary | 11001011 | 10110101 | 11001010 | 0 | 1011 | 0 | 10100 | 100101111 | 10001 | 1001011 |
Color Harmonies of #CBB5CA
Complementary color
Monochromatic Colors of #CBB5CA
Black with #CBB5CA
Text Example
Text Example
White with #CBB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5CA; }
p { color: rgb(203,181,202); }
H1.HeaderClassName
{
color: #CBB5CA;
}
.AnyTagClassName
{
color: #CBB5CA;
}
</style>
background-color css
<style>
a { background-color: #CBB5CA; }
a { background-color: rgb(203,181,202); }
div.DivClassName
{
background-color: #CBB5CA;
}
.BgClassName
{
background-color: #CBB5CA;
}
</style>
border-color css
<style>
span { border-color: #CBB5CA; }
span { border-color: rgb(203,181,202); }
td.TdClassName
{
border-color: #CBB5CA;
}
.TagClassName
{
border-color: #CBB5CA;
}
</style>