#CCAECA

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

Shades of Lilac #CCAECA

Tints of Lilac #CCAECA

Color information

#CCAECA (or 0xCCAECA) is unknown color: approx Lilac. HEX triplet: CC, AE and CA. RGB value is (204,174,202). Sum of RGB (Red+Green+Blue) = 204+174+202=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAECA is #335135. Grayscale: #BABABA. Windows color (decimal): -3363126 or 13283020. OLE color: 13283020.

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

Color convert

RGB204174202-
CMYK00.150.010.2
HSL304º22.73%74.12%-
HSV(B)304º14.71%80%-
XYZ50.747.3762.35-
YUV186.16136.94140.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=35.17%
G=30%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417420200.150.010.230422.7374.12
HexCCAECA0F114130174a
Octal31425631201712446027112
Binary11001100101011101100101001111110100100110000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAECA; }

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

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

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

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

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

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

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

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