Shades of Lilac #CCB0CF
Tints of Lilac #CCB0CF
RGB
CMYK
RGB Variations
Color information
#CCB0CF (or 0xCCB0CF) is known color: Lilac. HEX triplet: CC, B0 and CF. RGB value is (204,176,207). Sum of RGB (Red+Green+Blue) = 204+176+207=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0CF is #334F30. Grayscale: #BBBBBB. Windows color (decimal): -3362609 or 13611212. OLE color: 13611212.
HSL color Cylindrical-coordinate representation of color #CCB0CF: hue angle of 294.19º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCB0CF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 176 | 207 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.19 |
| HSL | 294.19º | 0.24% | 0.75% | - |
| HSV(B) | 294.19º | 0.15% | 0.81% | - |
| XYZ | 51.69 | 48.39 | 65.65 | - |
| YUV | 187.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 207 | 0.01 | 0.15 | 0 | 0.19 | 294.19 | 0.24 | 0.75 |
| Hex | CC | B0 | CF | 1 | F | 0 | 13 | 126 | 18 | 4B |
| Octal | 314 | 260 | 317 | 1 | 17 | 0 | 23 | 446 | 30 | 113 |
| Binary | 11001100 | 10110000 | 11001111 | 1 | 1111 | 0 | 10011 | 100100110 | 11000 | 1001011 |
Color Harmonies of #CCB0CF
Complementary color
Monochromatic Colors of #CCB0CF
Black with #CCB0CF
Text Example
Text Example
White with #CCB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0CF; }
p { color: rgb(204,176,207); }
H1.HeaderClassName
{
color: #CCB0CF;
}
.AnyTagClassName
{
color: #CCB0CF;
}
</style>
background-color css
<style>
a { background-color: #CCB0CF; }
a { background-color: rgb(204,176,207); }
div.DivClassName
{
background-color: #CCB0CF;
}
.BgClassName
{
background-color: #CCB0CF;
}
</style>
border-color css
<style>
span { border-color: #CCB0CF; }
span { border-color: rgb(204,176,207); }
td.TdClassName
{
border-color: #CCB0CF;
}
.TagClassName
{
border-color: #CCB0CF;
}
</style>