Shades of Lilac #CBAAC7
Tints of Lilac #CBAAC7
RGB
CMYK
RGB Variations
Color information
#CBAAC7 (or 0xCBAAC7) is known color: Lilac. HEX triplet: CB, AA and C7. RGB value is (203,170,199). Sum of RGB (Red+Green+Blue) = 203+170+199=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAC7 is #345538. Grayscale: #B7B7B7. Windows color (decimal): -3429689 or 13085387. OLE color: 13085387.
HSL color Cylindrical-coordinate representation of color #CBAAC7: hue angle of 307.27º 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 #CBAAC7 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 199 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.20 |
| HSL | 307.27º | 0.24% | 0.73% | - |
| HSV(B) | 307.27º | 0.16% | 0.8% | - |
| XYZ | 49.31 | 45.57 | 60.23 | - |
| YUV | 183.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 199 | 0 | 0.16 | 0.02 | 0.20 | 307.27 | 0.24 | 0.73 |
| Hex | CB | AA | C7 | 0 | 10 | 2 | 14 | 133 | 18 | 49 |
| Octal | 313 | 252 | 307 | 0 | 20 | 2 | 24 | 463 | 30 | 111 |
| Binary | 11001011 | 10101010 | 11000111 | 0 | 10000 | 10 | 10100 | 100110011 | 11000 | 1001001 |
Color Harmonies of #CBAAC7
Complementary color
Monochromatic Colors of #CBAAC7
Black with #CBAAC7
Text Example
Text Example
White with #CBAAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAC7; }
p { color: rgb(203,170,199); }
H1.HeaderClassName
{
color: #CBAAC7;
}
.AnyTagClassName
{
color: #CBAAC7;
}
</style>
background-color css
<style>
a { background-color: #CBAAC7; }
a { background-color: rgb(203,170,199); }
div.DivClassName
{
background-color: #CBAAC7;
}
.BgClassName
{
background-color: #CBAAC7;
}
</style>
border-color css
<style>
span { border-color: #CBAAC7; }
span { border-color: rgb(203,170,199); }
td.TdClassName
{
border-color: #CBAAC7;
}
.TagClassName
{
border-color: #CBAAC7;
}
</style>