#C9A9CE

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

Shades of Lilac #C9A9CE

Tints of Lilac #C9A9CE

Color information

#C9A9CE (or 0xC9A9CE) is unknown color: approx Lilac. HEX triplet: C9, A9 and CE. RGB value is (201,169,206). Sum of RGB (Red+Green+Blue) = 201+169+206=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9A9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9CE is #365631. Grayscale: #B6B6B6. Windows color (decimal): -3561010 or 13543881. OLE color: 13543881.

HSL color Cylindrical-coordinate representation of color #C9A9CE: hue angle of 291.89º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9A9CE is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201169206-
CMYK0.020.1800.19
HSL291.89º27.41%73.53%-
HSV(B)291.89º17.96%80.78%-
XYZ49.4245.2564.52-
YUV182.79141.1140.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 169 (66.41% from 255) = 29.34%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=34.90%
G=29.34%
B=35.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011692060.020.1800.19291.8927.4173.53
HexC9A9CE2120131241b4a
Octal31125131622202344433112
Binary1100100110101001110011101010010010011100100100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A9CE; }

 p { color: rgb(201,169,206); }

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

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

 a { background-color: rgb(201,169,206); }

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

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

 span { border-color: rgb(201,169,206); }

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