Shades of Lilac #CCA8C7
Tints of Lilac #CCA8C7
RGB
CMYK
RGB Variations
Color information
#CCA8C7 (or 0xCCA8C7) is known color: Lilac. HEX triplet: CC, A8 and C7. RGB value is (204,168,199). Sum of RGB (Red+Green+Blue) = 204+168+199=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8C7 is #335738. Grayscale: #B6B6B6. Windows color (decimal): -3364665 or 13084876. OLE color: 13084876.
HSL color Cylindrical-coordinate representation of color #CCA8C7: hue angle of 308.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8C7 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 199 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.2 |
| HSL | 308.33º | 0.26% | 0.73% | - |
| HSV(B) | 308.33º | 0.18% | 0.8% | - |
| XYZ | 49.21 | 44.97 | 60.12 | - |
| YUV | 182.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 199 | 0 | 0.18 | 0.02 | 0.2 | 308.33 | 0.26 | 0.73 |
| Hex | CC | A8 | C7 | 0 | 12 | 2 | 14 | 134 | 1A | 49 |
| Octal | 314 | 250 | 307 | 0 | 22 | 2 | 24 | 464 | 32 | 111 |
| Binary | 11001100 | 10101000 | 11000111 | 0 | 10010 | 10 | 10100 | 100110100 | 11010 | 1001001 |
Color Harmonies of #CCA8C7
Complementary color
Monochromatic Colors of #CCA8C7
Black with #CCA8C7
Text Example
Text Example
White with #CCA8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8C7; }
p { color: rgb(204,168,199); }
H1.HeaderClassName
{
color: #CCA8C7;
}
.AnyTagClassName
{
color: #CCA8C7;
}
</style>
background-color css
<style>
a { background-color: #CCA8C7; }
a { background-color: rgb(204,168,199); }
div.DivClassName
{
background-color: #CCA8C7;
}
.BgClassName
{
background-color: #CCA8C7;
}
</style>
border-color css
<style>
span { border-color: #CCA8C7; }
span { border-color: rgb(204,168,199); }
td.TdClassName
{
border-color: #CCA8C7;
}
.TagClassName
{
border-color: #CCA8C7;
}
</style>