#CCAECE

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

Shades of Lilac #CCAECE

Tints of Lilac #CCAECE

Color information

#CCAECE (or 0xCCAECE) is unknown color: approx Lilac. HEX triplet: CC, AE and CE. RGB value is (204,174,206). Sum of RGB (Red+Green+Blue) = 204+174+206=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAECE is #335131. Grayscale: #BABABA. Windows color (decimal): -3363122 or 13545164. OLE color: 13545164.

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

Color convert

RGB204174206-
CMYK0.010.1600.19
HSL296.25º24.62%74.51%-
HSV(B)296.25º15.53%80.78%-
XYZ51.1847.5764.88-
YUV186.62138.94140.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=34.93%
G=29.79%
B=35.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041742060.010.1600.19296.2524.6274.51
HexCCAECE110013128194b
Octal31425631612002345031113
Binary110011001010111011001110110000010011100101000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAECE; }

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

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

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

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

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

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

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

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