Shades of Lilac #CBB1C8
Tints of Lilac #CBB1C8
RGB
CMYK
RGB Variations
Color information
#CBB1C8 (or 0xCBB1C8) is known color: Lilac. HEX triplet: CB, B1 and C8. RGB value is (203,177,200). Sum of RGB (Red+Green+Blue) = 203+177+200=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1C8 is #344E37. Grayscale: #BBBBBB. Windows color (decimal): -3427896 or 13152715. OLE color: 13152715.
HSL color Cylindrical-coordinate representation of color #CBB1C8: hue angle of 306.92º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB1C8 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 200 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.20 |
| HSL | 306.92º | 0.2% | 0.75% | - |
| HSV(B) | 306.92º | 0.13% | 0.8% | - |
| XYZ | 50.78 | 48.31 | 61.29 | - |
| YUV | 187.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 200 | 0 | 0.13 | 0.01 | 0.20 | 306.92 | 0.2 | 0.75 |
| Hex | CB | B1 | C8 | 0 | D | 1 | 14 | 133 | 14 | 4B |
| Octal | 313 | 261 | 310 | 0 | 15 | 1 | 24 | 463 | 24 | 113 |
| Binary | 11001011 | 10110001 | 11001000 | 0 | 1101 | 1 | 10100 | 100110011 | 10100 | 1001011 |
Color Harmonies of #CBB1C8
Complementary color
Monochromatic Colors of #CBB1C8
Black with #CBB1C8
Text Example
Text Example
White with #CBB1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1C8; }
p { color: rgb(203,177,200); }
H1.HeaderClassName
{
color: #CBB1C8;
}
.AnyTagClassName
{
color: #CBB1C8;
}
</style>
background-color css
<style>
a { background-color: #CBB1C8; }
a { background-color: rgb(203,177,200); }
div.DivClassName
{
background-color: #CBB1C8;
}
.BgClassName
{
background-color: #CBB1C8;
}
</style>
border-color css
<style>
span { border-color: #CBB1C8; }
span { border-color: rgb(203,177,200); }
td.TdClassName
{
border-color: #CBB1C8;
}
.TagClassName
{
border-color: #CBB1C8;
}
</style>