Shades of Lilac #CBA3C8
Tints of Lilac #CBA3C8
RGB
CMYK
RGB Variations
Color information
#CBA3C8 (or 0xCBA3C8) is known color: Lilac. HEX triplet: CB, A3 and C8. RGB value is (203,163,200). Sum of RGB (Red+Green+Blue) = 203+163+200=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3C8 is #345C37. Grayscale: #B3B3B3. Windows color (decimal): -3431480 or 13149131. OLE color: 13149131.
HSL color Cylindrical-coordinate representation of color #CBA3C8: hue angle of 304.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 #CBA3C8 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 200 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.20 |
| HSL | 304.5º | 0.28% | 0.72% | - |
| HSV(B) | 304.5º | 0.2% | 0.8% | - |
| XYZ | 48.15 | 43.06 | 60.42 | - |
| YUV | 179.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 200 | 0 | 0.20 | 0.01 | 0.20 | 304.5 | 0.28 | 0.72 |
| Hex | CB | A3 | C8 | 0 | 14 | 1 | 14 | 130 | 1C | 48 |
| Octal | 313 | 243 | 310 | 0 | 24 | 1 | 24 | 460 | 34 | 110 |
| Binary | 11001011 | 10100011 | 11001000 | 0 | 10100 | 1 | 10100 | 100110000 | 11100 | 1001000 |
Color Harmonies of #CBA3C8
Complementary color
Monochromatic Colors of #CBA3C8
Black with #CBA3C8
Text Example
Text Example
White with #CBA3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3C8; }
p { color: rgb(203,163,200); }
H1.HeaderClassName
{
color: #CBA3C8;
}
.AnyTagClassName
{
color: #CBA3C8;
}
</style>
background-color css
<style>
a { background-color: #CBA3C8; }
a { background-color: rgb(203,163,200); }
div.DivClassName
{
background-color: #CBA3C8;
}
.BgClassName
{
background-color: #CBA3C8;
}
</style>
border-color css
<style>
span { border-color: #CBA3C8; }
span { border-color: rgb(203,163,200); }
td.TdClassName
{
border-color: #CBA3C8;
}
.TagClassName
{
border-color: #CBA3C8;
}
</style>