Shades of Lilac #CCACCB
Tints of Lilac #CCACCB
RGB
CMYK
RGB Variations
Color information
#CCACCB (or 0xCCACCB) is known color: Lilac. HEX triplet: CC, AC and CB. RGB value is (204,172,203). Sum of RGB (Red+Green+Blue) = 204+172+203=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACCB is #335334. Grayscale: #B9B9B9. Windows color (decimal): -3363637 or 13348044. OLE color: 13348044.
HSL color Cylindrical-coordinate representation of color #CCACCB: hue angle of 301.88º 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 #CCACCB is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 203 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.2 |
| HSL | 301.88º | 0.24% | 0.74% | - |
| HSV(B) | 301.88º | 0.16% | 0.8% | - |
| XYZ | 50.43 | 46.65 | 62.85 | - |
| YUV | 185.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 203 | 0 | 0.16 | 0.00 | 0.2 | 301.88 | 0.24 | 0.74 |
| Hex | CC | AC | CB | 0 | 10 | 0 | 14 | 12E | 18 | 4A |
| Octal | 314 | 254 | 313 | 0 | 20 | 0 | 24 | 456 | 30 | 112 |
| Binary | 11001100 | 10101100 | 11001011 | 0 | 10000 | 0 | 10100 | 100101110 | 11000 | 1001010 |
Color Harmonies of #CCACCB
Complementary color
Monochromatic Colors of #CCACCB
Black with #CCACCB
Text Example
Text Example
White with #CCACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACCB; }
p { color: rgb(204,172,203); }
H1.HeaderClassName
{
color: #CCACCB;
}
.AnyTagClassName
{
color: #CCACCB;
}
</style>
background-color css
<style>
a { background-color: #CCACCB; }
a { background-color: rgb(204,172,203); }
div.DivClassName
{
background-color: #CCACCB;
}
.BgClassName
{
background-color: #CCACCB;
}
</style>
border-color css
<style>
span { border-color: #CCACCB; }
span { border-color: rgb(204,172,203); }
td.TdClassName
{
border-color: #CCACCB;
}
.TagClassName
{
border-color: #CCACCB;
}
</style>