Shades of Lilac #CBA3CE
Tints of Lilac #CBA3CE
RGB
CMYK
RGB Variations
Color information
#CBA3CE (or 0xCBA3CE) is known color: Lilac. HEX triplet: CB, A3 and CE. RGB value is (203,163,206). Sum of RGB (Red+Green+Blue) = 203+163+206=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3CE is #345C31. Grayscale: #B3B3B3. Windows color (decimal): -3431474 or 13542347. OLE color: 13542347.
HSL color Cylindrical-coordinate representation of color #CBA3CE: hue angle of 295.81º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA3CE is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 163 | 206 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.19 |
| HSL | 295.81º | 0.3% | 0.72% | - |
| HSV(B) | 295.81º | 0.21% | 0.81% | - |
| XYZ | 48.87 | 43.35 | 64.18 | - |
| YUV | 179.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 206 | 0.01 | 0.21 | 0 | 0.19 | 295.81 | 0.3 | 0.72 |
| Hex | CB | A3 | CE | 1 | 15 | 0 | 13 | 128 | 1E | 48 |
| Octal | 313 | 243 | 316 | 1 | 25 | 0 | 23 | 450 | 36 | 110 |
| Binary | 11001011 | 10100011 | 11001110 | 1 | 10101 | 0 | 10011 | 100101000 | 11110 | 1001000 |
Color Harmonies of #CBA3CE
Complementary color
Monochromatic Colors of #CBA3CE
Black with #CBA3CE
Text Example
Text Example
White with #CBA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3CE; }
p { color: rgb(203,163,206); }
H1.HeaderClassName
{
color: #CBA3CE;
}
.AnyTagClassName
{
color: #CBA3CE;
}
</style>
background-color css
<style>
a { background-color: #CBA3CE; }
a { background-color: rgb(203,163,206); }
div.DivClassName
{
background-color: #CBA3CE;
}
.BgClassName
{
background-color: #CBA3CE;
}
</style>
border-color css
<style>
span { border-color: #CBA3CE; }
span { border-color: rgb(203,163,206); }
td.TdClassName
{
border-color: #CBA3CE;
}
.TagClassName
{
border-color: #CBA3CE;
}
</style>