Shades of Lilac #CCA3CE
Tints of Lilac #CCA3CE
RGB
CMYK
RGB Variations
Color information
#CCA3CE (or 0xCCA3CE) is known color: Lilac. HEX triplet: CC, A3 and CE. RGB value is (204,163,206). Sum of RGB (Red+Green+Blue) = 204+163+206=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3CE is #335C31. Grayscale: #B4B4B4. Windows color (decimal): -3365938 or 13542348. OLE color: 13542348.
HSL color Cylindrical-coordinate representation of color #CCA3CE: hue angle of 297.21º degrees, saturation: 0.3, 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 #CCA3CE is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 163 | 206 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.19 |
| HSL | 297.21º | 0.3% | 0.72% | - |
| HSV(B) | 297.21º | 0.21% | 0.81% | - |
| XYZ | 49.14 | 43.49 | 64.2 | - |
| YUV | 180.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 206 | 0.01 | 0.21 | 0 | 0.19 | 297.21 | 0.3 | 0.72 |
| Hex | CC | A3 | CE | 1 | 15 | 0 | 13 | 129 | 1E | 48 |
| Octal | 314 | 243 | 316 | 1 | 25 | 0 | 23 | 451 | 36 | 110 |
| Binary | 11001100 | 10100011 | 11001110 | 1 | 10101 | 0 | 10011 | 100101001 | 11110 | 1001000 |
Color Harmonies of #CCA3CE
Complementary color
Monochromatic Colors of #CCA3CE
Black with #CCA3CE
Text Example
Text Example
White with #CCA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA3CE; }
p { color: rgb(204,163,206); }
H1.HeaderClassName
{
color: #CCA3CE;
}
.AnyTagClassName
{
color: #CCA3CE;
}
</style>
background-color css
<style>
a { background-color: #CCA3CE; }
a { background-color: rgb(204,163,206); }
div.DivClassName
{
background-color: #CCA3CE;
}
.BgClassName
{
background-color: #CCA3CE;
}
</style>
border-color css
<style>
span { border-color: #CCA3CE; }
span { border-color: rgb(204,163,206); }
td.TdClassName
{
border-color: #CCA3CE;
}
.TagClassName
{
border-color: #CCA3CE;
}
</style>