#CCA3CE

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

Shades of Lilac #CCA3CE

Tints of Lilac #CCA3CE

Color information

#CCA3CE (or 0xCCA3CE) is unknown color: approx Lilac. HEX triplet: CC, A3 and CE. RGB value is (204,163,206). Sum of RGB (Red+Green+Blue) = 204+163+206=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3CE is #335C31. Grayscale: #B4B4B4. Windows color (decimal): -3365938 or 13542348. OLE color: 13542348.

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

Color convert

RGB204163206-
CMYK0.010.2100.19
HSL297.21º30.5%72.35%-
HSV(B)297.21º20.87%80.78%-
XYZ49.1443.4964.2-
YUV180.16142.58145-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 163 (64.06% from 255) = 28.45%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=35.60%
G=28.45%
B=35.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041632060.010.2100.19297.2130.572.35
HexCCA3CE1150131291e48
Octal31424331612502345136110
Binary110011001010001111001110110101010011100101001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3CE; }

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

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

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

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

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

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

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

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