Shades of Lilac #CCA8C6
Tints of Lilac #CCA8C6
RGB
CMYK
RGB Variations
Color information
#CCA8C6 (or 0xCCA8C6) is known color: Lilac. HEX triplet: CC, A8 and C6. RGB value is (204,168,198). Sum of RGB (Red+Green+Blue) = 204+168+198=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8C6 is #335739. Grayscale: #B6B6B6. Windows color (decimal): -3364666 or 13019340. OLE color: 13019340.
HSL color Cylindrical-coordinate representation of color #CCA8C6: hue angle of 310º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8C6 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 198 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.2 |
| HSL | 310º | 0.26% | 0.73% | - |
| HSV(B) | 310º | 0.18% | 0.8% | - |
| XYZ | 49.1 | 44.92 | 59.51 | - |
| YUV | 182.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 198 | 0 | 0.18 | 0.03 | 0.2 | 310 | 0.26 | 0.73 |
| Hex | CC | A8 | C6 | 0 | 12 | 3 | 14 | 136 | 1A | 49 |
| Octal | 314 | 250 | 306 | 0 | 22 | 3 | 24 | 466 | 32 | 111 |
| Binary | 11001100 | 10101000 | 11000110 | 0 | 10010 | 11 | 10100 | 100110110 | 11010 | 1001001 |
Color Harmonies of #CCA8C6
Complementary color
Monochromatic Colors of #CCA8C6
Black with #CCA8C6
Text Example
Text Example
White with #CCA8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8C6; }
p { color: rgb(204,168,198); }
H1.HeaderClassName
{
color: #CCA8C6;
}
.AnyTagClassName
{
color: #CCA8C6;
}
</style>
background-color css
<style>
a { background-color: #CCA8C6; }
a { background-color: rgb(204,168,198); }
div.DivClassName
{
background-color: #CCA8C6;
}
.BgClassName
{
background-color: #CCA8C6;
}
</style>
border-color css
<style>
span { border-color: #CCA8C6; }
span { border-color: rgb(204,168,198); }
td.TdClassName
{
border-color: #CCA8C6;
}
.TagClassName
{
border-color: #CCA8C6;
}
</style>