Shades of Lilac #CBA1CC
Tints of Lilac #CBA1CC
RGB
CMYK
RGB Variations
Color information
#CBA1CC (or 0xCBA1CC) is known color: Lilac. HEX triplet: CB, A1 and CC. RGB value is (203,161,204). Sum of RGB (Red+Green+Blue) = 203+161+204=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1CC is #345E33. Grayscale: #B2B2B2. Windows color (decimal): -3431988 or 13410763. OLE color: 13410763.
HSL color Cylindrical-coordinate representation of color #CBA1CC: hue angle of 298.6º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1CC is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 161 | 204 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.2 |
| HSL | 298.6º | 0.3% | 0.72% | - |
| HSV(B) | 298.6º | 0.21% | 0.8% | - |
| XYZ | 48.27 | 42.55 | 62.79 | - |
| YUV | 178.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 204 | 0.00 | 0.21 | 0 | 0.2 | 298.6 | 0.3 | 0.72 |
| Hex | CB | A1 | CC | 0 | 15 | 0 | 14 | 12B | 1E | 48 |
| Octal | 313 | 241 | 314 | 0 | 25 | 0 | 24 | 453 | 36 | 110 |
| Binary | 11001011 | 10100001 | 11001100 | 0 | 10101 | 0 | 10100 | 100101011 | 11110 | 1001000 |
Color Harmonies of #CBA1CC
Complementary color
Monochromatic Colors of #CBA1CC
Black with #CBA1CC
Text Example
Text Example
White with #CBA1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1CC; }
p { color: rgb(203,161,204); }
H1.HeaderClassName
{
color: #CBA1CC;
}
.AnyTagClassName
{
color: #CBA1CC;
}
</style>
background-color css
<style>
a { background-color: #CBA1CC; }
a { background-color: rgb(203,161,204); }
div.DivClassName
{
background-color: #CBA1CC;
}
.BgClassName
{
background-color: #CBA1CC;
}
</style>
border-color css
<style>
span { border-color: #CBA1CC; }
span { border-color: rgb(203,161,204); }
td.TdClassName
{
border-color: #CBA1CC;
}
.TagClassName
{
border-color: #CBA1CC;
}
</style>