#CCAACC

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

Shades of Lilac #CCAACC

Tints of Lilac #CCAACC

Color information

#CCAACC (or 0xCCAACC) is unknown color: approx Lilac. HEX triplet: CC, AA and CC. RGB value is (204,170,204). Sum of RGB (Red+Green+Blue) = 204+170+204=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAACC is #335533. Grayscale: #B7B7B7. Windows color (decimal): -3364148 or 13413068. OLE color: 13413068.

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

Color convert

RGB204170204-
CMYK00.1700.2
HSL300º25%73.33%-
HSV(B)300º16.67%80%-
XYZ50.1845.9563.35-
YUV184.04139.26142.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=35.29%
G=29.41%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417020400.1700.23002573.33
HexCCAACC01101412c1949
Octal31425231402102445431111
Binary110011001010101011001100010001010100100101100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAACC; }

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

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

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

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

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

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

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

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