#CCAACA

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

Shades of Lilac #CCAACA

Tints of Lilac #CCAACA

Color information

#CCAACA (or 0xCCAACA) is unknown color: approx Lilac. HEX triplet: CC, AA and CA. RGB value is (204,170,202). Sum of RGB (Red+Green+Blue) = 204+170+202=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAACA is #335535. Grayscale: #B7B7B7. Windows color (decimal): -3364150 or 13281996. OLE color: 13281996.

HSL color Cylindrical-coordinate representation of color #CCAACA: hue angle of 303.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAACA is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204170202-
CMYK00.170.010.2
HSL303.53º25%73.33%-
HSV(B)303.53º16.67%80%-
XYZ49.9445.8562.1-
YUV183.81138.26142.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=35.42%
G=29.51%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417020200.170.010.2303.532573.33
HexCCAACA0111141301949
Octal31425231202112446031111
Binary110011001010101011001010010001110100100110000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAACA; }

 p { color: rgb(204,170,202); }

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

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

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

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

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

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

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