Shades of Lilac #CBA6CD
Tints of Lilac #CBA6CD
RGB
CMYK
RGB Variations
Color information
#CBA6CD (or 0xCBA6CD) is known color: Lilac. HEX triplet: CB, A6 and CD. RGB value is (203,166,205). Sum of RGB (Red+Green+Blue) = 203+166+205=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6CD is #345932. Grayscale: #B5B5B5. Windows color (decimal): -3430707 or 13477579. OLE color: 13477579.
HSL color Cylindrical-coordinate representation of color #CBA6CD: hue angle of 296.92º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA6CD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 205 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.20 |
| HSL | 296.92º | 0.28% | 0.73% | - |
| HSV(B) | 296.92º | 0.19% | 0.8% | - |
| XYZ | 49.28 | 44.38 | 63.73 | - |
| YUV | 181.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 205 | 0.01 | 0.19 | 0 | 0.20 | 296.92 | 0.28 | 0.73 |
| Hex | CB | A6 | CD | 1 | 13 | 0 | 14 | 129 | 1C | 49 |
| Octal | 313 | 246 | 315 | 1 | 23 | 0 | 24 | 451 | 34 | 111 |
| Binary | 11001011 | 10100110 | 11001101 | 1 | 10011 | 0 | 10100 | 100101001 | 11100 | 1001001 |
Color Harmonies of #CBA6CD
Complementary color
Monochromatic Colors of #CBA6CD
Black with #CBA6CD
Text Example
Text Example
White with #CBA6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6CD; }
p { color: rgb(203,166,205); }
H1.HeaderClassName
{
color: #CBA6CD;
}
.AnyTagClassName
{
color: #CBA6CD;
}
</style>
background-color css
<style>
a { background-color: #CBA6CD; }
a { background-color: rgb(203,166,205); }
div.DivClassName
{
background-color: #CBA6CD;
}
.BgClassName
{
background-color: #CBA6CD;
}
</style>
border-color css
<style>
span { border-color: #CBA6CD; }
span { border-color: rgb(203,166,205); }
td.TdClassName
{
border-color: #CBA6CD;
}
.TagClassName
{
border-color: #CBA6CD;
}
</style>