Shades of Lilac #CBACC9
Tints of Lilac #CBACC9
RGB
CMYK
RGB Variations
Color information
#CBACC9 (or 0xCBACC9) is known color: Lilac. HEX triplet: CB, AC and C9. RGB value is (203,172,201). Sum of RGB (Red+Green+Blue) = 203+172+201=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACC9 is #345336. Grayscale: #B8B8B8. Windows color (decimal): -3429175 or 13216971. OLE color: 13216971.
HSL color Cylindrical-coordinate representation of color #CBACC9: hue angle of 303.87º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBACC9 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 201 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.20 |
| HSL | 303.87º | 0.23% | 0.74% | - |
| HSV(B) | 303.87º | 0.15% | 0.8% | - |
| XYZ | 49.92 | 46.42 | 61.59 | - |
| YUV | 184.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 201 | 0 | 0.15 | 0.01 | 0.20 | 303.87 | 0.23 | 0.74 |
| Hex | CB | AC | C9 | 0 | F | 1 | 14 | 130 | 17 | 4A |
| Octal | 313 | 254 | 311 | 0 | 17 | 1 | 24 | 460 | 27 | 112 |
| Binary | 11001011 | 10101100 | 11001001 | 0 | 1111 | 1 | 10100 | 100110000 | 10111 | 1001010 |
Color Harmonies of #CBACC9
Complementary color
Monochromatic Colors of #CBACC9
Black with #CBACC9
Text Example
Text Example
White with #CBACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACC9; }
p { color: rgb(203,172,201); }
H1.HeaderClassName
{
color: #CBACC9;
}
.AnyTagClassName
{
color: #CBACC9;
}
</style>
background-color css
<style>
a { background-color: #CBACC9; }
a { background-color: rgb(203,172,201); }
div.DivClassName
{
background-color: #CBACC9;
}
.BgClassName
{
background-color: #CBACC9;
}
</style>
border-color css
<style>
span { border-color: #CBACC9; }
span { border-color: rgb(203,172,201); }
td.TdClassName
{
border-color: #CBACC9;
}
.TagClassName
{
border-color: #CBACC9;
}
</style>