#CBACCC

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

Shades of Lilac #CBACCC

Tints of Lilac #CBACCC

Color information

#CBACCC (or 0xCBACCC) is unknown color: approx Lilac. HEX triplet: CB, AC and CC. RGB value is (203,172,204). Sum of RGB (Red+Green+Blue) = 203+172+204=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACCC is #345333. Grayscale: #B8B8B8. Windows color (decimal): -3429172 or 13413579. OLE color: 13413579.

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

Color convert

RGB203172204-
CMYK0.000.1600.2
HSL298.12º23.88%73.73%-
HSV(B)298.12º15.69%80%-
XYZ50.2846.5663.46-
YUV184.92138.77140.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=35.06%
G=29.71%
B=35.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031722040.000.1600.2298.1223.8873.73
HexCBACCC01001412a184a
Octal31325431402002445230112
Binary110010111010110011001100010000010100100101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACCC; }

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

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

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

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

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

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

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

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