Shades of Lilac #CCA4C6
Tints of Lilac #CCA4C6
RGB
CMYK
RGB Variations
Color information
#CCA4C6 (or 0xCCA4C6) is known color: Lilac. HEX triplet: CC, A4 and C6. RGB value is (204,164,198). Sum of RGB (Red+Green+Blue) = 204+164+198=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4C6 is #335B39. Grayscale: #B3B3B3. Windows color (decimal): -3365690 or 13018316. OLE color: 13018316.
HSL color Cylindrical-coordinate representation of color #CCA4C6: hue angle of 309º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA4C6 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 198 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.2 |
| HSL | 309º | 0.28% | 0.72% | - |
| HSV(B) | 309º | 0.2% | 0.8% | - |
| XYZ | 48.37 | 43.47 | 59.27 | - |
| YUV | 179.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 198 | 0 | 0.20 | 0.03 | 0.2 | 309 | 0.28 | 0.72 |
| Hex | CC | A4 | C6 | 0 | 14 | 3 | 14 | 135 | 1C | 48 |
| Octal | 314 | 244 | 306 | 0 | 24 | 3 | 24 | 465 | 34 | 110 |
| Binary | 11001100 | 10100100 | 11000110 | 0 | 10100 | 11 | 10100 | 100110101 | 11100 | 1001000 |
Color Harmonies of #CCA4C6
Complementary color
Monochromatic Colors of #CCA4C6
Black with #CCA4C6
Text Example
Text Example
White with #CCA4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA4C6; }
p { color: rgb(204,164,198); }
H1.HeaderClassName
{
color: #CCA4C6;
}
.AnyTagClassName
{
color: #CCA4C6;
}
</style>
background-color css
<style>
a { background-color: #CCA4C6; }
a { background-color: rgb(204,164,198); }
div.DivClassName
{
background-color: #CCA4C6;
}
.BgClassName
{
background-color: #CCA4C6;
}
</style>
border-color css
<style>
span { border-color: #CCA4C6; }
span { border-color: rgb(204,164,198); }
td.TdClassName
{
border-color: #CCA4C6;
}
.TagClassName
{
border-color: #CCA4C6;
}
</style>