#CCACC7

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

Shades of Lilac #CCACC7

Tints of Lilac #CCACC7

Color information

#CCACC7 (or 0xCCACC7) is unknown color: approx Lilac. HEX triplet: CC, AC and C7. RGB value is (204,172,199). Sum of RGB (Red+Green+Blue) = 204+172+199=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACC7 is #335338. Grayscale: #B8B8B8. Windows color (decimal): -3363641 or 13085900. OLE color: 13085900.

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

Color convert

RGB204172199-
CMYK00.160.020.2
HSL309.38º23.88%73.73%-
HSV(B)309.38º15.69%80%-
XYZ49.9646.4760.37-
YUV184.65136.1141.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=35.48%
G=29.91%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417219900.160.020.2309.3823.8873.73
HexCCACC7010214135184a
Octal31425430702022446530112
Binary1100110010101100110001110100001010100100110101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACC7; }

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

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

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

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

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

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

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

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