#CCAECC

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

Shades of Lilac #CCAECC

Tints of Lilac #CCAECC

Color information

#CCAECC (or 0xCCAECC) is unknown color: approx Lilac. HEX triplet: CC, AE and CC. RGB value is (204,174,204). Sum of RGB (Red+Green+Blue) = 204+174+204=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAECC is #335133. Grayscale: #BABABA. Windows color (decimal): -3363124 or 13414092. OLE color: 13414092.

HSL color Cylindrical-coordinate representation of color #CCAECC: hue angle of 300º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCAECC is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB204174204-
CMYK00.1500.2
HSL300º22.73%74.12%-
HSV(B)300º14.71%80%-
XYZ50.9447.4763.6-
YUV186.39137.94140.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=35.05%
G=29.90%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417420400.1500.230022.7374.12
HexCCAECC0F01412c174a
Octal31425631401702445427112
Binary11001100101011101100110001111010100100101100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAECC; }

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

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

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

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

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

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

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

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