Shades of Lilac #CCA1D1
Tints of Lilac #CCA1D1
RGB
CMYK
RGB Variations
Color information
#CCA1D1 (or 0xCCA1D1) is known color: Lilac. HEX triplet: CC, A1 and D1. RGB value is (204,161,209). Sum of RGB (Red+Green+Blue) = 204+161+209=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1D1 is #335E2E. Grayscale: #B3B3B3. Windows color (decimal): -3366447 or 13738444. OLE color: 13738444.
HSL color Cylindrical-coordinate representation of color #CCA1D1: hue angle of 293.75º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCA1D1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 161 | 209 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.18 |
| HSL | 293.75º | 0.34% | 0.73% | - |
| HSV(B) | 293.75º | 0.23% | 0.82% | - |
| XYZ | 49.16 | 42.93 | 66.02 | - |
| YUV | 179.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 209 | 0.02 | 0.23 | 0 | 0.18 | 293.75 | 0.34 | 0.73 |
| Hex | CC | A1 | D1 | 2 | 17 | 0 | 12 | 126 | 22 | 49 |
| Octal | 314 | 241 | 321 | 2 | 27 | 0 | 22 | 446 | 42 | 111 |
| Binary | 11001100 | 10100001 | 11010001 | 10 | 10111 | 0 | 10010 | 100100110 | 100010 | 1001001 |
Color Harmonies of #CCA1D1
Complementary color
Monochromatic Colors of #CCA1D1
Black with #CCA1D1
Text Example
Text Example
White with #CCA1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1D1; }
p { color: rgb(204,161,209); }
H1.HeaderClassName
{
color: #CCA1D1;
}
.AnyTagClassName
{
color: #CCA1D1;
}
</style>
background-color css
<style>
a { background-color: #CCA1D1; }
a { background-color: rgb(204,161,209); }
div.DivClassName
{
background-color: #CCA1D1;
}
.BgClassName
{
background-color: #CCA1D1;
}
</style>
border-color css
<style>
span { border-color: #CCA1D1; }
span { border-color: rgb(204,161,209); }
td.TdClassName
{
border-color: #CCA1D1;
}
.TagClassName
{
border-color: #CCA1D1;
}
</style>