#C5AACB

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

Shades of Lilac #C5AACB

Tints of Lilac #C5AACB

Color information

#C5AACB (or 0xC5AACB) is unknown color: approx Lilac. HEX triplet: C5, AA and CB. RGB value is (197,170,203). Sum of RGB (Red+Green+Blue) = 197+170+203=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AACB is #3A5534. Grayscale: #B5B5B5. Windows color (decimal): -3822901 or 13347525. OLE color: 13347525.

HSL color Cylindrical-coordinate representation of color #C5AACB: hue angle of 289.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5AACB is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197170203-
CMYK0.030.1600.20
HSL289.09º24.09%73.14%-
HSV(B)289.09º16.26%79.61%-
XYZ48.1844.9362.63-
YUV181.83139.95138.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.56%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=34.56%
G=29.82%
B=35.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971702030.030.1600.20289.0924.0973.14
HexC5AACB3100141211849
Octal30525231332002444130111
Binary1100010110101010110010111110000010100100100001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AACB; }

 p { color: rgb(197,170,203); }

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

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

 a { background-color: rgb(197,170,203); }

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

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

 span { border-color: rgb(197,170,203); }

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