Shades of Lilac #CBA4CE
Tints of Lilac #CBA4CE
RGB
CMYK
RGB Variations
Color information
#CBA4CE (or 0xCBA4CE) is known color: Lilac. HEX triplet: CB, A4 and CE. RGB value is (203,164,206). Sum of RGB (Red+Green+Blue) = 203+164+206=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4CE is #345B31. Grayscale: #B4B4B4. Windows color (decimal): -3431218 or 13542603. OLE color: 13542603.
HSL color Cylindrical-coordinate representation of color #CBA4CE: hue angle of 295.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA4CE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 164 | 206 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.19 |
| HSL | 295.71º | 0.3% | 0.73% | - |
| HSV(B) | 295.71º | 0.2% | 0.81% | - |
| XYZ | 49.04 | 43.7 | 64.24 | - |
| YUV | 180.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 206 | 0.01 | 0.20 | 0 | 0.19 | 295.71 | 0.3 | 0.73 |
| Hex | CB | A4 | CE | 1 | 14 | 0 | 13 | 128 | 1E | 49 |
| Octal | 313 | 244 | 316 | 1 | 24 | 0 | 23 | 450 | 36 | 111 |
| Binary | 11001011 | 10100100 | 11001110 | 1 | 10100 | 0 | 10011 | 100101000 | 11110 | 1001001 |
Color Harmonies of #CBA4CE
Complementary color
Monochromatic Colors of #CBA4CE
Black with #CBA4CE
Text Example
Text Example
White with #CBA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4CE; }
p { color: rgb(203,164,206); }
H1.HeaderClassName
{
color: #CBA4CE;
}
.AnyTagClassName
{
color: #CBA4CE;
}
</style>
background-color css
<style>
a { background-color: #CBA4CE; }
a { background-color: rgb(203,164,206); }
div.DivClassName
{
background-color: #CBA4CE;
}
.BgClassName
{
background-color: #CBA4CE;
}
</style>
border-color css
<style>
span { border-color: #CBA4CE; }
span { border-color: rgb(203,164,206); }
td.TdClassName
{
border-color: #CBA4CE;
}
.TagClassName
{
border-color: #CBA4CE;
}
</style>