Shades of Lilac #CCA1CE
Tints of Lilac #CCA1CE
RGB
CMYK
RGB Variations
Color information
#CCA1CE (or 0xCCA1CE) is known color: Lilac. HEX triplet: CC, A1 and CE. RGB value is (204,161,206). Sum of RGB (Red+Green+Blue) = 204+161+206=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1CE is #335E31. Grayscale: #B2B2B2. Windows color (decimal): -3366450 or 13541836. OLE color: 13541836.
HSL color Cylindrical-coordinate representation of color #CCA1CE: hue angle of 297.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA1CE is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 161 | 206 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.19 |
| HSL | 297.33º | 0.31% | 0.72% | - |
| HSV(B) | 297.33º | 0.22% | 0.81% | - |
| XYZ | 48.79 | 42.78 | 64.08 | - |
| YUV | 178.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 206 | 0.01 | 0.22 | 0 | 0.19 | 297.33 | 0.31 | 0.72 |
| Hex | CC | A1 | CE | 1 | 16 | 0 | 13 | 129 | 1F | 48 |
| Octal | 314 | 241 | 316 | 1 | 26 | 0 | 23 | 451 | 37 | 110 |
| Binary | 11001100 | 10100001 | 11001110 | 1 | 10110 | 0 | 10011 | 100101001 | 11111 | 1001000 |
Color Harmonies of #CCA1CE
Complementary color
Monochromatic Colors of #CCA1CE
Black with #CCA1CE
Text Example
Text Example
White with #CCA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1CE; }
p { color: rgb(204,161,206); }
H1.HeaderClassName
{
color: #CCA1CE;
}
.AnyTagClassName
{
color: #CCA1CE;
}
</style>
background-color css
<style>
a { background-color: #CCA1CE; }
a { background-color: rgb(204,161,206); }
div.DivClassName
{
background-color: #CCA1CE;
}
.BgClassName
{
background-color: #CCA1CE;
}
</style>
border-color css
<style>
span { border-color: #CCA1CE; }
span { border-color: rgb(204,161,206); }
td.TdClassName
{
border-color: #CCA1CE;
}
.TagClassName
{
border-color: #CCA1CE;
}
</style>