Shades of Lilac #CCA4C5
Tints of Lilac #CCA4C5
RGB
CMYK
RGB Variations
Color information
#CCA4C5 (or 0xCCA4C5) is known color: Lilac. HEX triplet: CC, A4 and C5. RGB value is (204,164,197). Sum of RGB (Red+Green+Blue) = 204+164+197=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4C5 is #335B3A. Grayscale: #B3B3B3. Windows color (decimal): -3365691 or 12952780. OLE color: 12952780.
HSL color Cylindrical-coordinate representation of color #CCA4C5: hue angle of 310.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA4C5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 164 | 197 | - |
CMYK | 0 | 0.20 | 0.03 | 0.2 |
HSL | 310.5º | 0.28% | 0.72% | - |
HSV(B) | 310.5º | 0.2% | 0.8% | - |
XYZ | 48.26 | 43.42 | 58.66 | - |
YUV | 179.72 | 137.75 | 145.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 164 | 197 | 0 | 0.20 | 0.03 | 0.2 | 310.5 | 0.28 | 0.72 |
Hex | CC | A4 | C5 | 0 | 14 | 3 | 14 | 136 | 1C | 48 |
Octal | 314 | 244 | 305 | 0 | 24 | 3 | 24 | 466 | 34 | 110 |
Binary | 11001100 | 10100100 | 11000101 | 0 | 10100 | 11 | 10100 | 100110110 | 11100 | 1001000 |
Color Harmonies of #CCA4C5
Complementary color
Monochromatic Colors of #CCA4C5
Black with #CCA4C5
Text Example
Text Example
White with #CCA4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA4C5; }
p { color: rgb(204,164,197); }
H1.HeaderClassName
{
color: #CCA4C5;
}
.AnyTagClassName
{
color: #CCA4C5;
}
</style>
background-color css
<style>
a { background-color: #CCA4C5; }
a { background-color: rgb(204,164,197); }
div.DivClassName
{
background-color: #CCA4C5;
}
.BgClassName
{
background-color: #CCA4C5;
}
</style>
border-color css
<style>
span { border-color: #CCA4C5; }
span { border-color: rgb(204,164,197); }
td.TdClassName
{
border-color: #CCA4C5;
}
.TagClassName
{
border-color: #CCA4C5;
}
</style>