#CCA4C4

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

Shades of Lilac #CCA4C4

Tints of Lilac #CCA4C4

Color information

#CCA4C4 (or 0xCCA4C4) is unknown color: approx Lilac. HEX triplet: CC, A4 and C4. RGB value is (204,164,196). Sum of RGB (Red+Green+Blue) = 204+164+196=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4C4 is #335B3B. Grayscale: #B3B3B3. Windows color (decimal): -3365692 or 12887244. OLE color: 12887244.

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

Color convert

RGB204164196-
CMYK00.200.040.2
HSL312º28.17%72.16%-
HSV(B)312º19.61%80%-
XYZ48.1443.3758.06-
YUV179.61137.25145.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=36.17%
G=29.08%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416419600.200.040.231228.1772.16
HexCCA4C40144141381c48
Octal31424430402442447034110
Binary11001100101001001100010001010010010100100111000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4C4; }

 p { color: rgb(204,164,196); }

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

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

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

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

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

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

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