Shades of Lilac #CBB2C9
Tints of Lilac #CBB2C9
RGB
CMYK
RGB Variations
Color information
#CBB2C9 (or 0xCBB2C9) is known color: Lilac. HEX triplet: CB, B2 and C9. RGB value is (203,178,201). Sum of RGB (Red+Green+Blue) = 203+178+201=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2C9 is #344D36. Grayscale: #BCBCBC. Windows color (decimal): -3427639 or 13218507. OLE color: 13218507.
HSL color Cylindrical-coordinate representation of color #CBB2C9: hue angle of 304.8º 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 #CBB2C9 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 201 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.20 |
| HSL | 304.8º | 0.19% | 0.75% | - |
| HSV(B) | 304.8º | 0.12% | 0.8% | - |
| XYZ | 51.09 | 48.75 | 61.98 | - |
| YUV | 188.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 201 | 0 | 0.12 | 0.01 | 0.20 | 304.8 | 0.19 | 0.75 |
| Hex | CB | B2 | C9 | 0 | C | 1 | 14 | 131 | 13 | 4B |
| Octal | 313 | 262 | 311 | 0 | 14 | 1 | 24 | 461 | 23 | 113 |
| Binary | 11001011 | 10110010 | 11001001 | 0 | 1100 | 1 | 10100 | 100110001 | 10011 | 1001011 |
Color Harmonies of #CBB2C9
Complementary color
Monochromatic Colors of #CBB2C9
Black with #CBB2C9
Text Example
Text Example
White with #CBB2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2C9; }
p { color: rgb(203,178,201); }
H1.HeaderClassName
{
color: #CBB2C9;
}
.AnyTagClassName
{
color: #CBB2C9;
}
</style>
background-color css
<style>
a { background-color: #CBB2C9; }
a { background-color: rgb(203,178,201); }
div.DivClassName
{
background-color: #CBB2C9;
}
.BgClassName
{
background-color: #CBB2C9;
}
</style>
border-color css
<style>
span { border-color: #CBB2C9; }
span { border-color: rgb(203,178,201); }
td.TdClassName
{
border-color: #CBB2C9;
}
.TagClassName
{
border-color: #CBB2C9;
}
</style>