#CCA8C9

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

Shades of Lilac #CCA8C9

Tints of Lilac #CCA8C9

Color information

#CCA8C9 (or 0xCCA8C9) is unknown color: approx Lilac. HEX triplet: CC, A8 and C9. RGB value is (204,168,201). Sum of RGB (Red+Green+Blue) = 204+168+201=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8C9 is #335736. Grayscale: #B6B6B6. Windows color (decimal): -3364663 or 13215948. OLE color: 13215948.

HSL color Cylindrical-coordinate representation of color #CCA8C9: hue angle of 305º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8C9 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204168201-
CMYK00.180.010.2
HSL305º26.09%72.94%-
HSV(B)305º17.65%80%-
XYZ49.4545.0661.35-
YUV182.53138.43143.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 168 (66.02% from 255) = 29.32%
BLUE value IS 201 (78.91% from 255) = 35.08%
R=35.60%
G=29.32%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416820100.180.010.230526.0972.94
HexCCA8C90121141311a49
Octal31425031102212446132111
Binary110011001010100011001001010010110100100110001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8C9; }

 p { color: rgb(204,168,201); }

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

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

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

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

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

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

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