Shades of Lilac #CCA5C6
Tints of Lilac #CCA5C6
RGB
CMYK
RGB Variations
Color information
#CCA5C6 (or 0xCCA5C6) is known color: Lilac. HEX triplet: CC, A5 and C6. RGB value is (204,165,198). Sum of RGB (Red+Green+Blue) = 204+165+198=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5C6 is #335A39. Grayscale: #B4B4B4. Windows color (decimal): -3365434 or 13018572. OLE color: 13018572.
HSL color Cylindrical-coordinate representation of color #CCA5C6: hue angle of 309.23º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA5C6 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 198 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.2 |
| HSL | 309.23º | 0.28% | 0.72% | - |
| HSV(B) | 309.23º | 0.19% | 0.8% | - |
| XYZ | 48.55 | 43.82 | 59.33 | - |
| YUV | 180.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 198 | 0 | 0.19 | 0.03 | 0.2 | 309.23 | 0.28 | 0.72 |
| Hex | CC | A5 | C6 | 0 | 13 | 3 | 14 | 135 | 1C | 48 |
| Octal | 314 | 245 | 306 | 0 | 23 | 3 | 24 | 465 | 34 | 110 |
| Binary | 11001100 | 10100101 | 11000110 | 0 | 10011 | 11 | 10100 | 100110101 | 11100 | 1001000 |
Color Harmonies of #CCA5C6
Complementary color
Monochromatic Colors of #CCA5C6
Black with #CCA5C6
Text Example
Text Example
White with #CCA5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA5C6; }
p { color: rgb(204,165,198); }
H1.HeaderClassName
{
color: #CCA5C6;
}
.AnyTagClassName
{
color: #CCA5C6;
}
</style>
background-color css
<style>
a { background-color: #CCA5C6; }
a { background-color: rgb(204,165,198); }
div.DivClassName
{
background-color: #CCA5C6;
}
.BgClassName
{
background-color: #CCA5C6;
}
</style>
border-color css
<style>
span { border-color: #CCA5C6; }
span { border-color: rgb(204,165,198); }
td.TdClassName
{
border-color: #CCA5C6;
}
.TagClassName
{
border-color: #CCA5C6;
}
</style>