Shades of Lilac #CCACC8
Tints of Lilac #CCACC8
RGB
CMYK
RGB Variations
Color information
#CCACC8 (or 0xCCACC8) is known color: Lilac. HEX triplet: CC, AC and C8. RGB value is (204,172,200). Sum of RGB (Red+Green+Blue) = 204+172+200=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACC8 is #335337. Grayscale: #B8B8B8. Windows color (decimal): -3363640 or 13151436. OLE color: 13151436.
HSL color Cylindrical-coordinate representation of color #CCACC8: hue angle of 307.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCACC8 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 200 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.2 |
| HSL | 307.5º | 0.24% | 0.74% | - |
| HSV(B) | 307.5º | 0.16% | 0.8% | - |
| XYZ | 50.08 | 46.51 | 60.98 | - |
| YUV | 184.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 200 | 0 | 0.16 | 0.02 | 0.2 | 307.5 | 0.24 | 0.74 |
| Hex | CC | AC | C8 | 0 | 10 | 2 | 14 | 134 | 18 | 4A |
| Octal | 314 | 254 | 310 | 0 | 20 | 2 | 24 | 464 | 30 | 112 |
| Binary | 11001100 | 10101100 | 11001000 | 0 | 10000 | 10 | 10100 | 100110100 | 11000 | 1001010 |
Color Harmonies of #CCACC8
Complementary color
Monochromatic Colors of #CCACC8
Black with #CCACC8
Text Example
Text Example
White with #CCACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACC8; }
p { color: rgb(204,172,200); }
H1.HeaderClassName
{
color: #CCACC8;
}
.AnyTagClassName
{
color: #CCACC8;
}
</style>
background-color css
<style>
a { background-color: #CCACC8; }
a { background-color: rgb(204,172,200); }
div.DivClassName
{
background-color: #CCACC8;
}
.BgClassName
{
background-color: #CCACC8;
}
</style>
border-color css
<style>
span { border-color: #CCACC8; }
span { border-color: rgb(204,172,200); }
td.TdClassName
{
border-color: #CCACC8;
}
.TagClassName
{
border-color: #CCACC8;
}
</style>