#C9B5CB

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

Shades of Lilac #C9B5CB

Tints of Lilac #C9B5CB

Color information

#C9B5CB (or 0xC9B5CB) is unknown color: approx Lilac. HEX triplet: C9, B5 and CB. RGB value is (201,181,203). Sum of RGB (Red+Green+Blue) = 201+181+203=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9B5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B5CB is #364A34. Grayscale: #BDBDBD. Windows color (decimal): -3557941 or 13350345. OLE color: 13350345.

HSL color Cylindrical-coordinate representation of color #C9B5CB: hue angle of 294.55º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9B5CB is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201181203-
CMYK0.010.1100.20
HSL294.55º17.46%75.29%-
HSV(B)294.55º10.84%79.61%-
XYZ51.3949.7863.4-
YUV189.49135.63136.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.36%
GREEN value IS 181 (71.09% from 255) = 30.94%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=34.36%
G=30.94%
B=34.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011812030.010.1100.20294.5517.4675.29
HexC9B5CB1B014127114b
Octal31126531311302444721113
Binary11001001101101011100101111011010100100100111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B5CB; }

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

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

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

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

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

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

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

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