#CB9BCD

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

Shades of Lilac #CB9BCD

Tints of Lilac #CB9BCD

Color information

#CB9BCD (or 0xCB9BCD) is unknown color: approx Lilac. HEX triplet: CB, 9B and CD. RGB value is (203,155,205). Sum of RGB (Red+Green+Blue) = 203+155+205=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BCD is #346432. Grayscale: #AEAEAE. Windows color (decimal): -3433523 or 13474763. OLE color: 13474763.

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

Color convert

RGB203155205-
CMYK0.010.2400.20
HSL297.6º33.33%70.59%-
HSV(B)297.6º24.39%80.39%-
XYZ47.3740.5563.09-
YUV175.05144.9147.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 155 (60.94% from 255) = 27.53%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=36.06%
G=27.53%
B=36.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031552050.010.2400.20297.633.3370.59
HexCB9BCD11801412a2147
Octal31323331513002445241107
Binary1100101110011011110011011110000101001001010101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BCD; }

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

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

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

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

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

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

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

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