Shades of Lilac #CCA4CE
Tints of Lilac #CCA4CE
RGB
CMYK
RGB Variations
Color information
#CCA4CE (or 0xCCA4CE) is known color: Lilac. HEX triplet: CC, A4 and CE. RGB value is (204,164,206). Sum of RGB (Red+Green+Blue) = 204+164+206=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4CE is #335B31. Grayscale: #B4B4B4. Windows color (decimal): -3365682 or 13542604. OLE color: 13542604.
HSL color Cylindrical-coordinate representation of color #CCA4CE: hue angle of 297.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA4CE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 164 | 206 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.19 |
| HSL | 297.14º | 0.3% | 0.73% | - |
| HSV(B) | 297.14º | 0.2% | 0.81% | - |
| XYZ | 49.32 | 43.84 | 64.26 | - |
| YUV | 180.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 206 | 0.01 | 0.20 | 0 | 0.19 | 297.14 | 0.3 | 0.73 |
| Hex | CC | A4 | CE | 1 | 14 | 0 | 13 | 129 | 1E | 49 |
| Octal | 314 | 244 | 316 | 1 | 24 | 0 | 23 | 451 | 36 | 111 |
| Binary | 11001100 | 10100100 | 11001110 | 1 | 10100 | 0 | 10011 | 100101001 | 11110 | 1001001 |
Color Harmonies of #CCA4CE
Complementary color
Monochromatic Colors of #CCA4CE
Black with #CCA4CE
Text Example
Text Example
White with #CCA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA4CE; }
p { color: rgb(204,164,206); }
H1.HeaderClassName
{
color: #CCA4CE;
}
.AnyTagClassName
{
color: #CCA4CE;
}
</style>
background-color css
<style>
a { background-color: #CCA4CE; }
a { background-color: rgb(204,164,206); }
div.DivClassName
{
background-color: #CCA4CE;
}
.BgClassName
{
background-color: #CCA4CE;
}
</style>
border-color css
<style>
span { border-color: #CCA4CE; }
span { border-color: rgb(204,164,206); }
td.TdClassName
{
border-color: #CCA4CE;
}
.TagClassName
{
border-color: #CCA4CE;
}
</style>