#C8AAC6

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

Shades of Lilac #C8AAC6

Tints of Lilac #C8AAC6

Color information

#C8AAC6 (or 0xC8AAC6) is unknown color: approx Lilac. HEX triplet: C8, AA and C6. RGB value is (200,170,198). Sum of RGB (Red+Green+Blue) = 200+170+198=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAC6 is #375539. Grayscale: #B6B6B6. Windows color (decimal): -3626298 or 13019848. OLE color: 13019848.

HSL color Cylindrical-coordinate representation of color #C8AAC6: hue angle of 304º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AAC6 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB200170198-
CMYK00.150.010.22
HSL304º21.43%72.55%-
HSV(B)304º15%78.43%-
XYZ48.3945.1159.58-
YUV182.16136.94140.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 198 (77.73% from 255) = 34.86%
R=35.21%
G=29.93%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017019800.150.010.2230421.4372.55
HexC8AAC60F1161301549
Octal31025230601712646025111
Binary11001000101010101100011001111110110100110000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AAC6; }

 p { color: rgb(200,170,198); }

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

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

 a { background-color: rgb(200,170,198); }

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

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

 span { border-color: rgb(200,170,198); }

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