Shades of Lilac #CBA1CD
Tints of Lilac #CBA1CD
RGB
CMYK
RGB Variations
Color information
#CBA1CD (or 0xCBA1CD) is known color: Lilac. HEX triplet: CB, A1 and CD. RGB value is (203,161,205). Sum of RGB (Red+Green+Blue) = 203+161+205=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1CD is #345E32. Grayscale: #B2B2B2. Windows color (decimal): -3431987 or 13476299. OLE color: 13476299.
HSL color Cylindrical-coordinate representation of color #CBA1CD: hue angle of 297.27º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1CD is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 205 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.20 |
| HSL | 297.27º | 0.31% | 0.72% | - |
| HSV(B) | 297.27º | 0.21% | 0.8% | - |
| XYZ | 48.39 | 42.59 | 63.43 | - |
| YUV | 178.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 205 | 0.01 | 0.21 | 0 | 0.20 | 297.27 | 0.31 | 0.72 |
| Hex | CB | A1 | CD | 1 | 15 | 0 | 14 | 129 | 1F | 48 |
| Octal | 313 | 241 | 315 | 1 | 25 | 0 | 24 | 451 | 37 | 110 |
| Binary | 11001011 | 10100001 | 11001101 | 1 | 10101 | 0 | 10100 | 100101001 | 11111 | 1001000 |
Color Harmonies of #CBA1CD
Complementary color
Monochromatic Colors of #CBA1CD
Black with #CBA1CD
Text Example
Text Example
White with #CBA1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1CD; }
p { color: rgb(203,161,205); }
H1.HeaderClassName
{
color: #CBA1CD;
}
.AnyTagClassName
{
color: #CBA1CD;
}
</style>
background-color css
<style>
a { background-color: #CBA1CD; }
a { background-color: rgb(203,161,205); }
div.DivClassName
{
background-color: #CBA1CD;
}
.BgClassName
{
background-color: #CBA1CD;
}
</style>
border-color css
<style>
span { border-color: #CBA1CD; }
span { border-color: rgb(203,161,205); }
td.TdClassName
{
border-color: #CBA1CD;
}
.TagClassName
{
border-color: #CBA1CD;
}
</style>