Shades of Lilac #CCB1CC
Tints of Lilac #CCB1CC
RGB
CMYK
RGB Variations
Color information
#CCB1CC (or 0xCCB1CC) is known color: Lilac. HEX triplet: CC, B1 and CC. RGB value is (204,177,204). Sum of RGB (Red+Green+Blue) = 204+177+204=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCB1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1CC is #334E33. Grayscale: #BCBCBC. Windows color (decimal): -3362356 or 13414860. OLE color: 13414860.
HSL color Cylindrical-coordinate representation of color #CCB1CC: hue angle of 300º degrees, saturation: 0.21, 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 #CCB1CC is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 204 | - |
| CMYK | 0 | 0.13 | 0 | 0.2 |
| HSL | 300º | 0.21% | 0.75% | - |
| HSV(B) | 300º | 0.13% | 0.8% | - |
| XYZ | 51.52 | 48.64 | 63.8 | - |
| YUV | 188.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 204 | 0 | 0.13 | 0 | 0.2 | 300 | 0.21 | 0.75 |
| Hex | CC | B1 | CC | 0 | D | 0 | 14 | 12C | 15 | 4B |
| Octal | 314 | 261 | 314 | 0 | 15 | 0 | 24 | 454 | 25 | 113 |
| Binary | 11001100 | 10110001 | 11001100 | 0 | 1101 | 0 | 10100 | 100101100 | 10101 | 1001011 |
Color Harmonies of #CCB1CC
Complementary color
Monochromatic Colors of #CCB1CC
Black with #CCB1CC
Text Example
Text Example
White with #CCB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1CC; }
p { color: rgb(204,177,204); }
H1.HeaderClassName
{
color: #CCB1CC;
}
.AnyTagClassName
{
color: #CCB1CC;
}
</style>
background-color css
<style>
a { background-color: #CCB1CC; }
a { background-color: rgb(204,177,204); }
div.DivClassName
{
background-color: #CCB1CC;
}
.BgClassName
{
background-color: #CCB1CC;
}
</style>
border-color css
<style>
span { border-color: #CCB1CC; }
span { border-color: rgb(204,177,204); }
td.TdClassName
{
border-color: #CCB1CC;
}
.TagClassName
{
border-color: #CCB1CC;
}
</style>