#CCAECB

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

Shades of Lilac #CCAECB

Tints of Lilac #CCAECB

Color information

#CCAECB (or 0xCCAECB) is unknown color: approx Lilac. HEX triplet: CC, AE and CB. RGB value is (204,174,203). Sum of RGB (Red+Green+Blue) = 204+174+203=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAECB is #335134. Grayscale: #BABABA. Windows color (decimal): -3363125 or 13348556. OLE color: 13348556.

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

Color convert

RGB204174203-
CMYK00.150.000.2
HSL302º22.73%74.12%-
HSV(B)302º14.71%80%-
XYZ50.8247.4262.97-
YUV186.28137.44140.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=35.11%
G=29.95%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417420300.150.000.230222.7374.12
HexCCAECB0F01412e174a
Octal31425631301702445627112
Binary11001100101011101100101101111010100100101110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAECB; }

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

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

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

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

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

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

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

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