#CCACCB

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

Shades of Lilac #CCACCB

Tints of Lilac #CCACCB

Color information

#CCACCB (or 0xCCACCB) is unknown color: approx Lilac. HEX triplet: CC, AC and CB. RGB value is (204,172,203). Sum of RGB (Red+Green+Blue) = 204+172+203=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACCB is #335334. Grayscale: #B9B9B9. Windows color (decimal): -3363637 or 13348044. OLE color: 13348044.

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

Color convert

RGB204172203-
CMYK00.160.000.2
HSL301.88º23.88%73.73%-
HSV(B)301.88º15.69%80%-
XYZ50.4346.6562.85-
YUV185.1138.1141.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=35.23%
G=29.71%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417220300.160.000.2301.8823.8873.73
HexCCACCB01001412e184a
Octal31425431302002445630112
Binary110011001010110011001011010000010100100101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACCB; }

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

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

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

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

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

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

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

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