Shades of Lilac #CCB2CB
Tints of Lilac #CCB2CB
RGB
CMYK
RGB Variations
Color information
#CCB2CB (or 0xCCB2CB) is known color: Lilac. HEX triplet: CC, B2 and CB. RGB value is (204,178,203). Sum of RGB (Red+Green+Blue) = 204+178+203=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2CB is #334D34. Grayscale: #BCBCBC. Windows color (decimal): -3362101 or 13349580. OLE color: 13349580.
HSL color Cylindrical-coordinate representation of color #CCB2CB: hue angle of 302.31º 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 #CCB2CB is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 203 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.2 |
| HSL | 302.31º | 0.2% | 0.75% | - |
| HSV(B) | 302.31º | 0.13% | 0.8% | - |
| XYZ | 51.6 | 48.99 | 63.24 | - |
| YUV | 188.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 203 | 0 | 0.13 | 0.00 | 0.2 | 302.31 | 0.2 | 0.75 |
| Hex | CC | B2 | CB | 0 | D | 0 | 14 | 12E | 14 | 4B |
| Octal | 314 | 262 | 313 | 0 | 15 | 0 | 24 | 456 | 24 | 113 |
| Binary | 11001100 | 10110010 | 11001011 | 0 | 1101 | 0 | 10100 | 100101110 | 10100 | 1001011 |
Color Harmonies of #CCB2CB
Complementary color
Monochromatic Colors of #CCB2CB
Black with #CCB2CB
Text Example
Text Example
White with #CCB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2CB; }
p { color: rgb(204,178,203); }
H1.HeaderClassName
{
color: #CCB2CB;
}
.AnyTagClassName
{
color: #CCB2CB;
}
</style>
background-color css
<style>
a { background-color: #CCB2CB; }
a { background-color: rgb(204,178,203); }
div.DivClassName
{
background-color: #CCB2CB;
}
.BgClassName
{
background-color: #CCB2CB;
}
</style>
border-color css
<style>
span { border-color: #CCB2CB; }
span { border-color: rgb(204,178,203); }
td.TdClassName
{
border-color: #CCB2CB;
}
.TagClassName
{
border-color: #CCB2CB;
}
</style>