Shades of Lilac #CBA8C7
Tints of Lilac #CBA8C7
RGB
CMYK
RGB Variations
Color information
#CBA8C7 (or 0xCBA8C7) is known color: Lilac. HEX triplet: CB, A8 and C7. RGB value is (203,168,199). Sum of RGB (Red+Green+Blue) = 203+168+199=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8C7 is #345738. Grayscale: #B5B5B5. Windows color (decimal): -3430201 or 13084875. OLE color: 13084875.
HSL color Cylindrical-coordinate representation of color #CBA8C7: hue angle of 306.86º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8C7 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 199 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.20 |
| HSL | 306.86º | 0.25% | 0.73% | - |
| HSV(B) | 306.86º | 0.17% | 0.8% | - |
| XYZ | 48.94 | 44.83 | 60.11 | - |
| YUV | 182 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 199 | 0 | 0.17 | 0.02 | 0.20 | 306.86 | 0.25 | 0.73 |
| Hex | CB | A8 | C7 | 0 | 11 | 2 | 14 | 133 | 19 | 49 |
| Octal | 313 | 250 | 307 | 0 | 21 | 2 | 24 | 463 | 31 | 111 |
| Binary | 11001011 | 10101000 | 11000111 | 0 | 10001 | 10 | 10100 | 100110011 | 11001 | 1001001 |
Color Harmonies of #CBA8C7
Complementary color
Monochromatic Colors of #CBA8C7
Black with #CBA8C7
Text Example
Text Example
White with #CBA8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8C7; }
p { color: rgb(203,168,199); }
H1.HeaderClassName
{
color: #CBA8C7;
}
.AnyTagClassName
{
color: #CBA8C7;
}
</style>
background-color css
<style>
a { background-color: #CBA8C7; }
a { background-color: rgb(203,168,199); }
div.DivClassName
{
background-color: #CBA8C7;
}
.BgClassName
{
background-color: #CBA8C7;
}
</style>
border-color css
<style>
span { border-color: #CBA8C7; }
span { border-color: rgb(203,168,199); }
td.TdClassName
{
border-color: #CBA8C7;
}
.TagClassName
{
border-color: #CBA8C7;
}
</style>