Shades of Lilac #CBB3C8
Tints of Lilac #CBB3C8
RGB
CMYK
RGB Variations
Color information
#CBB3C8 (or 0xCBB3C8) is known color: Lilac. HEX triplet: CB, B3 and C8. RGB value is (203,179,200). Sum of RGB (Red+Green+Blue) = 203+179+200=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3C8 is #344C37. Grayscale: #BCBCBC. Windows color (decimal): -3427384 or 13153227. OLE color: 13153227.
HSL color Cylindrical-coordinate representation of color #CBB3C8: hue angle of 307.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB3C8 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 200 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.20 |
| HSL | 307.5º | 0.19% | 0.75% | - |
| HSV(B) | 307.5º | 0.12% | 0.8% | - |
| XYZ | 51.17 | 49.11 | 61.43 | - |
| YUV | 188.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 200 | 0 | 0.12 | 0.01 | 0.20 | 307.5 | 0.19 | 0.75 |
| Hex | CB | B3 | C8 | 0 | C | 1 | 14 | 134 | 13 | 4B |
| Octal | 313 | 263 | 310 | 0 | 14 | 1 | 24 | 464 | 23 | 113 |
| Binary | 11001011 | 10110011 | 11001000 | 0 | 1100 | 1 | 10100 | 100110100 | 10011 | 1001011 |
Color Harmonies of #CBB3C8
Complementary color
Monochromatic Colors of #CBB3C8
Black with #CBB3C8
Text Example
Text Example
White with #CBB3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3C8; }
p { color: rgb(203,179,200); }
H1.HeaderClassName
{
color: #CBB3C8;
}
.AnyTagClassName
{
color: #CBB3C8;
}
</style>
background-color css
<style>
a { background-color: #CBB3C8; }
a { background-color: rgb(203,179,200); }
div.DivClassName
{
background-color: #CBB3C8;
}
.BgClassName
{
background-color: #CBB3C8;
}
</style>
border-color css
<style>
span { border-color: #CBB3C8; }
span { border-color: rgb(203,179,200); }
td.TdClassName
{
border-color: #CBB3C8;
}
.TagClassName
{
border-color: #CBB3C8;
}
</style>