Shades of Lilac #CBA7CC
Tints of Lilac #CBA7CC
RGB
CMYK
RGB Variations
Color information
#CBA7CC (or 0xCBA7CC) is known color: Lilac. HEX triplet: CB, A7 and CC. RGB value is (203,167,204). Sum of RGB (Red+Green+Blue) = 203+167+204=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBA7CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7CC is #345833. Grayscale: #B5B5B5. Windows color (decimal): -3430452 or 13412299. OLE color: 13412299.
HSL color Cylindrical-coordinate representation of color #CBA7CC: hue angle of 298.38º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA7CC is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 167 | 204 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.2 |
| HSL | 298.38º | 0.27% | 0.73% | - |
| HSV(B) | 298.38º | 0.18% | 0.8% | - |
| XYZ | 49.35 | 44.69 | 63.15 | - |
| YUV | 181.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 204 | 0.00 | 0.18 | 0 | 0.2 | 298.38 | 0.27 | 0.73 |
| Hex | CB | A7 | CC | 0 | 12 | 0 | 14 | 12A | 1B | 49 |
| Octal | 313 | 247 | 314 | 0 | 22 | 0 | 24 | 452 | 33 | 111 |
| Binary | 11001011 | 10100111 | 11001100 | 0 | 10010 | 0 | 10100 | 100101010 | 11011 | 1001001 |
Color Harmonies of #CBA7CC
Complementary color
Monochromatic Colors of #CBA7CC
Black with #CBA7CC
Text Example
Text Example
White with #CBA7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7CC; }
p { color: rgb(203,167,204); }
H1.HeaderClassName
{
color: #CBA7CC;
}
.AnyTagClassName
{
color: #CBA7CC;
}
</style>
background-color css
<style>
a { background-color: #CBA7CC; }
a { background-color: rgb(203,167,204); }
div.DivClassName
{
background-color: #CBA7CC;
}
.BgClassName
{
background-color: #CBA7CC;
}
</style>
border-color css
<style>
span { border-color: #CBA7CC; }
span { border-color: rgb(203,167,204); }
td.TdClassName
{
border-color: #CBA7CC;
}
.TagClassName
{
border-color: #CBA7CC;
}
</style>