#C9ABCB

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

Shades of Lilac #C9ABCB

Tints of Lilac #C9ABCB

Color information

#C9ABCB (or 0xC9ABCB) is unknown color: approx Lilac. HEX triplet: C9, AB and CB. RGB value is (201,171,203). Sum of RGB (Red+Green+Blue) = 201+171+203=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABCB is #365434. Grayscale: #B7B7B7. Windows color (decimal): -3560501 or 13347785. OLE color: 13347785.

HSL color Cylindrical-coordinate representation of color #C9ABCB: hue angle of 296.25º 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 #C9ABCB is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201171203-
CMYK0.010.1600.20
HSL296.25º23.53%73.33%-
HSV(B)296.25º15.76%79.61%-
XYZ49.4345.8662.75-
YUV183.62138.94140.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=34.96%
G=29.74%
B=35.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011712030.010.1600.20296.2523.5373.33
HexC9ABCB1100141281849
Octal31125331312002445030111
Binary110010011010101111001011110000010100100101000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABCB; }

 p { color: rgb(201,171,203); }

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

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

 a { background-color: rgb(201,171,203); }

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

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

 span { border-color: rgb(201,171,203); }

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