Shades of Lilac #CBB0CB
Tints of Lilac #CBB0CB
RGB
CMYK
RGB Variations
Color information
#CBB0CB (or 0xCBB0CB) is known color: Lilac. HEX triplet: CB, B0 and CB. RGB value is (203,176,203). Sum of RGB (Red+Green+Blue) = 203+176+203=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0CB is #344F34. Grayscale: #BBBBBB. Windows color (decimal): -3428149 or 13349067. OLE color: 13349067.
HSL color Cylindrical-coordinate representation of color #CBB0CB: hue angle of 300º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB0CB is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 203 | - |
| CMYK | 0 | 0.13 | 0 | 0.20 |
| HSL | 300º | 0.21% | 0.74% | - |
| HSV(B) | 300º | 0.13% | 0.8% | - |
| XYZ | 50.93 | 48.06 | 63.09 | - |
| YUV | 187.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 203 | 0 | 0.13 | 0 | 0.20 | 300 | 0.21 | 0.74 |
| Hex | CB | B0 | CB | 0 | D | 0 | 14 | 12C | 15 | 4A |
| Octal | 313 | 260 | 313 | 0 | 15 | 0 | 24 | 454 | 25 | 112 |
| Binary | 11001011 | 10110000 | 11001011 | 0 | 1101 | 0 | 10100 | 100101100 | 10101 | 1001010 |
Color Harmonies of #CBB0CB
Complementary color
Monochromatic Colors of #CBB0CB
Black with #CBB0CB
Text Example
Text Example
White with #CBB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0CB; }
p { color: rgb(203,176,203); }
H1.HeaderClassName
{
color: #CBB0CB;
}
.AnyTagClassName
{
color: #CBB0CB;
}
</style>
background-color css
<style>
a { background-color: #CBB0CB; }
a { background-color: rgb(203,176,203); }
div.DivClassName
{
background-color: #CBB0CB;
}
.BgClassName
{
background-color: #CBB0CB;
}
</style>
border-color css
<style>
span { border-color: #CBB0CB; }
span { border-color: rgb(203,176,203); }
td.TdClassName
{
border-color: #CBB0CB;
}
.TagClassName
{
border-color: #CBB0CB;
}
</style>