Shades of Lilac #CCA0D1
Tints of Lilac #CCA0D1
RGB
CMYK
RGB Variations
Color information
#CCA0D1 (or 0xCCA0D1) is known color: Lilac. HEX triplet: CC, A0 and D1. RGB value is (204,160,209). Sum of RGB (Red+Green+Blue) = 204+160+209=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCA0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0D1 is #335F2E. Grayscale: #B2B2B2. Windows color (decimal): -3366703 or 13738188. OLE color: 13738188.
HSL color Cylindrical-coordinate representation of color #CCA0D1: hue angle of 293.88º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCA0D1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 160 | 209 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.18 |
| HSL | 293.88º | 0.35% | 0.72% | - |
| HSV(B) | 293.88º | 0.23% | 0.82% | - |
| XYZ | 48.98 | 42.58 | 65.96 | - |
| YUV | 178.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 209 | 0.02 | 0.23 | 0 | 0.18 | 293.88 | 0.35 | 0.72 |
| Hex | CC | A0 | D1 | 2 | 17 | 0 | 12 | 126 | 23 | 48 |
| Octal | 314 | 240 | 321 | 2 | 27 | 0 | 22 | 446 | 43 | 110 |
| Binary | 11001100 | 10100000 | 11010001 | 10 | 10111 | 0 | 10010 | 100100110 | 100011 | 1001000 |
Color Harmonies of #CCA0D1
Complementary color
Monochromatic Colors of #CCA0D1
Black with #CCA0D1
Text Example
Text Example
White with #CCA0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0D1; }
p { color: rgb(204,160,209); }
H1.HeaderClassName
{
color: #CCA0D1;
}
.AnyTagClassName
{
color: #CCA0D1;
}
</style>
background-color css
<style>
a { background-color: #CCA0D1; }
a { background-color: rgb(204,160,209); }
div.DivClassName
{
background-color: #CCA0D1;
}
.BgClassName
{
background-color: #CCA0D1;
}
</style>
border-color css
<style>
span { border-color: #CCA0D1; }
span { border-color: rgb(204,160,209); }
td.TdClassName
{
border-color: #CCA0D1;
}
.TagClassName
{
border-color: #CCA0D1;
}
</style>