#cb9ecb

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

Shades of Lilac #CB9ECB

Tints of Lilac #CB9ECB

Color information

#CB9ECB (or 0xCB9ECB) is unknown color: approx Lilac. HEX triplet: CB, 9E and CB. RGB value is (203,158,203). Sum of RGB (Red+Green+Blue) = 203+158+203=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ECB is #346134. Grayscale: #B0B0B0. Windows color (decimal): -3432757 or 13344459. OLE color: 13344459.

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

Color convert

RGB203158203-
CMYK00.2200.20
HSL300º30.2%70.78%-
HSV(B)300º22.17%79.61%-
XYZ47.6341.4661.99-
YUV176.58142.91146.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 158 (62.11% from 255) = 28.01%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=35.99%
G=28.01%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315820300.2200.2030030.270.78
HexCB9ECB01601412c1e47
Octal31323631302602445436107
Binary110010111001111011001011010110010100100101100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb9ecb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb9ecb; }

 p { color: rgb(203,158,203); }

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

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

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

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

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

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

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