#CBABCB

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

Shades of Lilac #CBABCB

Tints of Lilac #CBABCB

Color information

#CBABCB (or 0xCBABCB) is unknown color: approx Lilac. HEX triplet: CB, AB and CB. RGB value is (203,171,203). Sum of RGB (Red+Green+Blue) = 203+171+203=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABCB is #345434. Grayscale: #B8B8B8. Windows color (decimal): -3429429 or 13347787. OLE color: 13347787.

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

Color convert

RGB203171203-
CMYK00.1600.20
HSL300º23.53%73.33%-
HSV(B)300º15.76%79.61%-
XYZ49.9746.1362.77-
YUV184.22138.6141.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 171 (67.19% from 255) = 29.64%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=35.18%
G=29.64%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317120300.1600.2030023.5373.33
HexCBABCB01001412c1849
Octal31325331302002445430111
Binary110010111010101111001011010000010100100101100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABCB; }

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

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

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

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

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

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

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

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