#CB9BCC

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

Shades of Lilac #CB9BCC

Tints of Lilac #CB9BCC

Color information

#CB9BCC (or 0xCB9BCC) is unknown color: approx Lilac. HEX triplet: CB, 9B and CC. RGB value is (203,155,204). Sum of RGB (Red+Green+Blue) = 203+155+204=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BCC is #346433. Grayscale: #AEAEAE. Windows color (decimal): -3433524 or 13409227. OLE color: 13409227.

HSL color Cylindrical-coordinate representation of color #CB9BCC: hue angle of 298.78º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9BCC is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203155204-
CMYK0.000.2400.2
HSL298.78º32.45%70.39%-
HSV(B)298.78º24.02%80%-
XYZ47.2540.562.45-
YUV174.94144.4148.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=36.12%
G=27.58%
B=36.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031552040.000.2400.2298.7832.4570.39
HexCB9BCC01801412b2046
Octal31323331403002445340106
Binary1100101110011011110011000110000101001001010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BCC; }

 p { color: rgb(203,155,204); }

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

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

 a { background-color: rgb(203,155,204); }

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

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

 span { border-color: rgb(203,155,204); }

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