#CCACCC

Color #CCACCC Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CCACCC

Tints of Lilac #CCACCC

Color information

#CCACCC (or 0xCCACCC) is unknown color: approx Lilac. HEX triplet: CC, AC and CC. RGB value is (204,172,204). Sum of RGB (Red+Green+Blue) = 204+172+204=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACCC is #335333. Grayscale: #B9B9B9. Windows color (decimal): -3363636 or 13413580. OLE color: 13413580.

HSL color Cylindrical-coordinate representation of color #CCACCC: hue angle of 300º 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 #CCACCC is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB204172204-
CMYK00.1600.2
HSL300º23.88%73.73%-
HSV(B)300º15.69%80%-
XYZ50.5546.763.48-
YUV185.22138.6141.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=35.17%
G=29.66%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417220400.1600.230023.8873.73
HexCCACCC01001412c184a
Octal31425431402002445430112
Binary110011001010110011001100010000010100100101100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACCC; }

 p { color: rgb(204,172,204); }

 H1.HeaderClassName
 {
   color: #CCACCC;
 }
 .AnyTagClassName
 {
   color: #CCACCC;
 }
</style>
background-color css

<style>
 a { background-color: #CCACCC; }

 a { background-color: rgb(204,172,204); }

 div.DivClassName
 {
   background-color: #CCACCC;
 }
 .BgClassName
 {
   background-color: #CCACCC;
 }
</style>
border-color css

<style>
 span { border-color: #CCACCC; }

 span { border-color: rgb(204,172,204); }

 td.TdClassName
 {
   border-color: #CCACCC;
 }
 .TagClassName
 {
   border-color: #CCACCC;
 }
</style>