Shades of Lilac #CBAAC6
Tints of Lilac #CBAAC6
RGB
CMYK
RGB Variations
Color information
#CBAAC6 (or 0xCBAAC6) is known color: Lilac. HEX triplet: CB, AA and C6. RGB value is (203,170,198). Sum of RGB (Red+Green+Blue) = 203+170+198=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAC6 is #345539. Grayscale: #B6B6B6. Windows color (decimal): -3429690 or 13019851. OLE color: 13019851.
HSL color Cylindrical-coordinate representation of color #CBAAC6: hue angle of 309.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAAC6 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 198 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.20 |
| HSL | 309.09º | 0.24% | 0.73% | - |
| HSV(B) | 309.09º | 0.16% | 0.8% | - |
| XYZ | 49.2 | 45.52 | 59.62 | - |
| YUV | 183.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 198 | 0 | 0.16 | 0.02 | 0.20 | 309.09 | 0.24 | 0.73 |
| Hex | CB | AA | C6 | 0 | 10 | 2 | 14 | 135 | 18 | 49 |
| Octal | 313 | 252 | 306 | 0 | 20 | 2 | 24 | 465 | 30 | 111 |
| Binary | 11001011 | 10101010 | 11000110 | 0 | 10000 | 10 | 10100 | 100110101 | 11000 | 1001001 |
Color Harmonies of #CBAAC6
Complementary color
Monochromatic Colors of #CBAAC6
Black with #CBAAC6
Text Example
Text Example
White with #CBAAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAC6; }
p { color: rgb(203,170,198); }
H1.HeaderClassName
{
color: #CBAAC6;
}
.AnyTagClassName
{
color: #CBAAC6;
}
</style>
background-color css
<style>
a { background-color: #CBAAC6; }
a { background-color: rgb(203,170,198); }
div.DivClassName
{
background-color: #CBAAC6;
}
.BgClassName
{
background-color: #CBAAC6;
}
</style>
border-color css
<style>
span { border-color: #CBAAC6; }
span { border-color: rgb(203,170,198); }
td.TdClassName
{
border-color: #CBAAC6;
}
.TagClassName
{
border-color: #CBAAC6;
}
</style>