#CBACCB

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

Shades of Lilac #CBACCB

Tints of Lilac #CBACCB

Color information

#CBACCB (or 0xCBACCB) is unknown color: approx Lilac. HEX triplet: CB, AC and CB. RGB value is (203,172,203). Sum of RGB (Red+Green+Blue) = 203+172+203=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACCB is #345334. Grayscale: #B8B8B8. Windows color (decimal): -3429173 or 13348043. OLE color: 13348043.

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

Color convert

RGB203172203-
CMYK00.1500.20
HSL300º22.96%73.53%-
HSV(B)300º15.27%79.61%-
XYZ50.1646.5162.83-
YUV184.8138.27140.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=35.12%
G=29.76%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317220300.1500.2030022.9673.53
HexCBACCB0F01412c174a
Octal31325431301702445427112
Binary11001011101011001100101101111010100100101100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACCB; }

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

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

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

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

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

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

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

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