#CCAACE

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

Shades of Lilac #CCAACE

Tints of Lilac #CCAACE

Color information

#CCAACE (or 0xCCAACE) is unknown color: approx Lilac. HEX triplet: CC, AA and CE. RGB value is (204,170,206). Sum of RGB (Red+Green+Blue) = 204+170+206=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAACE is #335531. Grayscale: #B8B8B8. Windows color (decimal): -3364146 or 13544140. OLE color: 13544140.

HSL color Cylindrical-coordinate representation of color #CCAACE: hue angle of 296.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAACE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204170206-
CMYK0.010.1700.19
HSL296.67º26.87%73.73%-
HSV(B)296.67º17.48%80.78%-
XYZ50.4246.0464.62-
YUV184.27140.26142.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 170 (66.80% from 255) = 29.31%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=35.17%
G=29.31%
B=35.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041702060.010.1700.19296.6726.8773.73
HexCCAACE1110131291b4a
Octal31425231612102345133112
Binary110011001010101011001110110001010011100101001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAACE; }

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

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

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

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

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

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

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

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