Shades of Lilac #CBA1CE
Tints of Lilac #CBA1CE
RGB
CMYK
RGB Variations
Color information
#CBA1CE (or 0xCBA1CE) is known color: Lilac. HEX triplet: CB, A1 and CE. RGB value is (203,161,206). Sum of RGB (Red+Green+Blue) = 203+161+206=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1CE is #345E31. Grayscale: #B2B2B2. Windows color (decimal): -3431986 or 13541835. OLE color: 13541835.
HSL color Cylindrical-coordinate representation of color #CBA1CE: hue angle of 296º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBA1CE is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 161 | 206 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.19 |
| HSL | 296º | 0.31% | 0.72% | - |
| HSV(B) | 296º | 0.22% | 0.81% | - |
| XYZ | 48.51 | 42.64 | 64.07 | - |
| YUV | 178.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 206 | 0.01 | 0.22 | 0 | 0.19 | 296 | 0.31 | 0.72 |
| Hex | CB | A1 | CE | 1 | 16 | 0 | 13 | 128 | 1F | 48 |
| Octal | 313 | 241 | 316 | 1 | 26 | 0 | 23 | 450 | 37 | 110 |
| Binary | 11001011 | 10100001 | 11001110 | 1 | 10110 | 0 | 10011 | 100101000 | 11111 | 1001000 |
Color Harmonies of #CBA1CE
Complementary color
Monochromatic Colors of #CBA1CE
Black with #CBA1CE
Text Example
Text Example
White with #CBA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1CE; }
p { color: rgb(203,161,206); }
H1.HeaderClassName
{
color: #CBA1CE;
}
.AnyTagClassName
{
color: #CBA1CE;
}
</style>
background-color css
<style>
a { background-color: #CBA1CE; }
a { background-color: rgb(203,161,206); }
div.DivClassName
{
background-color: #CBA1CE;
}
.BgClassName
{
background-color: #CBA1CE;
}
</style>
border-color css
<style>
span { border-color: #CBA1CE; }
span { border-color: rgb(203,161,206); }
td.TdClassName
{
border-color: #CBA1CE;
}
.TagClassName
{
border-color: #CBA1CE;
}
</style>