#CCAACB

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

Shades of Lilac #CCAACB

Tints of Lilac #CCAACB

Color information

#CCAACB (or 0xCCAACB) is unknown color: approx Lilac. HEX triplet: CC, AA and CB. RGB value is (204,170,203). Sum of RGB (Red+Green+Blue) = 204+170+203=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAACB is #335534. Grayscale: #B7B7B7. Windows color (decimal): -3364149 or 13347532. OLE color: 13347532.

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

Color convert

RGB204170203-
CMYK00.170.000.2
HSL301.76º25%73.33%-
HSV(B)301.76º16.67%80%-
XYZ50.0645.962.72-
YUV183.93138.76142.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=35.36%
G=29.46%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417020300.170.000.2301.762573.33
HexCCAACB01101412e1949
Octal31425231302102445631111
Binary110011001010101011001011010001010100100101110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAACB; }

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

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

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

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

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

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

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

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