#C9AEC5

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

Shades of Lilac #C9AEC5

Tints of Lilac #C9AEC5

Color information

#C9AEC5 (or 0xC9AEC5) is unknown color: approx Lilac. HEX triplet: C9, AE and C5. RGB value is (201,174,197). Sum of RGB (Red+Green+Blue) = 201+174+197=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEC5 is #36513A. Grayscale: #B8B8B8. Windows color (decimal): -3559739 or 12955337. OLE color: 12955337.

HSL color Cylindrical-coordinate representation of color #C9AEC5: hue angle of 308.89º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9AEC5 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB201174197-
CMYK00.130.020.21
HSL308.89º20%73.53%-
HSV(B)308.89º13.43%78.82%-
XYZ49.346.7259.24-
YUV184.7134.95139.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.14%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=35.14%
G=30.42%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117419700.130.020.21308.892073.53
HexC9AEC50D215135144a
Octal31125630501522546524112
Binary110010011010111011000101011011010101100110101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AEC5; }

 p { color: rgb(201,174,197); }

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

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

 a { background-color: rgb(201,174,197); }

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

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

 span { border-color: rgb(201,174,197); }

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