Shades of Lilac #CCA8CC
Tints of Lilac #CCA8CC
RGB
CMYK
RGB Variations
Color information
#CCA8CC (or 0xCCA8CC) is known color: Lilac. HEX triplet: CC, A8 and CC. RGB value is (204,168,204). Sum of RGB (Red+Green+Blue) = 204+168+204=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8CC is #335733. Grayscale: #B6B6B6. Windows color (decimal): -3364660 or 13412556. OLE color: 13412556.
HSL color Cylindrical-coordinate representation of color #CCA8CC: hue angle of 300º 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 #CCA8CC is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 168 | 204 | - |
CMYK | 0 | 0.18 | 0 | 0.2 |
HSL | 300º | 0.26% | 0.73% | - |
HSV(B) | 300º | 0.18% | 0.8% | - |
XYZ | 49.8 | 45.2 | 63.23 | - |
YUV | 182.87 | 139.93 | 143.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 168 | 204 | 0 | 0.18 | 0 | 0.2 | 300 | 0.26 | 0.73 |
Hex | CC | A8 | CC | 0 | 12 | 0 | 14 | 12C | 1A | 49 |
Octal | 314 | 250 | 314 | 0 | 22 | 0 | 24 | 454 | 32 | 111 |
Binary | 11001100 | 10101000 | 11001100 | 0 | 10010 | 0 | 10100 | 100101100 | 11010 | 1001001 |
Color Harmonies of #CCA8CC
Complementary color
Monochromatic Colors of #CCA8CC
Black with #CCA8CC
Text Example
Text Example
White with #CCA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8CC; }
p { color: rgb(204,168,204); }
H1.HeaderClassName
{
color: #CCA8CC;
}
.AnyTagClassName
{
color: #CCA8CC;
}
</style>
background-color css
<style>
a { background-color: #CCA8CC; }
a { background-color: rgb(204,168,204); }
div.DivClassName
{
background-color: #CCA8CC;
}
.BgClassName
{
background-color: #CCA8CC;
}
</style>
border-color css
<style>
span { border-color: #CCA8CC; }
span { border-color: rgb(204,168,204); }
td.TdClassName
{
border-color: #CCA8CC;
}
.TagClassName
{
border-color: #CCA8CC;
}
</style>