Shades of Lilac #CBB2CA
Tints of Lilac #CBB2CA
RGB
CMYK
RGB Variations
Color information
#CBB2CA (or 0xCBB2CA) is known color: Lilac. HEX triplet: CB, B2 and CA. RGB value is (203,178,202). Sum of RGB (Red+Green+Blue) = 203+178+202=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2CA is #344D35. Grayscale: #BCBCBC. Windows color (decimal): -3427638 or 13284043. OLE color: 13284043.
HSL color Cylindrical-coordinate representation of color #CBB2CA: hue angle of 302.4º 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 #CBB2CA is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 202 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.20 |
| HSL | 302.4º | 0.19% | 0.75% | - |
| HSV(B) | 302.4º | 0.12% | 0.8% | - |
| XYZ | 51.21 | 48.8 | 62.6 | - |
| YUV | 188.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 202 | 0 | 0.12 | 0.00 | 0.20 | 302.4 | 0.19 | 0.75 |
| Hex | CB | B2 | CA | 0 | C | 0 | 14 | 12E | 13 | 4B |
| Octal | 313 | 262 | 312 | 0 | 14 | 0 | 24 | 456 | 23 | 113 |
| Binary | 11001011 | 10110010 | 11001010 | 0 | 1100 | 0 | 10100 | 100101110 | 10011 | 1001011 |
Color Harmonies of #CBB2CA
Complementary color
Monochromatic Colors of #CBB2CA
Black with #CBB2CA
Text Example
Text Example
White with #CBB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2CA; }
p { color: rgb(203,178,202); }
H1.HeaderClassName
{
color: #CBB2CA;
}
.AnyTagClassName
{
color: #CBB2CA;
}
</style>
background-color css
<style>
a { background-color: #CBB2CA; }
a { background-color: rgb(203,178,202); }
div.DivClassName
{
background-color: #CBB2CA;
}
.BgClassName
{
background-color: #CBB2CA;
}
</style>
border-color css
<style>
span { border-color: #CBB2CA; }
span { border-color: rgb(203,178,202); }
td.TdClassName
{
border-color: #CBB2CA;
}
.TagClassName
{
border-color: #CBB2CA;
}
</style>