Shades of Lilac #CCA1C4
Tints of Lilac #CCA1C4
RGB
CMYK
RGB Variations
Color information
#CCA1C4 (or 0xCCA1C4) is known color: Lilac. HEX triplet: CC, A1 and C4. RGB value is (204,161,196). Sum of RGB (Red+Green+Blue) = 204+161+196=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1C4 is #335E3B. Grayscale: #B1B1B1. Windows color (decimal): -3366460 or 12886476. OLE color: 12886476.
HSL color Cylindrical-coordinate representation of color #CCA1C4: hue angle of 311.16º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA1C4 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 196 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.2 |
| HSL | 311.16º | 0.3% | 0.72% | - |
| HSV(B) | 311.16º | 0.21% | 0.8% | - |
| XYZ | 47.61 | 42.31 | 57.88 | - |
| YUV | 177.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 196 | 0 | 0.21 | 0.04 | 0.2 | 311.16 | 0.3 | 0.72 |
| Hex | CC | A1 | C4 | 0 | 15 | 4 | 14 | 137 | 1E | 48 |
| Octal | 314 | 241 | 304 | 0 | 25 | 4 | 24 | 467 | 36 | 110 |
| Binary | 11001100 | 10100001 | 11000100 | 0 | 10101 | 100 | 10100 | 100110111 | 11110 | 1001000 |
Color Harmonies of #CCA1C4
Complementary color
Monochromatic Colors of #CCA1C4
Black with #CCA1C4
Text Example
Text Example
White with #CCA1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1C4; }
p { color: rgb(204,161,196); }
H1.HeaderClassName
{
color: #CCA1C4;
}
.AnyTagClassName
{
color: #CCA1C4;
}
</style>
background-color css
<style>
a { background-color: #CCA1C4; }
a { background-color: rgb(204,161,196); }
div.DivClassName
{
background-color: #CCA1C4;
}
.BgClassName
{
background-color: #CCA1C4;
}
</style>
border-color css
<style>
span { border-color: #CCA1C4; }
span { border-color: rgb(204,161,196); }
td.TdClassName
{
border-color: #CCA1C4;
}
.TagClassName
{
border-color: #CCA1C4;
}
</style>