Shades of Lilac #CBA4CC
Tints of Lilac #CBA4CC
RGB
CMYK
RGB Variations
Color information
#CBA4CC (or 0xCBA4CC) is known color: Lilac. HEX triplet: CB, A4 and CC. RGB value is (203,164,204). Sum of RGB (Red+Green+Blue) = 203+164+204=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBA4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4CC is #345B33. Grayscale: #B4B4B4. Windows color (decimal): -3431220 or 13411531. OLE color: 13411531.
HSL color Cylindrical-coordinate representation of color #CBA4CC: hue angle of 298.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA4CC is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 164 | 204 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.2 |
| HSL | 298.5º | 0.28% | 0.72% | - |
| HSV(B) | 298.5º | 0.2% | 0.8% | - |
| XYZ | 48.8 | 43.61 | 62.97 | - |
| YUV | 180.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 204 | 0.00 | 0.20 | 0 | 0.2 | 298.5 | 0.28 | 0.72 |
| Hex | CB | A4 | CC | 0 | 14 | 0 | 14 | 12A | 1C | 48 |
| Octal | 313 | 244 | 314 | 0 | 24 | 0 | 24 | 452 | 34 | 110 |
| Binary | 11001011 | 10100100 | 11001100 | 0 | 10100 | 0 | 10100 | 100101010 | 11100 | 1001000 |
Color Harmonies of #CBA4CC
Complementary color
Monochromatic Colors of #CBA4CC
Black with #CBA4CC
Text Example
Text Example
White with #CBA4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4CC; }
p { color: rgb(203,164,204); }
H1.HeaderClassName
{
color: #CBA4CC;
}
.AnyTagClassName
{
color: #CBA4CC;
}
</style>
background-color css
<style>
a { background-color: #CBA4CC; }
a { background-color: rgb(203,164,204); }
div.DivClassName
{
background-color: #CBA4CC;
}
.BgClassName
{
background-color: #CBA4CC;
}
</style>
border-color css
<style>
span { border-color: #CBA4CC; }
span { border-color: rgb(203,164,204); }
td.TdClassName
{
border-color: #CBA4CC;
}
.TagClassName
{
border-color: #CBA4CC;
}
</style>