Shades of Lilac #CCA2CE
Tints of Lilac #CCA2CE
RGB
CMYK
RGB Variations
Color information
#CCA2CE (or 0xCCA2CE) is known color: Lilac. HEX triplet: CC, A2 and CE. RGB value is (204,162,206). Sum of RGB (Red+Green+Blue) = 204+162+206=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2CE is #335D31. Grayscale: #B3B3B3. Windows color (decimal): -3366194 or 13542092. OLE color: 13542092.
HSL color Cylindrical-coordinate representation of color #CCA2CE: hue angle of 297.27º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA2CE is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 162 | 206 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.19 |
| HSL | 297.27º | 0.31% | 0.72% | - |
| HSV(B) | 297.27º | 0.21% | 0.81% | - |
| XYZ | 48.96 | 43.13 | 64.14 | - |
| YUV | 179.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 206 | 0.01 | 0.21 | 0 | 0.19 | 297.27 | 0.31 | 0.72 |
| Hex | CC | A2 | CE | 1 | 15 | 0 | 13 | 129 | 1F | 48 |
| Octal | 314 | 242 | 316 | 1 | 25 | 0 | 23 | 451 | 37 | 110 |
| Binary | 11001100 | 10100010 | 11001110 | 1 | 10101 | 0 | 10011 | 100101001 | 11111 | 1001000 |
Color Harmonies of #CCA2CE
Complementary color
Monochromatic Colors of #CCA2CE
Black with #CCA2CE
Text Example
Text Example
White with #CCA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2CE; }
p { color: rgb(204,162,206); }
H1.HeaderClassName
{
color: #CCA2CE;
}
.AnyTagClassName
{
color: #CCA2CE;
}
</style>
background-color css
<style>
a { background-color: #CCA2CE; }
a { background-color: rgb(204,162,206); }
div.DivClassName
{
background-color: #CCA2CE;
}
.BgClassName
{
background-color: #CCA2CE;
}
</style>
border-color css
<style>
span { border-color: #CCA2CE; }
span { border-color: rgb(204,162,206); }
td.TdClassName
{
border-color: #CCA2CE;
}
.TagClassName
{
border-color: #CCA2CE;
}
</style>