#CCA4CC

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

Shades of Lilac #CCA4CC

Tints of Lilac #CCA4CC

Color information

#CCA4CC (or 0xCCA4CC) is unknown color: approx Lilac. HEX triplet: CC, A4 and CC. RGB value is (204,164,204). Sum of RGB (Red+Green+Blue) = 204+164+204=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCA4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4CC is #335B33. Grayscale: #B4B4B4. Windows color (decimal): -3365684 or 13411532. OLE color: 13411532.

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

Color convert

RGB204164204-
CMYK00.2000.2
HSL300º28.17%72.16%-
HSV(B)300º19.61%80%-
XYZ49.0843.7562.98-
YUV180.52141.25144.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 164 (64.45% from 255) = 28.67%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=35.66%
G=28.67%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416420400.2000.230028.1772.16
HexCCA4CC01401412c1c48
Octal31424431402402445434110
Binary110011001010010011001100010100010100100101100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4CC; }

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

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

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

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

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

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

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

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