Shades of Lilac #CBA8CC
Tints of Lilac #CBA8CC
RGB
CMYK
RGB Variations
Color information
#CBA8CC (or 0xCBA8CC) is known color: Lilac. HEX triplet: CB, A8 and CC. RGB value is (203,168,204). Sum of RGB (Red+Green+Blue) = 203+168+204=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8CC is #345733. Grayscale: #B6B6B6. Windows color (decimal): -3430196 or 13412555. OLE color: 13412555.
HSL color Cylindrical-coordinate representation of color #CBA8CC: hue angle of 298.33º degrees, saturation: 0.26, 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 #CBA8CC is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 168 | 204 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.2 |
| HSL | 298.33º | 0.26% | 0.73% | - |
| HSV(B) | 298.33º | 0.18% | 0.8% | - |
| XYZ | 49.53 | 45.06 | 63.21 | - |
| YUV | 182.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 204 | 0.00 | 0.18 | 0 | 0.2 | 298.33 | 0.26 | 0.73 |
| Hex | CB | A8 | CC | 0 | 12 | 0 | 14 | 12A | 1A | 49 |
| Octal | 313 | 250 | 314 | 0 | 22 | 0 | 24 | 452 | 32 | 111 |
| Binary | 11001011 | 10101000 | 11001100 | 0 | 10010 | 0 | 10100 | 100101010 | 11010 | 1001001 |
Color Harmonies of #CBA8CC
Complementary color
Monochromatic Colors of #CBA8CC
Black with #CBA8CC
Text Example
Text Example
White with #CBA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8CC; }
p { color: rgb(203,168,204); }
H1.HeaderClassName
{
color: #CBA8CC;
}
.AnyTagClassName
{
color: #CBA8CC;
}
</style>
background-color css
<style>
a { background-color: #CBA8CC; }
a { background-color: rgb(203,168,204); }
div.DivClassName
{
background-color: #CBA8CC;
}
.BgClassName
{
background-color: #CBA8CC;
}
</style>
border-color css
<style>
span { border-color: #CBA8CC; }
span { border-color: rgb(203,168,204); }
td.TdClassName
{
border-color: #CBA8CC;
}
.TagClassName
{
border-color: #CBA8CC;
}
</style>